samkho

Results 12 issues of samkho

Lines 457-458 need to be wrapped inside a #ifdef CONFIG_BIGNUM...#endif block, similar to lines 324-326. https://github.com/bellard/quickjs/blob/2788d71e823b522b178db3b3660ce93689534e6d/qjs.c#L457 https://github.com/bellard/quickjs/blob/2788d71e823b522b178db3b3660ce93689534e6d/qjs.c#L324

In "The Erlang Type System" section, the 2nd paragraph below the "Erlang Type Lattice diagram" (diagram is Figure 18 in the web version on your website), it says: > Both...

Hello. Thank you for this awesome project of yours. I believe that line 120 of Protocol.cs: https://github.com/mganss/AsyncPluggableProtocol/blob/7bd88c29df5ae4530905bd95a5893faa4bddcfd5/Protocol.cs#L120 should not hardcode the 2nd argument (dwError) to zero. If hardcoding, 200 would...

1. Can you add in your documentation the results of ImapTest for gluon? In the same format as: > https://imapwiki.org/ImapTest/ServerStatus 2. Perhaps you can also work with the Dovecot/ImapTest folks...

Can you add a license file? (Preferably MIT License :-) Thanks!

The comment and code for line 423 of parse.c do not match. It seems the comment describes the correct behavior. https://github.com/rui314/chibicc/blob/90d1f7f199cc55b13c7fdb5839d1409806633fdb/parse.c#L423   The comparison "> 1" should instead be ">= 1"...

For https://github.com/c-testsuite/c-testsuite/tree/master/tests/single-exec/00219.c... gcc outputs: > 20 > 10 > 20 > 123 > 2 > 0 > 5 > 1 > 2 > 3 > 4 > long > 1...

For https://github.com/c-testsuite/c-testsuite/tree/master/tests/single-exec/00218.c... gcc-compiled executable runs with no output. chibicc-compiled executable runs with the following output: > unsigned enum bit-fields broken

For https://github.com/c-testsuite/c-testsuite/tree/master/tests/single-exec/00206.c... gcc outputs: > abort = 111 > abort = 222 > abort = 333 > abort = 222 > abort = 111 chibicc outputs: > abort = 111...

11 (out of 220) test files from https://github.com/c-testsuite/c-testsuite/tree/master/tests/single-exec fail to compile with chibicc. They compile successfully with gcc. Errors below: > 00075 > 00075.c:74: #error fail > ^ error >...