JMU-CS / less-java

Language and compiler designed for teaching introductory programming
GNU General Public License v3.0
6 stars 7 forks source link

Static analysis for non-OO aspects #59

Closed hinescd closed 5 years ago

Zamua commented 5 years ago

Some of the tests from ./dotests.sh -r tests also failed. Is that concerning?

hinescd commented 5 years ago

Yeah, some of those will fail until my portion of the project is done. If you're not comfortable with this being in master yet, we can keep it in a different branch until they're passing. I don't want to submit my whole project at once though, I'm sure that would be a nightmare to review.

Zamua commented 5 years ago

No this is fine for now. Future projects should probably be done how you described. A different branch until complete and then merged into master. I'll give this more thought in the future

🤷‍♀️