disarray2077

Results 7 comments of disarray2077

I noticed that this issue was already fixed, but I found two more issues similar to the old one: Code with comments describing the issues: ```cs Result str() { return...

This code compiles just fine in C#: ``` uint i = 0; char[] array = new char[2]; array[i].ToString(); ``` But, you're partially right since List isn't indexable with uint in...

In the previous issue (https://github.com/beefytech/Beef/issues/1644#issuecomment-1183922830) you mentioned you only changed the libffi include, right? In this case, if you're still using the unchanged `BeefRT\CMakeLists.txt` you could be linking to x86_64...

I guess it's this way by design. Quote from README: ``` The syntax and many semantics are most directly derived from C#, while attempting to retain the C ideals of...

I would guess that this is because the libffi version that comes with beef does not support the M1 Mac, you could try simply replacing the libffi in the repo...

>System.Threading.Tasks is uncooked and probably should be taken out of corlib as it stands, even... Yeah, and to expand on that, I have also written a parallel class before, and...

This one seems to be in a different place, but still caused by `ExpectTokenAfter`: ```cs struct o:delegate l([ ``` (https://trybeef.netlify.app/#/rcjSRD)