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

Bumps [terser](https://github.com/terser/terser) from 4.3.4 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

The git checkout of gerbil fails to build on OpenBSD. The build crashes on crypto compilation: ``` ... compile os/socket ... compile os/kqueue ... compile os/signal ... compile os/signal-handler ......

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

I'm not entirely sure what caused this issue, but building (on Linux) gives this bit of errors ``` >>> preparing /home/bigdaddy/Tools/Lisp/gerbil >>> compiling runtime building gerbil/runtime in /home/bigdaddy/Tools/Lisp/gerbil/lib ... compile...

Adds a lightweight contract system that can be turned off when compiling with `-O2/-no-runtime-checks` TBD: - [ ] compiler comprehension of `@runtime-check` annotation and elimination of checks when compiling with...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

IMO one should say ‘tendentious dialect of Scheme’ rather than ‘opinionated dialect of Scheme’. This is both a more correct description and more likely to make someone use a dictionary,...

After installing with homebrew and following the instructions [here](https://cons.io/guide/intro.html#hello-world) I've created `hello.ss` with the following content. ``` package: example (export main) (def (main . args) (displayln "hello world")) ``` I...

The optional `fill` argument should not default to "contents are unspecified", but either `#f` or `0` or null or whatever makes the most sense for each datatype. These can be...