gerbil icon indicating copy to clipboard operation
gerbil copied to clipboard

Gerbil Scheme

Results 156 gerbil issues
Sort by recently updated
recently updated
newest added

... or explicity mark symbols for non-reexport, as appropriate. This way, when Gambit changes its set of provided identifiers, we will know and take action.

[See this thread for context](https://matrix.to/#/!YiqFGmUoOjbMmTBpiR:gitter.im/$u6aDV0ErmXz30xYFRhbtDyGw3rlTpk-tbb15nMo421w?via=gitter.im&via=matrix.org&via=asra.gr). When you have a separate Gambit Scheme install on your system, the homebrew build for MacOS may fail if it does not use the libgambit...

/src # gxpkg build ... build in current directory *** ERROR IN gerbil/tools/gxpkg#pkg-manifest! -- No such file or directory (call-with-input-file "/src/.gerbil/pkg/github.com/mighty-gerbils/gerbil-libyaml.manifest" '#) --- continuation backtrace: [0] ##primordial-exception-handler-hook [1] gerbil/tools/gxpkg#pkg-manifest! [2]...

Currently our packages install to /opt/gerbil. As /opt/gerbil/bin is not in the default PATH, we need to add symlinks to /usr/bin for /opt/gerbil/bin binaries. Additionally we need to validate that...

Not everyone is a grey bird; we want to support modern editors: - [ ] VSCode; a plugin would be wonderful - [ ] SublimeText - [ ] other editors...

help wanted
bounty

- [x] Get the build scripts to work perfectly with and without `git` present, including the handling of version. - [x] In particular, correctly handle the Gambit version in absence...

Capture the output from the tests (including those that invoke outside processes) by redirecting it away, and only displaying on the console if something bad happened. Otherwise, only show the...

The way Gerbil's build system currently works makes it quite difficult to package, especially on distributions that aim for reproducibility. Here are some ways you can make the build more...

Do it after v0.19 to avoid conflict with #1033. Leave a redirection link somehow for this and any other relevant page.

After this Twitter thread https://twitter.com/jimmykoppel/status/1729590990938480678 I'm convinced we should remove the explicit origin / context / where argument from all error functions/macros, and instead always automatically use some syntactic context—possibly...