Closed timholy closed 9 months ago
I recommend reviewing with Files changed
-> gears icon -> Hide whitespace
. I have my vscode settings to automatically fix things like trailing whitespace.
I wonder how I have managed to not notice the missing parameter. Thanks for the test case too. I will tag this as v0.2.1
BTW, in case you're unaware, PkgTemplates is very nice when creating a new package. I usually use
tpl = Template(; plugins=[GitHubActions(), Codecov(), Documenter{GitHubActions}()])
tpl("MyNewPackage")
but there are many other tweaks you can make.
I think I have seen references PkgTemplates, but I haven't used it. Admittedly I am undisciplined on polishing my packages.
It seems that recent changes must have added a field to
ConvexHull
, but thenew
statement was not correspondingly updated. This adds tests for construction and whether the expected vertices are returned for a simple problem.