Bruno Deferrari

Results 26 issues of Bruno Deferrari

### Motivation Shen as it has been created, is very REPL-centric. Because it was built primarily on top of Common Lisp the development model involved loading your code in the...

enhancement

# Stream position manipulation and query functions There are no stream positions in Shen. Desired functionality: - go to the beginning of the stream - go to the end of...

enhancement
kernel-extension

# Append mode streams discussion Shen truncates files when it opens them and there is no way to specify if files should be opened in stream mode. ## Current implementations...

enhancement
kernel-extension

- [x] Test build - [ ] Produce and publish release binaries

I already got this working in the Shen/Scheme repo, and plan to adapt it to this repo soon, should be quite easy. - Build: https://github.com/tizoc/shen-scheme/blob/master/.github/workflows/build.yml - Release: https://github.com/tizoc/shen-scheme/blob/master/.github/workflows/release.yml

It fails with this error: `module 'syscalls' requires package OS.` But loading the generated `shen.mem` file works fine. Something I noticed is that the generated `shen` binary's size is 7MB,...

bug
macos
clisp

It seems to work fine in that it compiles and executes the code, but it keeps printing warnings constantly: ```In file included from /private/var/folders/sy/4w247kq176z5n2k37nn3lblw0000gn/T/ecl062dRXZ8B.c:6: /private/var/folders/sy/4w247kq176z5n2k37nn3lblw0000gn/T/ecl062dRXZ8B.eclh:25:108: warning: shifting a negative signed...

bug
macos
ecl

When testing the latest version of tzindex (`12.0.3` right now) with TezEdge (current develop) we found that it was getting stuck and re-processing the same blocks again and again. After...

I noticed that when no 'date' value is provided on the request, Time.now is being used to build the time value: http://github.com/marcel/aws-s3/blob/master/lib/aws/s3/authentication.rb#L85 Since the server making the request Timezone may...