Commit Graph

657 Commits (8493e5d09f12b40caccf01c6745642dd21b484af)
 

Author SHA1 Message Date
DEWA Kazuyuki/出羽和之 4b6540c71a
fix(enums3): Update Message::ChangeColor to take a tuple. (#457) 4 years ago
Alexx Roche 816b1f5e85 feat: Remind the user of the hint option (#425)
Suggestion from AbdouSeck https://github.com/rust-lang/rustlings/issues/424#issuecomment-639870331
for when the student's code has errors.
4 years ago
mokou e823bef970 docs: Add missing closing brackets to changelog 4 years ago
mokou f9ccc6a289 release: 4.0.0 4 years ago
fmoko b32a666541
Merge pull request #458 from Sowed/main 4 years ago
iamcastelli b636825de3
Merge pull request #1 from Sowed/then-to-than-docs-patch
fix: Change then to than
4 years ago
iamcastelli ddd98ad75d
fix: Change then to than
`than` makes more grammatical sense than `then` in this context.
4 years ago
mokou d355927024 Merge remote-tracking branch 'origin/master' into main 4 years ago
fmoko 75c0053bb1
Merge pull request #433 from SebastienCaunes/fix#432
fix : Use of integer for prices, therefore also for weight
4 years ago
mokou 55a9284665 chore: Move from master branch to main branch 4 years ago
Alexx Roche 113cdae2d4
fix(arc1): Passively introduce attributes (#429)
Ensure that std::sync::Arc is actually used, as this exercise can be compiled using things already learnt in previous exercises.
4 years ago
fmoko c6295ade33
Merge pull request #428 from millefalcon/master
Added example with `String` to show the AsRef working
4 years ago
fmoko e1e453075f
Merge pull request #422 from AbdouSeck/show-tests-prints 4 years ago
Sebastien Caunes 9ca08b8f2b fix : Use of integer for prices, therefore also for weight
rename confusing "from" and "to" to sender_country and recipient_country as suggested
4 years ago
tim bangma f47d3f422d
docs: Update `Invoke-WebRequest` to `Start-BitsTransfer` (#373) 4 years ago
Alexx Roche e6bd8021d9
fix(generics2): Guide students to the answer (#430) 4 years ago
millefalcon 307252e9ae Added example to show the AsRef working 4 years ago
Alexx Roche bb2ca25110
fix(box1): fix comment typo (#426)
Doesn't effect the code.
4 years ago
Abdou Seck 9e4fb1009f fix(installation): Provide a backup git reference when tag can't be curl
closes #423

If the parsed JSON data curled during a bash installation is not valid, use the repository's tag files
as a backup. If those files don't exist somehow, then checkout the master branch and install it.
4 years ago
Abdou Seck 8ad5f9bf53 feat: Add a --nocapture option to display test harnesses' outputs
This new feature can be accessed by invoking rustlings with --nocapture.

Both unit and integration tests added.

closes #262

BREAKING CHANGES:
The following function take a new boolean argument:
	* `run`
	* `verify`
	* `test`
	* `compile_and_test`
4 years ago
Abdou Seck 02a2fe4871 Collapse nested if statements 4 years ago
Abdou Seck 40741c5b0b Use .to_string rather than format macro 4 years ago
Alexx Roche 0dd1c6ca6b
fix: rename quiz1 to tests1 in info (#420)
`rustlings run tests1` wasn't working because of this typo.
4 years ago
Alexx Roche 5563adbb89
fix: fix quiz naming inconsistency (#421)
Inconsistent naming when compared with the other quiz files.
4 years ago
Alexx Roche 524e17df10
fix(variables6): minor typo (#419)
Looks like this was cloned from variables5.rs
4 years ago
fmoko 73e848e96f
Merge pull request #416 from danwilhelm/traits-readme
feat: Add traits README
4 years ago
fmoko 5f0806967c
Merge pull request #409 from AlexandruGG/feature/box-exercise 4 years ago
Dan Wilhelm 173bb14140 feat: Add traits README 4 years ago
fmoko 918f310674
Merge pull request #410 from tsauvajon/fix-option1
fix(option1): Don't add only zeros to the numbers array
4 years ago
fmoko a75fdbd8ad
Merge pull request #415 from danwilhelm/powershell-correction
chore: Fix PowerShell capitalization
4 years ago
Dan Wilhelm 9d3f189b0e chore: Fix PowerShell capitalization 4 years ago
AlexandruGG 7e79c51222 Add .idea to gitignore 4 years ago
fmoko a180d831a1
Merge pull request #413 from danwilhelm/generics3-90chars 4 years ago
Dan Wilhelm e81adc2752
chore: Add Powershell reminder 4 years ago
Allan Soares Duarte 500422d594
chore: Update variables6.rs book link 4 years ago
Dan Wilhelm 0311c03735 chore: Limit generics3 lines to 90 chars 4 years ago
AlexandruGG df81141d6f Address PR feedback: add tests 4 years ago
Thomas Sauvajon cce6a44277
fix(option1): Don't add only zeros to the numbers array 4 years ago
AlexandruGG 7479a4737b feat: Add box1.rs exercise 4 years ago
Evan Carroll 06ef4cc654
fix: confine the user further in variable exercises
We want to teach a specific lesson. To ensure that we do, let's try to
provide more clarity on what the user should not do.
4 years ago
Jade McGough c7c3130507
chore: remove struct2 hint comment 4 years ago
Sanjay K 010a045692
feat: renames test to quiz, fixes #244
BREAKING CHANGE

* changed test to quiz: fixes issues in #244
* fixed info.toml: #244
* fixed naming related issues
4 years ago
fmoko 51666609f1
Merge pull request #365 from sjmann/generics-2-fix 4 years ago
Stefan Kupresak 10967bce57
fix(option2): Add TODO to comments (#400) 4 years ago
IkaR49 763aa6e378
feat: Rewrite try_from_into (#393) 4 years ago
Gaurang Tandon d6c0a688e6
fix(test2): name of type String and &str (#394) 4 years ago
Jawaad Mahmood 9f75554f2a
fix(options1): Add hint about Array Initialization (#389) 4 years ago
Evan Carroll 2b20c8a0f5
fix(errorsn): Try harder to confine the user. (#388) 4 years ago
fmoko 1b4590b42b
Merge pull request #385 from siobhanjacobson/fix-enums3-test 4 years ago
Siobhan Jacobson 09e89bbcd3 Update Message::Move in the enums3 test to take a Point. 4 years ago