Skip to content
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

Add empty src/lib.rs files to all exercises #270

Merged
merged 1 commit into from
Apr 3, 2017
Merged

Add empty src/lib.rs files to all exercises #270

merged 1 commit into from
Apr 3, 2017

Conversation

mkantor
Copy link
Contributor

@mkantor mkantor commented Apr 3, 2017

See #117, #200, and #269.

Since the jury is sill out on whether/how to provide stub functions, I opted to simply add empty files in this commit. This makes for a smoother user experience, as students will no longer have to invoke mkdir src; touch src/lib.rs for every exercise.

See #117, #200, and #269.

Since the jury is sill out on whether/how to provide stub functions, I
opted to simply add empty files in this commit. This makes for a
smoother user experience, as students will no longer have to invoke
`mkdir src; touch src/lib.rs` for every exercise.
Copy link
Member

@petertseng petertseng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, great work.

I verified via for i in exercises/*/; do if [ ! -f $i/src/lib.rs ]; then echo "$i missing"; fi; done that all exercises now have stub files with this. Given that, and that there was general agreement in the referenced prior issues, it looks like this is good to merge immediately.

@petertseng petertseng merged commit d7008b6 into exercism:master Apr 3, 2017
@petertseng
Copy link
Member

(I corrected a typo sill -> still, but of course that didn't stop us)

@mkantor mkantor deleted the add-empty-lib-files branch April 5, 2017 15:37
@petertseng petertseng changed the title Add src/lib.rs files to all exercises Add empty src/lib.rs files to all exercises Apr 25, 2017
petertseng pushed a commit that referenced this pull request Jul 23, 2017
Forgot to be added in #319.
Should be added because of #270.
petertseng added a commit that referenced this pull request Jul 23, 2017
Now that we have an empty src/lib.rs for each exercise as of
#270, we should ease the process of
adding the file by no longer ignoring it.
petertseng added a commit that referenced this pull request Jul 23, 2017
ErikSchierboom pushed a commit to ErikSchierboom/rust that referenced this pull request Jan 26, 2021
* extract concepts from v2 exercise: macros

Closes exercism/v3#245

* require mutability concept; remove extraneous note on Hashmap<K, V>

* break out a more fine-grained list of concepts

* Update languages/reference/exercise-concepts/macros.md

Co-Authored-By: Eli Flanagan <[email protected]>

Co-authored-by: Eli Flanagan <[email protected]>
ErikSchierboom pushed a commit to ErikSchierboom/rust that referenced this pull request Jan 27, 2021
* extract concepts from v2 exercise: macros

Closes exercism/v3#245

* require mutability concept; remove extraneous note on Hashmap<K, V>

* break out a more fine-grained list of concepts

* Update languages/reference/exercise-concepts/macros.md

Co-Authored-By: Eli Flanagan <[email protected]>

Co-authored-by: Eli Flanagan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants