Commit graph

646 commits

Author SHA1 Message Date
Ryan McQuen 0d9797b731
I don't know what I'm doing. 2020-07-16 15:55:45 -07:00
Ryan McQuen 1997d5f985
Add an export for fun. 2020-07-16 15:50:29 -07:00
Ryan McQuen 7b71f583e0
That doesn't work. 2020-07-16 15:48:46 -07:00
Ryan McQuen 2892eb60f8
Try gp command here. 2020-07-16 15:48:05 -07:00
Ryan McQuen 9b9601fe42
Move PATH to Dockerfile. 2020-07-16 15:35:43 -07:00
Ryan McQuen 4e9b9b9231
Add PATH here again. 2020-07-16 15:35:03 -07:00
Ryan McQuen f29a79edb7
Move PATH. 2020-07-16 14:22:10 -07:00
Ryan McQuen 8ae9025489
Always eval. 2020-07-16 14:20:24 -07:00
Ryan McQuen 48e3e6866f
Fix install path. 2020-07-16 14:19:11 -07:00
Ryan McQuen ad0582ad6a
Change execution path. 2020-07-16 14:17:57 -07:00
Ryan McQuen 09bef69e3a
This should work. 2020-07-16 14:03:26 -07:00
Ryan McQuen 6765a5a6c9
Why do they both need evals? 2020-07-16 13:49:18 -07:00
Ryan McQuen 6c78672e1f
Eval is great. 2020-07-16 13:46:30 -07:00
Ryan McQuen e78fe4ec5f
Add gp command for setting PATH. 2020-07-16 13:45:10 -07:00
Ryan McQuen 6dcd5ebed6
Ensure new shells get the full PATH. 2020-07-16 13:37:05 -07:00
Ryan McQuen 8113ef56f3
Move PATH export. 2020-07-16 13:31:54 -07:00
Ryan McQuen 26d65fdcd2
Modify PATH to include installed rust. 2020-07-16 13:27:13 -07:00
Ryan McQuen d94df7bd53
Apparently rust is in /usr/local/cargo/bin. 2020-07-16 13:26:23 -07:00
Ryan McQuen 54c6dd6bed
Specify file name. 2020-07-16 13:22:54 -07:00
Ryan McQuen 75bf123ec3
Save file so we can pass arguments. 2020-07-16 13:22:10 -07:00
Ryan McQuen e74fb0b2d0
Add -y flag. 2020-07-16 13:20:14 -07:00
Ryan McQuen 007c097e38
Use rustup. 2020-07-16 13:19:14 -07:00
Ryan McQuen fce4a9bb0f
Separate commands. 2020-07-16 13:13:23 -07:00
Ryan McQuen 09aad5efed
Add install command here instead. 2020-07-16 13:10:36 -07:00
Ryan McQuen cca4102985
Simplify. 2020-07-16 13:09:07 -07:00
Ryan McQuen 42bb26a476
Where are you? 2020-07-16 13:08:03 -07:00
Ryan McQuen 90604a5135
Find install file. 2020-07-16 13:07:25 -07:00
Ryan McQuen e8492e8e08
Switch to GitPod image. 2020-07-16 13:05:21 -07:00
Ryan McQuen e7dda24319
Strange ... 2020-07-16 13:03:49 -07:00
Ryan McQuen f1cdf59f2a
Where is it?? 2020-07-16 13:03:13 -07:00
Ryan McQuen b61afcbc18
Fix path to install. 2020-07-16 13:02:16 -07:00
Ryan McQuen 76eceadcde
No user needed. 2020-07-16 13:01:19 -07:00
Ryan McQuen f5eee6967c
Add Dockerfile. 2020-07-16 12:58:55 -07:00
Ryan McQuen 85eb74cf8b
Add .gitpod.yml. 2020-07-16 12:57:35 -07:00
Chad Dougherty 523d18b873
feat(try_from_into): Add insufficient length test () 2020-07-13 11:39:05 +02:00
Eli Blaney c52be7dfcb
docs: Add uninstall info to README.md
* docs: Add uninstall info to README.md
* docs: Format commands as bash block
2020-07-12 08:44:11 +01:00
fmoko c2bfcf1c54
Merge pull request from benjaminfjones/fix/exercise_whitespace
chore: change exercise whitespace for consistency
2020-07-11 23:12:58 +02:00
Benjamin Jones bb5f404e35 chore: Alter whitespace for consistency
* Add newline after "I AM DONE" in exercises for consistency
* Remove trailing whitespace from exercises
2020-07-11 11:50:54 -07:00
Philip Pokarowski 106dbbc341
Update README.md () 2020-07-09 09:25:50 +02:00
DEWA Kazuyuki/出羽和之 4b6540c71a
fix(enums3): Update Message::ChangeColor to take a tuple. () 2020-07-08 11:56:43 +02:00
Alexx Roche 816b1f5e85 feat: Remind the user of the hint option ()
Suggestion from AbdouSeck https://github.com/rust-lang/rustlings/issues/424#issuecomment-639870331
for when the student's code has errors.
2020-07-08 11:52:23 +02:00
mokou e823bef970 docs: Add missing closing brackets to changelog 2020-07-08 11:43:08 +02:00
mokou f9ccc6a289 release: 4.0.0 2020-07-08 11:35:27 +02:00
fmoko b32a666541
Merge pull request from Sowed/main 2020-07-01 10:19:45 +02:00
iamcastelli b636825de3
Merge pull request from Sowed/then-to-than-docs-patch
fix: Change then to than
2020-06-27 16:49:39 +04:00
iamcastelli ddd98ad75d
fix: Change then to than
`than` makes more grammatical sense than `then` in this context.
2020-06-27 15:58:53 +04:00
mokou d355927024 Merge remote-tracking branch 'origin/master' into main 2020-06-22 04:47:27 +02:00
fmoko 75c0053bb1
Merge pull request from
fix : Use of integer for prices, therefore also for weight
2020-06-22 00:09:09 +02:00
mokou 55a9284665 chore: Move from master branch to main branch 2020-06-14 14:48:51 +02:00
Alexx Roche 113cdae2d4
fix(arc1): Passively introduce attributes ()
Ensure that std::sync::Arc is actually used, as this exercise can be compiled using things already learnt in previous exercises.
2020-06-14 12:15:35 +02:00