annotation structs being revealed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ikarus Scheme |
Fix Committed
|
High
|
Abdulaziz Ghuloum |
Bug Description
Sorry I couldn't find a way to reproduce this more simply. Running the file srfi/compare/
(every?-ec (:list x (index ix) my-booleans)
(:list y (index iy) my-booleans)
(result-ok?
(boolean-
#
#
#["annotation" (#["annotation" ci ("./examples.scm" . 9797) ci] #["annotation" ix ("./examples.scm" . 9800) ix] #["annotation" iy ("./examples.scm" . 9803) iy]) ("./examples.scm" . 9796) (ci ix iy)]))
=> #t ; correct (4 examples)
...
Related branches
Changed in ikarus: | |
status: | Fix Committed → Fix Released |
Changed in ikarus: | |
status: | New → Confirmed |
Changed in ikarus: | |
status: | Incomplete → Confirmed |
Changed in ikarus: | |
milestone: | 0.0.3 → 0.0.4 |
On Dec 23, 2007, at 3:19 PM, Derick Eddington wrote:
> Sorry I couldn't find a way to reproduce this more simply. Running examples. scm from the latest revision of the
> the
> file srfi/compare/
> SRFIs is
> printing #[annotation ...] structs which must mean these
> annotations are
> escaping (what I assume is their intended restricted use) somehow.
I'll investigate. Sorry about that.