﻿id	Summary	Owner	Type	Priority	Component	Version
1309	CHICKEN allows misplaced internal defines, which live on outside the body		defect	critical	core libraries	4.11.0
1421	problems with building json egg in c5 egg repo		defect	critical	expander	5.0.0
1433	Static egg linkling seems to be broken		defect	critical	core libraries	5.0.0
1479	On Windows, custom-build will try to use the UNIX script		defect	critical	build system	5.0.0
703	Restructure core libraries		defect	major	core libraries	4.7.x
962	Cygwin can't load Chicken units properly on my system		defect	major	unknown	4.8.x
1172	The overhead of loading import files is noticable		defect	major	core libraries	4.9.x
1173	"Symbols held in GC-roots are sometimes collected in ""symbol-gc"" mode"		defect	major	core libraries	4.9.x
1191	In deployed binaries, evaluated code cannot load modules	evhan	defect	major	core libraries	4.9.x
1193	Ambiguity in csc's command line options		defect	major	core tools	4.9.x
1195	,q in csi gives an error	sjamaan	defect	major	unknown	
1218	chicken-install may fail if TMPDIR is mounted noexec (depending on setup-file details)		defect	major	extensions	4.10.x
1219	read-char could be better optimized		enhancement	major	scrutinizer	4.9.x
1257	out-of-memory sometimes causes infinite loop		defect	major	unknown	4.10.x
1314	The R5RS section of the manual does not document CHICKEN-specific extensions		defect	major	documentation	4.11.0
1315	Move FAQ section from manual into wiki		enhancement	major	documentation	4.11.0
1341	import-for-syntax doesn’t seem to work right when the imported module is in the same file		defect	major	compiler	4.11.0
1342	define-record-type doesn't define type name		defect	major	core libraries	4.11.0
1347	functor test fails when compiled on chicken-5		defect	major	compiler	
1366	"linking tests fail when ""make check"" is run without installing first"		defect	major	compiler	5.0.0
1368	Command line options for adding directories to include-path should prepend, not append		defect	major	core tools	4.12.0
1381	The windows feature should not be set on Cygwin	felix winkelmann	defect	major	core libraries	4.12.0
1398	read-all in C5	felix winkelmann	defect	major	core libraries	5.0.0
1418	#e1e500 is not exact (numbers egg, possibly Chicken 5 as well)		defect	major	unknown	4.12.0
1429	"""make check"" requires installing first"		defect	major	compiler	4.12.0
1430	local binding should not trigger scrutinizer warning		defect	major	scrutinizer	4.13.0
1431	Document deployment		enhancement	major	documentation	4.13.0
1432	Build error on Cygwin after randomness merge		defect	major	compiler	5.0.0
1437	csi needs double imports		defect	major	expander	5.0.0
1456	Get rid of chicken.posix import library		defect	major	unknown	4.13.0
1457	module/import information in statically linked executables has massive runtime overhead		defect	major	extensions	5.0.0
1458	`make check` doesn't respect PROGRAM_SUFFIX/PROGRAM_PREFIX		defect	major	build system	5.0.0
1460	make check does not respect PROGRAM_PREFIX and PROGRAM_SUFFIX		defect	major	build system	5.0.0
1461	file access test fails on windows (wine only? 64bit only?) with PLATFORM=mingw		defect	major	core libraries	5.0.0
1462	srfi-4 unit should support s64 and u64 vectors in Chicken 5		defect	major	core libraries	4.13.0
1468	Static extensions with inter-component dependencies must be installed twice	evhan	defect	major	core tools	5.0.0
1469	Egg installation doesn't work when CHICKEN_INSTALL_REPOSITORY is a relative path		defect	major	core tools	5.0.0
1477	chicken-install cache does not know if an egg has tests		defect	major	core tools	5.0.0
1493	Something goes haywire while walking ##core#define-syntax		defect	major	expander	5.0.0
1511	"Support for `files' form in the ""toplevel"" of egg description files"		enhancement	major	build system	5.0.0rc1
1514	On Windows, chicken-install uses .o as an extension in some cases		defect	major	extensions	5.0.0rc1
1515	Missing quotes around pathnames in generated build script on Windows		defect	major	extensions	5.0.0rc1
1516	Invalid copy command in generated install script on Windows		defect	major	core tools	5.0.0rc1
1517	fxmod works differently with -unsafe		defect	major	compiler	5.0.0rc1
1518	Unimplemented procedures in (chicken file posix)		defect	major	core libraries	5.0.0
1521	srfi-69 does not support ratnums and cplxnums		defect	major	extensions	5.0.0rc1
1533	Scrutinizer seems to get confused about list length		defect	major	scrutinizer	5.0.0rc2
1534	string<=? and string>=? return the wrong value for some strings		defect	major	core libraries	5.0.0rc2
1535	The installed-files egg specification option is undocumented		defect	major	documentation	5.0.0rc2
1536	chicken-install includes the CHICKEN version twice in the path for scheme-include		defect	major	build system	5.0.0rc2
1546	When using -no-install, dependencies should still be installed		defect	major	build system	5.0.0rc2
1547	chicken-do manual page is not installed		defect	major	documentation	5.0.0rc3
1550	chicken-install will generate scripts that may fail randomly when using types or inline files		defect	major	extensions	5.0.0rc3
1552	"chicken-install generates install scripts with ""install -m 644"" hardcoded"		defect	major	build system	5.0.0rc3
133	"(require 'id) may load executable ""id"""	evhan	defect	minor	core libraries	4.3.x
929	chicken-install should rm shared libraries prior to install	Jim Ursetto	defect	minor	core libraries	4.8.x
1093	chicken-uninstall should not interpret the given egg as a pattern by default		enhancement	minor	core tools	4.8.x
1096	(abs most-negative-fixnum) does return negative value		defect	minor	core libraries	4.8.x
1098	Remove the apply limit wrt the number of arguments		defect	minor	unknown	4.8.x
1100	chicken-install uninstalls eggs on updating		defect	minor	core tools	4.8.x
1142	CR: remove queues, mmap, evict and binary search from core libraries	felix winkelmann	change request	minor	core libraries	4.9.x
1156	compiler warnings when import specifiers are used for setup-api and setup-download		defect	minor	unknown	4.9.x
1169	*.setup-info installed with user login and group instead of root		defect	minor	core tools	4.9.x
1356	trace buffer unnecessarily holds on to thread objects	felix winkelmann	defect	minor	unknown	4.12.0
1361	Update explicit info strings in calls to `getter-with-setter`		enhancement	minor	core libraries	5.0.0
1363	when compiled, set! will clobber previous lambda-info's		defect	minor	unknown	
1369	Use different file extension for object files intended for shared or static egg components		defect	minor	core tools	5.0.0
1386	file-read-access? returns #f for non-existent files		defect	minor	core libraries	4.12.0
1425	and-let* is not 100% compatible with SRFI-2		defect	minor	expander	4.12.0
1438	clang warnings		defect	minor	compiler	5.0.0
1451	interrupts-enabled vs disable-interrupts		task	minor	compiler	4.13.0
1498	Bug in fmt egg tests for CHICKEN 5	Ivan Raikov	defect	minor	extensions	5.0.0
1554	C_COMPILER_OPTIMIZATIONS is ignored when building chicken-do		defect	minor	build system	5.0.0rc4
1555	Documentation of chicken-install -r is inconsistent with its behaviour		defect	minor	core tools	5.0.0rc4
736	make CHICKEN_REPOSITORY support a search path	Jim Ursetto	enhancement	not urgent at all	core libraries	
1270	process procedures should expect their env parameter in the same format get-environment-variables uses		change request	not urgent at all	core libraries	4.11.0
1385	bit-set? argument order is reversed		enhancement	not urgent at all	core libraries	5.0.0
1387	Nicer formatting of the foreign-lambda result		enhancement	not urgent at all	unknown	4.12.0
1484	Should csc-options be valid at the top level too?		enhancement	not urgent at all	build system	5.0.0
1505	Trace output is messy for eggs		defect	not urgent at all	extensions	5.0.0rc2
