"invalid sub-version spec" for valid sub-version spec

Bug #254760 reported by Gwen Weinholt
2
Affects Status Importance Assigned to Milestone
Ikarus Scheme
Fix Committed
Low
Abdulaziz Ghuloum

Bug Description

I'm getting an invalid sub-version spec when importing a library in another library, but not when importing it in the repl.

$ cat testver.scm
(library (testver (1 0))
    (export)
    (import))

$ cat test.scm
(library (test)
    (export)
    (import (testver (1 (>= 0)))))

$ ikarus
Ikarus Scheme version 0.0.3+ (revision 1570, build 2008-08-04, 64-bit)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> (import (test))
Unhandled exception
 Condition components:
   1. &who: import
   2. &message: "invalid sub-version spec"
   3. &syntax:
       form: (testver (1 (>= 0)))
       subform: (>= 0)
> (import (testver (1 (>= 0))))
>

Related branches

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

Fixed in 1572. Thanks for the report.

Changed in ikarus:
assignee: nobody → aghuloum
importance: Undecided → Low
status: New → 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.