-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid test keyword #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! There is just a small change that needs to be reverted
LOL - that is super embarrassing sorry! I couldn't run the tests locally (process didn't finish running tests in docker) and wanted to see the tests run in the PR on GitHub Actions...hence the PR w/o seeing tests. But, having said that is it super weird that the tests ran without error given this obvious...error. |
Yeah that's an interesting behaviour for sure! I'll have to look into that :) |
@giacomocavalieri it looks like the tests in the One solution to this might be to use something like [dev-dependencies]
exercism_test_runner = { path = "../../runner" } But...well, I'm new to gleam and having a tad of trouble with that when I gave it a half-hearted try. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
This PR replaces
test
in the code because it is reserved for future use in recent Gleam versions.I'd appreciate some feedback. I realize that variable name
the_test
stinks. Happy to change.