Trayambak Rai
Trayambak Rai
I cannot reproduce this. The options are correctly passed down to the compiler.
Is this still being considered? This would be a great addition to this editor.
ArmCord with arRPC does not work, unfortunately.
@TheGuyThatLivesInSweden This is a Python script for a Minecraft type of game, not Minecraft. You should try @trickypr's link. This is Python (.py), not Java (.jar).
I've probed the entirity of the codebase and there seems to be nothing that raises red flags.
Can confirm. I've tried this out too and the same error occurs.
I'm sorry if I'm being pushy, but is there anything else needed to be done in this PR?
There's two ways to approach this problem. One is to overhaul `--experimental:strictDefs` to add an `{.assured.}` pragma which makes the function say "hey, I'm gonna ensure that the user knows...
We also have to remember that not all outputs need to be mutable. But yeah, this seems like a better idea.
Okay, so the latest commit adds the `?=` template, which in turn relies on `unpack`, which now uses `out T` instead of `var T` and ensures that the value is...