The change passes all the tests. Since they were probably passing before as well, you probably need more test cases for CPP. Tested with:
$ stack init
$ stack test
Note: Stack needs a stack.yaml file which is not present in the repository. I had to run stack init to create it. If you want I can submit a PR to add stack.yaml to the repo.
The change passes all the tests. Since they were probably passing before as well, you probably need more test cases for CPP. Tested with:
Note: Stack needs a
stack.yaml
file which is not present in the repository. I had to runstack init
to create it. If you want I can submit a PR to addstack.yaml
to the repo.