Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[Rust] Extract Concepts from v2 exercise: macros #245

Closed
coriolinus opened this issue Jan 22, 2020 · 0 comments · Fixed by #270
Closed

[Rust] Extract Concepts from v2 exercise: macros #245

coriolinus opened this issue Jan 22, 2020 · 0 comments · Fixed by #270
Assignees
Labels
status/in-progress This issue is being worked on track/rust type/documentation Improvements or additions to documentation

Comments

@coriolinus
Copy link
Member

Extract the list of concepts required to solve the v2 Rust exercise: macros. For each concept, describe why it is required to solve the exercise. Keep in mind that an exercise can have multiple approaches.

The list of concepts should be stored in the following document: languages/rust/reference/exercise-concepts/macros.md. Use this link to create a PR to add this document.

It can be helpful to also include a sample solution in the document.

@coriolinus coriolinus self-assigned this Jan 22, 2020
@ErikSchierboom ErikSchierboom added track/rust status/in-progress This issue is being worked on labels Jan 22, 2020
coriolinus added a commit that referenced this issue Jan 23, 2020
@ErikSchierboom ErikSchierboom added the type/documentation Improvements or additions to documentation label Jan 30, 2020
coriolinus added a commit that referenced this issue Mar 25, 2020
* rust: extract concepts from v2 exercise: macros

Closes #245

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

* break out a more fine-grained list of concepts

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

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

Co-authored-by: Eli Flanagan <[email protected]>
BethanyG pushed a commit to BethanyG/v3 that referenced this issue Mar 31, 2020
* rust: extract concepts from v2 exercise: macros

Closes exercism#245

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

* break out a more fine-grained list of concepts

* Update languages/rust/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 issue 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 issue 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]>
ErikSchierboom pushed a commit to ErikSchierboom/rust that referenced this issue Jan 29, 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 issue Jan 29, 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status/in-progress This issue is being worked on track/rust type/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants