tov / dssl2

A data structures student language, version 2
MIT License
9 stars 4 forks source link

array tests and clone bugfix #29

Closed li-kangaroo closed 3 years ago

li-kangaroo commented 3 years ago

Added tests for the following methods of array: pushing over capacity, clone, equality, push_front, pop_front, pop_back, and contracts. Fixed the constructor for clone that was giving an arity mismatch error.

li-kangaroo commented 3 years ago

Sorry about the double pull request and the disappearance of the previous one, I messed up the branches on my end.

stamourv commented 3 years ago

That looks good to me. @tov: any thoughts?