Closed JanBaig closed 1 year ago
Thanks. The vscode stuff seems useful, but all the generated files should go into .gitignore. Also I've made a lot of changes to zig/fibonacci.zig, so it would be a lot cleaner to merge from dvmason:main first.
For commit 848e621
I just noticed - I accidentally rejected the new changes from zobject.zig
when trying to merge
Not too familiar with reverting merges and re-doing the processes, but I should have it figured out soon and will update here
For commit 848e621 I just noticed - I accidentally rejected the new changes from
zobject.zig
when trying to merge Not too familiar with reverting merges and re-doing the processes, but I should have it figured out soon and will update here
Reverted changes - all good now!
Hello, Made the following changes
getStdOut
only works from within a function on Windows and was the cause of the error we've briefly discussed previously. I've shifted it to be inside themain
functionHacking.md
fileI'm not sure which IDE you use, so am unsure of how useful the addition of the vscode configurations is to the main repo. Additionally - I've noticed that the introduction of the configurations have added a lot of other files (starting with
zig-cache/h/
). If no one but me uses vscode, I can add them to the .gitignore file if you wish.