Results 28 comments of Chris Frisz

This issue pushed me over the edge of buying a Raspberry Pi--I now have a RasPi4 4GB model running Raspbian Buster and was able to reproduce the issue. First off,...

Essentially, that's what `select-instructions!` should produce--it's supposed to check that the offset value can't be encoded as a funky12 and produce something like this: ```scheme (begin (set! #xA01) (set! %lr...

So I've got good news and bad. The good news is that I found the problem from the original report and the example program, and I have a fix. A...

@weinholt I apologize for the delay, and I'm sorry this is blocking you. I don't mean to let the perfect be the enemy of the good, but traditionally Chez Scheme...

I worked on this over the weekend, and the bug in the foreign.ms mats is not as straightforward as I hoped (because of course it's not). Here's a relatively minimized...

Thanks for taking a look at that! I was kind of dreading the next round of debugging (and put it off for a while). This gives me some very good...

> * I never saw the failure with `f4_sum_cb_i8`, maybe due to a forgiving gcc on my ancient Raspian installation. In an environment were it matters, though, probably signed and...

Yes, that's right. At some point my changeset included an update to use `-fomit-frame-pointer` for building `foreign.so` in the `mats` directory. Since the register choice in `mkheader.ss` is arbitrary anyway,...

In the `s/.def` file (e.g., `s/a6le.def`), is `expeditor` included in the `(features ...)` list? Also, do you have `curses` or `ncurses` installed in your docker container?

That error generally means one of two things: 1. There is a value for `SCHEMEHEAPDIRS` set in the environment, and its value is not a directory containing `scheme.boot`. This is...