uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Fixed bug in GCNode assignment operator #77

Closed btwooton closed 6 years ago

btwooton commented 6 years ago

Resolves #76

Fixed the missing return *this in the assignment operator of GCNode and included a unit test case in unit-GCNodeverifying the functionality of the assignment operator.

btwooton commented 6 years ago

@bmwfire wait for the TravisCI build to finish before approving and/or merging

bmwfire commented 6 years ago

Your test case passes on your end? Should I also run it?