Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 266 (100.0%) | 19.0 |
hammad | 9 (64.3%) | 223 (83.8%) | 24.7 |
rosenj | 4 (28.6%) | 42 (15.8%) | 10.5 |
perrellaj | 1 (7.1%) | 1 (0.4%) | 1.0 |
fixed the bug of raised exceptions causing both variables and subroutines to not work at all.
57 lines of code changed in 2 files:
put in the raised exceptions back (didn't realize that the error handling relied on these exceptions). I initially removed them because I had split up the method into two to get Subroutines working.
6 lines of code changed in 2 files:
fixed the nested subroutines error. all subroutine definitions with the to instruction should work fine now
4 lines of code changed in 1 file:
fixed a bug with nulls in variables
8 lines of code changed in 1 file:
got the TO instruction working on my own.
I literally screamed in excitement
145 lines of code changed in 2 files:
added error handling
1 lines of code changed in 1 file:
expressions javadocs
42 lines of code changed in 4 files:
updated code to keep variables in the context
3 lines of code changed in 1 file:
Importing SLogo project for team ByteUs
188 lines of code changed in 4 files: