-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Allow for alternative erlang solutions in captains-log
#340
Comments
Hi @aedwardg, Sorry for the slow reply and thank you for opening this issue. The exercise is teaching two concepts, randomness and using erlang libraries, this explains why we are nudging the students towards
which is not fully accurate, according to the docs
considering the second message, I think this is a good suggestion. Would you like to help with implementing those changes? |
@jiegillet, I think the following (current) messages is correct in how it's being used for the
So for that one, I don't think any changes need to be made. However, for the I also agree that for the final I'd be happy to help out with these changes, though I'll need to familiarize myself with how the analyzer works first 🙂 |
Great, let's do it! The comments live over here, so a PR over there would be great. For detecting erlang in the analyzer, what would be required is changing this file, replacing |
I think that this issue can be closed now. |
Why? The points discussed haven't been addressed yet. |
Given that the main focus of this exercise is to use erlang libaries, it feels strange to receive analyzer errors for the following two solutions:
random_ship_registry/0
(prompts to useEnum.random/1
):format_stardate/1
(prompts to use:io_lib.format("~.1f", [stardate]) |> to_string()
):Would it make sense to have the analyzer allow one or both of these alternate solutions, since they are still using erlang?
The text was updated successfully, but these errors were encountered: