You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The introduction tells you to clone the repository to get access to the exercises. However, if you do this, the paths described in the exercises do not match the folder layout, as the exercises assume the folder layout of the generated exercises zip from the main page of the website.
This might be more of a documentation issue, because this is intentional: the paths refer to the exercise structure in the generated exercise package. Modmod is used to take the content in the content folder and put it in the right place according to the given track specification. You can download the exercise package corresponding to your track here: https://teach-rs.trifectatech.org/
Ah right, that makes sense. We might need to change the introduction, which currently tells you to clone the GitHub repo instead of downloading the generated exercise package.
@michielp1807 can you update the title to match the actual issue of the introduction content not reflecting reality?
michielp1807
changed the title
The exercise paths do not match the folder structure
Introduction tells you to clone the repository instead of using the generated exercises zip from the website
Sep 2, 2024
The introduction tells you to clone the repository to get access to the exercises. However, if you do this, the paths described in the exercises do not match the folder layout, as the exercises assume the folder layout of the generated exercises zip from the main page of the website.
For example, for Exercise 2.3.1, it says to follow the instructions of
exercises/2-foundations-of-rust/3-advanced-syntax/1-error-propagation/src/main.rs
. However, the exercise is actually located incontent/mods/A-foundations/topics/optionals-errors/exercises/error-propagation/src/main.rs
in the cloned repository. And similarly for the other exercises.The text was updated successfully, but these errors were encountered: