-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
high-scores: Implement exercise #537
high-scores: Implement exercise #537
Conversation
New problem specification added in exercism/problem-specifications#1378
"core": false, | ||
"unlocked_by": "acronym", | ||
"difficulty": 2, | ||
"topics": [ |
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.
Using the same core
, unlocked_by
, difficulty
and topics
as the Ruby track. Do these settings make sense for this track?
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.
Just saw the build. 😅 Apparently not
The command "bin/fetch-configlet" exited with 0.
0.19s$ bin/configlet lint .
-> The exercise 'high-scores' is being unlocked by a non-core exercise. Non-core exercises can only be unlocked by core exercises.
Anyone have any suggestions? Would anyone object to unlocked_by
being set to null?
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.
@PakkuDon I'm thinking: have it be unlocked by pangram
? Since that's the one that unlocks acronym
?
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.
Makes sense to me. I'll give that a try 👍
Beauteous! |
New problem specification added in exercism/problem-specifications#1378