Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
mit-scheme is case-insensitive by default, but scmutils is case-sensitive,
so changing argument to lowercase to support both.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
completions
|
|
|
|
|
|
|
|
|
|
|
|
* Add an additional guard construction to geiser:eval in order to
catch unexpected I/O errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add (chibi filesystem) import to geiser.sld
|
|
|
|
|
|
|
|
Add a helper function make-location to chibi interface.
|
|
- Fixes #276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Those two procedures are gone in these 2.2 times, and things like
autodoc and xref were broken as a result. With Andy's help,
apparently good enough approximations of their functionality are now
in place: let's see how they go.
|
|
It now _slows_ performance rather than improves it. Removing it speeds
up the issue described in jaor/geiser#174
|
|
Removed all of the symbol-interning code, and in the process greatly
reduced the amount of CPU time.
Should resolve jaor/geiser#174
|
|
Chicken Scheme's apropos egg changed the identifiers in the return value
of the `apropos-information-list` from `module#name` to `(module
. name)`. This commit adds support for the new identifiers.
|
|
|
|
when eval (make-violation)
it shall return: \#<condition &violation>
but previous impletement will treat it as an ERROR.
|
|
|
|
- Capture exceptions of ChezScheme
- handles multi-value return
|