Helmut Eller

Results 13 comments of Helmut Eller

> I just pushed a couple of commits that incorporate your fixes with a slightly different factoring. Yes, this is nicer. > Let me know if it works for you....

> I committed the fix as b02ea8c Thanks! > Just FYI, a lot of the code in cforth is derived from another of my Forth systems, which is present as...

Just in case you care about order.fth. This example causes an error: ``` C Forth Copyright (c) 2008 FirmWorks ok fload ../../src/cforth/order.fth ok wordlist set-current ok : foo ; Address...

It would be nice if you could add a column with pronunciation.

> Does this work if you write a my_update() function which explicitly calls RealArray.update, and give that to the functor? If so, that bolsters my suspicion of a boxing bug....

Since version 28, Emacs exposes a `make_unibyte_string` function. Unibyte strings are roughly arrays of bytes and would correspond well to `Vec` or perhaps better to `&mut [u8]`. Could you add...

At the moment I have no such plans. I'm also unsure how much work that would be.

Could you try the `threads` branch? That's what I'm using and I would like to merge that into master if it works.

> usbip: error: import device This could be permission problem. You must run `usbip` as root. Also try the `--debug` flag: ```usbip --debug attach -r 127.0.0.1 -d 1-1``` to get...

> Confirmed with lsusb -d 0:0 -v that the virtual USB device showed up. I just discovered that `lsusb` crashes the server: it sends a request for a `DEBUG` descriptor...