Annotation not stripped from import form with library version

Bug #243649 reported by Derick Eddington
2
Affects Status Importance Assigned to Milestone
Ikarus Scheme
Fix Committed
Low
Abdulaziz Ghuloum
r6rs-libraries
New
Undecided
Unassigned

Bug Description

;;; A.sls ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(library (A (1 2))
  (export x)
  (import (rnrs))
  (define x 123))

;;; B.sls ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(library (B)
  (export x)
  (import (A (1 2))))

Ikarus Scheme version 0.0.3+ (revision 1522, build 2008-06-25)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> (import (B))
Unhandled exception
 Condition components:
   1. &assertion
   2. &who: =
   3. &message: "not a number"
   4. &irritants: (#["annotation" 2 ("./B.sls" . 45) 2])
>

It does not happen when the version form has one component.

Related branches

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in 1525. Thanks!

Changed in ikarus:
assignee: nobody → aghuloum
importance: Undecided → Low
status: New → Confirmed
status: Confirmed → Fix Committed
Changed in ikarus:
milestone: none → 0.0.4
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.