Zag-Research / Zag-Smalltalk

Smalltalk VM Written in Zig with methods stored as type-annotated ASTs
MIT License
129 stars 6 forks source link

Documentation & Debug Configuration Updates #9

Closed JanBaig closed 1 year ago

JanBaig commented 1 year ago

Hello, Made the following changes

I'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.

dvmason commented 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.

JanBaig commented 1 year ago

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

JanBaig commented 1 year ago

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!