Bakul Shah

Results 6 issues of Bakul Shah

Compiles but doesn't work on 9front ``` % mk install % cd % chibi-scheme ERROR: couldn't find include: "srfi/69/hash.no-such-file" called from on line 211 of file /sys/lib/chibi-scheme/meta-7.scm called from on...

s/+build darwin/& freebsd/ Probably the same fix will work on other BSDs.

I tried using tcc on FreeBSD. There are many more problems with it but at least the following patch is required to get a few more things compiling and working....

Bug

### Describe the bug If the code has "import os" and it is in a directory with a subdir called "os" the compilation fails if the subdir "os" has no...

Bug

``` x:`a`b!1 2 y:`a`c|4 6 x+y `a`b`c!5 2 6 x*:3 x `a`b!3 6 x,y `a`b`c!(1 4;2;6) ``` If a key,value pair exists in both operands, the operation applies to the...

enhancement

A linking failure, at least with the latest tcc (4410dbd): ``` cc -o tcc tcc.o libtcc.a -lm -lpthread -g ld: error: undefined symbol: tcc_new >>> referenced by tcc.c:283 >>> lto.tmp:(main)...