Custom Query (203 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (101 - 200 of 203)

1 2 3
Ticket Summary Status Keywords Owner Type Priority
#1776 More scrutable bootstrapping process new enhancement minor
#1780 wishlist: support keywords in coops (make <class> ...) form new defect major
#1784 Modify chickadee to say what module an identifier is in new chickadee defect major
#1792 Some eggs install into system /share and /bin (even when CHICKEN_INSTALL_REPOSITORY is set); this fails when the directory is RO new defect major
#1795 Types for srfi-69 egg new types eggs defect minor
#1796 Allow type definitions to be exported. new types modules enhancement major
#1798 No promise type. new types, promises enhancement minor
#1801 parley constructs an internally inconsistent input port new parley port defect minor
#1803 Avoid getrusage system calls in GC new defect major
#1807 with-input-from-string scsh-process new scsh-process enhancement major
#1808 Srfi-42 index keyword hygiene new defect major
#1810 ezd man page not installed new defect major
#1812 Modules leaking define-for-syntax variables and functions new modules, syntax defect major
#1813 Test w64devkit new task major
#1814 OS X / PowerPC failing test: remainder return -0.0 new remainder defect minor
#1815 (chicken irregex): Use condition kinds new irregex exceptions defect major
#1816 srfi-41: stream-match discards multiple values new defect minor
#1818 Exporting a macro inhibits compiled program from locating libraries new defect major
#1820 Clean up C preprocessor macros new task minor
#1821 Have big-chicken-like feature in the core new modules, big-chicken enhancement major
#1823 Ship chicken.version module new defect minor
#1827 chicken-install creates empty egg-info files new chicken-install defect minor
#1828 Keep R5RS syntax-rules? new syntax-rules task major
#1829 CHICKEN nixos package is incorrectly configured new nixos defect major
#1831 Use a parameter for the directory to be used by create-temporary-{file,directory} new create-temporary-file, create-temporary-directory enhancement minor
#1832 Exported syntaxes are not fully hygienic new syntax hygiene modules defect major
#1833 inaccuracy in exponential functions new defect minor
#125 cross-chicken should prefer loading uncompiled import libraries assigned defect minor
#749 honu: handle octal format escapes in string literals new honu defect minor
#752 test and document qt-light enhancements by satosi new qt-light task minor
#766 posix: can't collect exit status and close all process ports at the same time new defect not urgent at all
#776 shared lib link arguments in makefile are not transmitted to eggs new enhancement not urgent at all
#779 hyde: support trailing slashes on directories new defect major
#784 ssax's `ssax:warn' ignores its first argument (port) new ssax, ssax:warn defect minor
#934 improve documentation for functors and named interfaces new functor interface defect minor
#960 Need API to box and unbox FILE* pointers as Scheme ports new C, ports defect major
#980 make input-parse more neighbourly by signalling an exception in assert-curr-char instead of calling error new defect major
#991 spiffy-request-vars' test fails sometimes reopened spiffy-request-vars defect major
#1005 mmap test doesn't correctly catch error situations reopened mmap ffi pointer suckage defect major
#1061 syntax-rules should be able to automatically determine implicit exports new enhancement not urgent at all
#1095 AD egg compilation fails due to unsupported gcc flag on OpenBSD-current new egg gcc AD compiler warning defect major
#1112 Figure out a way to safely release objects new defect critical
#1131 Kill ##sys#alias-global-hook with fire new defect major
#1134 with-input-from-pipe should be rewritten so it does not block new posix with-input-from-pipe pclose block threads enhancement not urgent at all
#1146 create-temporary-file and create-temporary-directory are subject to race conditions new create-temporary-file, create-temporary-directory defect major
#1148 Fix setup-helper usage in eggs new defect minor
#1155 values and the scrutinizer new values defect not urgent at all
#1162 gethostbyname() is deprecated in favour of getaddrinfo() new gethostbyname, getaddrinfo, posix enhancement minor
#1168 make install: umask problem with modules.db new defect major
#1176 Support capturing multiple value type in `forall`, etc. new scrutinizer enhancement minor
#1204 chicken-install permissions with executables new umask defect major
#1215 Warn about too specific type declarations new enhancement minor
#1217 Unit Posix time/date behaviors differ across operating systems new posix time date defect major
#1222 Rework error handling to make it work better with non-POSIX functions new enhancement major
#1235 Issue with parameters new parameters, make-parameter defect major
#1236 equal? can break at random moments new defect minor
#1259 slow polling new scheduler enhancement major
#1286 define-constant and define-inline should shadow imported identifiers new modules, inlining, define-inline, define-constant enhancement minor
#1293 eq?-hash tables calculcate different value for objects after they're mutated and lose locatives after GC new srfi-69, hash tables, locatives defect critical
#1303 File ports should be nonblocking new defect major
#1305 chmod of modules.db on new installation new defect major
#1311 feathers: Implement "Next" new feathers enhancement minor
#1320 henrietta-cache & openssl crash new openssl, henrietta-cache, crash defect major
#1321 async-io tests hang new async-io, tests, salmonella defect major
#1323 Teach compiler that fold and map with clean procedure is itself clean new optimisations defect major
#1325 qt-light egg: timers may put chicken into an inconsistent state new defect major
#1339 char-ready? returns #f even when input is available new defect minor
#1340 Unable to compile a mathh gama instruction at or above optimize-level 3 new defect minor
#1348 improvement to manual pages new defect minor
#1350 Static linking is broken on Solaris new static solaric ld linker defect major
#1355 define strips hygiene from defined identifiers at top-level new hygiene defect major
#1370 Build-dependencies between import libraries and core units don't seem to be completely right new defect minor
#1371 locative table is only grown, never shrunk new defect minor
#1384 Simplify resolution of include/extend/types/inline/extension files new enhancement not urgent at all
#1436 Don't disable inline file generation with -O5 (disable-interrupts) new inlining change request minor
#1439 Add switch to csi to set initial module new csi, modules enhancement not urgent at all
#1445 Support parameterised hash table type declarations new scrutiniser, srfi-69 enhancement not urgent at all
#1446 Implement contravariant type checking for procedure types new contravariant types enhancement not urgent at all
#1450 TCP connections can cause process to hang new tcp, spiffy, sockets, hang, scheduler defect major
#1452 [test egg]: test-group eats the call-chain on error new test egg defect minor
#1453 Running MinGW-produced Chicken from a MSVC-produced executable causes a stack overflow during initialization new defect major
#1454 process-wait does not function corrently with nohang on Windows new defect major
#1464 ir-macro-expander's compare + define-syntax + modules don't mix new defect major
#1465 get-keyword fails to operate correctly if keywords in first and second arguments come from different environments new defect major
#1471 [types] Enforce parameter types on specialization new enhancement not urgent at all
#1475 (scrutinizer) Types for global variables are not refined by predicates new defect major
#1476 (scrutinizer) Should global types be smashed in local contexts? new smashing task minor
#1485 edit of wiki entries - specific "Description of your changes" leads to error new defect not urgent at all
#1486 Reading and writing to a pipe set up by process can cause scheduler assertion errors new defect major
#1491 ##sys#expand-multiple-values-assignment works for some reason new defect minor
#1513 Type declarations in modules do not namespace structs assigned defect major
#1524 environments 1.6.2 breaks the installation of eggs which depend on it new environments, obsolete defect major
#1527 Procedures grouping in the wiki is confusing new defect major
#1541 Use reentrant library functions, if available new defect minor
#1553 sqlite3: The PREPARE procedure does not make it clear when it has and has not parsed a statement from a string. new sqlite3 enhancement major
#1561 Rewrite .egg file before installation new defect major
#1564 srfi-18: (mutex-unlock) Internal scheduler error new scheduler threads defect major
#1574 Redefining reverse in csi makes lambda behave differently, and even segfault new defect major
#1582 List of available eggs in RSS format contain incomplete URLs new defect minor
#1605 Display compiler warnings for macros with missing imports new enhancement minor
1 2 3
Note: See TracQuery for help on using queries.