Abdulaziz Ghuloum
|
79d529b224
|
Much improved error reporting when a library is not found.
Example:
> (import (a b c))
Unhandled exception
Condition components:
1. &error
2. &who: expander
3. &message: "cannot locate library in library-path"
4. &library-resolution:
library: (a b c)
files: ("./a/b/c.ss" "/Users/ikarus/.opt/lib/ikarus/a/b/c.ss")
|
2007-11-19 02:46:45 -05:00 |
Abdulaziz Ghuloum
|
a7680d723d
|
Extra libraries found in $pkglibdir can now be imported directly.
For example, (import (streams)) just works!
|
2007-11-18 22:46:00 -05:00 |
Abdulaziz Ghuloum
|
745c3be26e
|
Fixes bug 162834: Typo in error message.
|
2007-11-15 05:51:24 -05:00 |
Abdulaziz Ghuloum
|
4522d66cfc
|
* Version and sub-version specs are now honored in library import forms.
|
2007-10-26 12:41:55 -04:00 |
Abdulaziz Ghuloum
|
75a95bc189
|
* standard libraries now have version (6).
* #<library> now prints versions in proper form.
|
2007-10-26 01:22:11 -04:00 |
Abdulaziz Ghuloum
|
b640d98cbc
|
* removed formatted errors from all source codes.
|
2007-10-25 14:32:26 -04:00 |
Abdulaziz Ghuloum
|
fdb664b61c
|
renamed:
src/scheme => scheme
|
2007-10-17 20:07:10 -04:00 |