initial setup and Hello World exercise#3
Open
TheRealOwenRees wants to merge 16 commits intoexercism:mainfrom
Open
initial setup and Hello World exercise#3TheRealOwenRees wants to merge 16 commits intoexercism:mainfrom
TheRealOwenRees wants to merge 16 commits intoexercism:mainfrom
Conversation
BNAndras
reviewed
Mar 7, 2026
Member
BNAndras
left a comment
There was a problem hiding this comment.
Made some notes. The main thing is to not set the track to active until we're ready to launch and have received feedback from other maintainers on the track / online editor
|
|
||
| copy_example_or_examplar_to_solution | ||
| unskip_tests | ||
| #unskip_tests |
Member
There was a problem hiding this comment.
Are we committing to having all tests run every time? I believe we can still test.skip every test after the first one.
|
|
||
| ln -s "${root_dir}/node_modules" "${tmp_dir}/node_modules" | ||
|
|
||
| copy_example_or_examplar_to_solution |
Member
There was a problem hiding this comment.
Suggested change
| copy_example_or_examplar_to_solution | |
| copy_example_or_exemplar_to_solution |
|
|
||
| required_tool jq | ||
|
|
||
| copy_example_or_examplar_to_solution() { |
Member
There was a problem hiding this comment.
Suggested change
| copy_example_or_exemplar_to_solution() { |
Member
There was a problem hiding this comment.
This is an old set of instructions. We don't need to do it right this moment, but before launch, let's make sure to have configlet sync docs and metadata for everything.
…omplained that it exceeded the number of characters allowed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial commit
boilerplate code and Rescript setup copied from the work of
tesjasbubanementioned on the forum postTesting setup in accordance to previous completed work, using Rescript-Test
Hello World exercise added
npm run ciis the command from previous work which will compile ReScript files into JS and then test those. No doubt this command will need renaming.