Patrik Rak

Results 11 comments of Patrik Rak

Well, I have seen this query type, but Mantis doesn't seem to use it, does it? In fact, this could be changed now, too, as the joins imply if the...

> I understand your suggestion, but my concern is that it would add a risk of fragility when: First of all, thanks for such a long reply. I appreciate the...

IIRC someone adapted it for some CPC machine, but I don't know if it was for the CP/M system or not. In either case, feel free to fork it and...

Yes, I used the sjasm0.42c from http://www.xl2s.tk/. The linux version worked for me too last time I tried, but I might have tweaked a thing or two...

`z80docflags` skips NEC & ST version, because the Zilog one worked fine. It's true that the skipped tests in this particular tap are kind of pointless, as all 3 types...

BTW, I just noticed that hoglet's page mentions that NEC is always the same. Well, we know that's not true. Mark Woodmass when he was testing this was the first...

FYI, this page lists results of the tests on various machines and CPUs: https://github.com/redcode/Z80/wiki/Zilog-Z80-CPU-Test-Suite You can use it as a reference. The videos of `z80ccfscr` in action are in particular...

Yeah, I guess you are right, it ends in IM 0. This is an oversight. In practice it doesn't matter much, as in the end they behave the same (as...

The test case is the example above - it prints all three lines in case of futures, while only the first line for promises. Should be trivial to convert to...

I have added the tests to the specs. As for the travis failing, that's because the shared spec tests for compatibility with Marshal. However, Marshalling of futures doesn't work anyway...