rtoy

Results 20 comments of rtoy
trafficstars

If you mean something like: ``` Candidate Addition V2 Issue 13-1. Changes dictionary AudioContextOptions { oldstuff; }; dictionary AudioContextOptions { newstuff; }; ``` then this doesn't work either because bikeshed...

Since the JS code is small, I've worked around this by not using backquotes for the strings. Works ok, but not as nice to read as with the backquotes.

One additional comment. Oct uses a submodule to get [named-readtables](https://gitlab.common-lisp.net/rtoy/melisgl-named-readtables) which is a fork of [melisgl/named-readtables](http://melisgl.github.io/named-readtables). If quicklisp updates [melisgl/named-readtables](http://melisgl.github.io/named-readtables) to the latest version that recently added support for cmucl,...

I've removed the submodule and updated oct.asd not to try to load its own version. But it seems a heap of 2 GiB isn't enough. I tried 4 GiB which...

Ah, I can't right now because I modified the version from quicklisp to add some things I needed to be able to mark tests as expected failures. This is basically...

Where is kmr-git? I can't find it.

Thanks. Not really sure how I can propose a change there though. But at least I can now create a fork of the version used by quicklisp.

I'm just too stupid because I can't figure out how to clone the repo.

Thanks. I see that this version has changed quite a bit from the version used by ansi-tests. But I wonder, is the problem because I have an rt.asd file? Would...

Ok. The latest version has removed rt.asd. Let me know if there's more you'd like me to do.