Emmanuel
Emmanuel
I think Exceptions should not be used in normal execution; I also don't understand why it is using the length, as it should always be the same (because of the...
Would direct interaction via C with the kernel, using the "real" path (not simulated) for files, be a solution for this?
> Perhaps the content of the message could be updated to not necessarily mention iteration; what do you think @EmmanuelMess ? Edit: Perhaps something like: "Use of .keys() is not...
> not likely, since there's a default splash screen from Android 13+ @VishalNehra @TranceLove @EmmanuelMess thoughts? If the splash screen for Android 13 works as ours would, I would close...
> (PS: Our build system is a hand-written makefile, so feel free to ask any questions regarding how to achieve this) I am finding quite difficult to read the makefile,...
> I will also note that we like `snake_case` and short names if possible (without sacrificing much understanding). Done.
I did that, and it failed with an error on creating main.d. Makefile: ```cmake SOURCE_DIR := src BIN_DIR := bin BUILD_BASE_DIR := build # modules CONSTRUCTIVE_TEST := run_constructive_tests INTERPRETER :=...
> Also I don't see your current file structure so I can't tell you exactly what went wrong. This pull request has the current file structure. > Did you create...
> If you are doing that then this approach of copying the makefile is not going to work Sorry, I don't understand, are files generated wrong by the makefile I...