-
It seems yuni FFI runtime abuses pointer-offset facility. Depends on https://github.com/okuoku/yuni/issues/47 .
```
oku@ubuntu32:~/repos/yuni$ ~/yuni/yuni/yunified/sagittarius _ncccsanity.sps
Caught…
-
Tested: https://github.com/ashinn/chibi-scheme/commit/36c3471fa7f0f0b25761bb377328ae4f544c05e0
Chibi-scheme does not report error if `raise` was not caught any exception handler. This behaviour doe…
-
- SRFI-34 + `raise-continuable`
- error predicates, at least for R7RS defined procedures
- SRFI-39
No `dynamic-wind` support. Stick with `guard`.
EDIT:
Reduced requirement to
- `guard`
…
-
Currently,
```
YUNIBASE_EXCEPT = KAWA;SCM;SAGITTARIUS;RACKET;CYCLONE;NMOSH;GAMBIT;RAPID_GAMBIT;VICARE;FOMENT;DIGAMMA;STKLOS;BIGLOO;GUILE
```
```
cmake -GNinja -DYUNIBASE_TARGET_PREFIX=/opt/yu…
-
ref(J): http://practical-scheme.net/wiliki/wiliki.cgi?Gauche:BuildAndInstallSnapshot
Implement `get-gauche` equivalent with CMake as we already do the same thing for Sagittarius:
https://bitbuck…
-
In the most of Schemes, `(eqv? 0.0 0.0) => #t` but Chibi-scheme and MIT/GNU Scheme do not pass:
```scheme
(let ((a 0.0)
(ht (make-eqv-hashtable)))
(hashtable-set! ht a 'a)
(check-equa…
-
This issue will server to gather bottling failures for ARM.
*Current blockers:*
- `brew`: https://github.com/Homebrew/brew/issues/9449
- ~`brew`: https://github.com/Homebrew/brew/issues/9434~
- …
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core ta…
-
I tried to run `brew install --HEAD universal-ctags/universal-ctags/universal-ctags` on macOS 10.14.6 but results :
```
==> Installing universal-ctags from universal-ctags/universal-ctags
==> Clo…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https:/…