Running IronScheme from VS2010 with VS Achievements installed fails

Seems like something silly. Workaround is to disable VS Achievements.

Id #17398 | Release: None | Updated: Feb 11 at 1:02 PM by leppie | Created: Feb 10 at 6:16 AM by leppie

Fix Unicode casing

(string-downcase "ΧΑΟΣ. Σ") => "χαος. σ" Currently returns: "χαοσ. σ"

Id #16334 | Release: None | Updated: Aug 4 2011 at 11:58 AM by leppie | Created: Aug 4 2011 at 11:58 AM by leppie

Add better checks when applying values to a continuation

Examples (only 1st is good, rest must have proper errors): > (call-with-values . (lambda () . (call-with-current-continuation (lambda (k) (k 1 2 3)))) . (lambda (x y z) 'ok)) ok > (ca...

Id #15914 | Release: None | Updated: May 26 2011 at 6:32 AM by leppie | Created: May 25 2011 at 9:33 AM by leppie

Refactor textual ports to use same transcoders

Expression: (bytevector->string #vu8(97 10 98 13 99 13 10 100 194 133 101 226 128 168 102 13 194 133 103) (make-transcoder (utf-8-codec) 'none)) Result: "a\nbc\nd…e
f…g" Expected: "a\nb\rc\r\nd…e
f...

Id #14848 | Release: None | Updated: Dec 9 2010 at 6:10 AM by leppie | Created: Dec 9 2010 at 6:10 AM by leppie

Mono: Error when running with debug-mode? on on Windows

System.ExecutionEngineException: The assembly for default symbol writer cannot be loaded at System.Reflection.Emit.ModuleBuilder..ctor (System.Reflection.Emit.AssemblyBuilder assb, System.String ...

Id #14788 | Release: None | Updated: Nov 28 2010 at 11:31 AM by leppie | Created: Nov 28 2010 at 5:26 AM by leppie

Mono: Ctrl-C kills the REPL on Windows

Not sure why that happens. Works correctly on Linux.

Id #14787 | Release: None | Updated: Nov 27 2010 at 6:36 PM by leppie | Created: Nov 27 2010 at 10:31 AM by leppie

Mono: Logo and interactive input marker '>' shows when running code from stdin

c:\>echo (ironscheme-test) | mono IronScheme.Console.exe IronScheme 1.0 ironscheme.codeplex.com c leppie 2007,2008,2009,2010 > 4 tests failed: .... > c:\>

Id #14756 | Release: None | Updated: Nov 25 2010 at 5:22 PM by leppie | Created: Nov 25 2010 at 5:22 PM by leppie

Mono: Mono sometimes crashes when running (ironscheme-test)

See: https://bugzilla.novell.com/show_bug.cgi?id=655928

Id #14751 | Release: None | Updated: Nov 25 2010 at 7:07 AM by leppie | Created: Nov 25 2010 at 7:07 AM by leppie

incorrect printing of small floating point numbers

> (exp -725) �.9977189178e-314 ; incorrect leading digit... > (exp -726) Unhandled exception: &assertion &who: integer->char &message: "not a valid unicode value" &irritants: (11125417) ; somethin...

Id #14206 | Release: None | Updated: Sep 8 2010 at 6:38 PM by leppie | Created: Sep 8 2010 at 12:36 PM by leppie

Incorrect code gets generated for procedures whose binding gets mutated at library top-level

This only happen when the arity stays the same. Example: (define (bar) #f) (define (foo) (bar)) (set! bar (lambda () #t)) (foo)

Id #10878 | Release: None | Updated: Feb 11 at 1:05 PM by leppie | Created: Nov 4 2009 at 4:04 AM by leppie