Quantcast
Channel: IronScheme Work Item Rss Feed
Browsing latest articles
Browse All 76 View Live

Commented Issue: fxdiv and fxmod are wrong for some arguments [20125]

The div and mod procedures are wrong for some arguments:(fxdiv-and-mod -2147483648 -1825363635) => The fxdiv, fxmod, fxdiv-and-mod procedures have the same problem.Comments: ** Comment from web...

View Article



Closed Issue: fxdiv and fxmod are wrong for some arguments [20125]

The div and mod procedures are wrong for some arguments:(fxdiv-and-mod -2147483648 -1825363635) => The fxdiv, fxmod, fxdiv-and-mod procedures have the same problem.Comments: Resolved with changeset...

View Article

Created Unassigned: Closuures [20847]

The following closure seems to behave like a delay and promise.(define fnc (lambda () (lambda () x)))(define closure (fnc))(define x 1)(closure)(set! x 2)(closure)The lexical scope of the inner...

View Article

Commented Unassigned: Closuures [20847]

The following closure seems to behave like a delay and promise.(define fnc (lambda () (lambda () x)))(define closure (fnc))(define x 1)(closure)(set! x 2)(closure)The lexical scope of the inner...

View Article

Commented Unassigned: Closuures [20847]

The following closure seems to behave like a delay and promise.(define fnc (lambda () (lambda () x)))(define closure (fnc))(define x 1)(closure)(set! x 2)(closure)The lexical scope of the inner...

View Article


Closed Unassigned: Closuures [20847]

The following closure seems to behave like a delay and promise.(define fnc (lambda () (lambda () x)))(define closure (fnc))(define x 1)(closure)(set! x 2)(closure)The lexical scope of the inner...

View Article

Created Issue: expt fails with complex number as second argument [21518]

```(expt (exp -i) +i)``````Unhandled exception during evaluation:&who: #f&message: "Specified cast is not valid."&syntax: form: #f subform: #f&stacktrace[1]...

View Article

Closed Issue: expt fails with complex number as second argument [21518]

```(expt (exp -i) +i)``````Unhandled exception during evaluation:&who: #f&message: "Specified cast is not valid."&syntax: form: #f subform: #f&stacktrace[1]...

View Article


Created Task: define-record-type optimizations [21564]

The optimizations will only work if the record type is defined before the first use (predicate, accessor, mutator).Not sure if I should deal with this, or just recommend placing define-record-type as...

View Article


Created Unassigned: Dont print EOF and Unspecified with display [21757]

Currently, both write and display writes #<eof> and #<unspecified>.Only write should do this.

View Article

Created Issue: Correct the behavior of write! in custom output ports [21758]

To be inline with .NET's expectations.If `get-position` is `#f`, raise an error, else check that `get-position` is advanced correctly in terms of what `write!` has returned.

View Article

Closed Issue: Correct the behavior of write! in custom output ports [21758]

To be inline with .NET's expectations.If `get-position` is `#f`, raise an error, else check that `get-position` is advanced correctly in terms of what `write!` has returned.See:...

View Article

Created Unassigned: Add 'append' support to file-options [21881]

Ref: http://stackoverflow.com/q/30393528/15541

View Article


Closed Unassigned: Add 'append' support to file-options [21881]

Ref: http://stackoverflow.com/q/30393528/15541Comments: Fixed in 114008

View Article

Created Issue: Cannot call constructor of recursive typed structs [21944]

```(import (ironscheme typed struct))(struct: bar ((f : bar)))(make-bar (make-bar '()))```Unhandled exception during evaluation:&assertion&message: "expected type:...

View Article


Closed Issue: Cannot define recursive typed structs [21944]

```(import (ironscheme typed struct))(struct: bar ((f : bar)))```Unhandled exception during evaluation:&who: "ExtractTypeInfo"&message: "type not found"&syntax: form: "bar" subform: #f

View Article

Reopened Issue: Cannot define recursive typed structs [21944]

```(import (ironscheme typed struct))(struct: bar ((f : bar)))```Unhandled exception during evaluation:&who: "ExtractTypeInfo"&message: "type not found"&syntax: form: "bar" subform: #f

View Article


Closed Issue: Cannot define recursive typed structs [21944]

```(import (ironscheme typed struct))(struct: bar ((f : bar)))```Unhandled exception during evaluation:&who: "ExtractTypeInfo"&message: "type not found"&syntax: form: "bar" subform:...

View Article

Created Issue: Issue with library dependencies [21980]

If you import a library that exports imports, only the source library is listed as a dependency, but when trying to load it, it asks for the library that was imported.

View Article

Created Issue: Subnormal flonums not printed correctly on 64-bit [21990]

Basically flonums between 1e-309 and 4.9406564584124654e-324 just prints 0.0 on 64-bit for both .NET 2 and .NET 4.

View Article
Browsing latest articles
Browse All 76 View Live




Latest Images