<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git/exercises/test1.rs, branch main</title>
<subtitle>Rustlings course
</subtitle>
<id>http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main</id>
<link rel='self' href='http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/'/>
<updated>2020-05-19T16:47:44Z</updated>
<entry>
<title>feat: renames test to quiz, fixes #244</title>
<updated>2020-05-19T16:47:44Z</updated>
<author>
<name>Sanjay K</name>
<email>sanjaykdragon@users.noreply.github.com</email>
</author>
<published>2020-05-19T16:47:44Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=010a04569282149cea7f7a76fc4d7f4c9f0f08dd'/>
<id>urn:sha1:010a04569282149cea7f7a76fc4d7f4c9f0f08dd</id>
<content type='text'>
BREAKING CHANGE

* changed test to quiz: fixes issues in #244
* fixed info.toml: #244
* fixed naming related issues</content>
</entry>
<entry>
<title>Created consistent money unit</title>
<updated>2019-12-30T00:15:32Z</updated>
<author>
<name>gnodarse</name>
<email>gabenodarse@yahoo.com</email>
</author>
<published>2019-12-30T00:15:32Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=fd57f8f2c1da2af8ddbebbccec214e6f40f4dbab'/>
<id>urn:sha1:fd57f8f2c1da2af8ddbebbccec214e6f40f4dbab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: improve `watch` execution mode</title>
<updated>2019-11-11T15:23:35Z</updated>
<author>
<name>Roberto Vidal</name>
<email>vidal.roberto.j@gmail.com</email>
</author>
<published>2019-11-11T12:38:24Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=2cdd61294f0d9a53775ee24ad76435bec8a21e60'/>
<id>urn:sha1:2cdd61294f0d9a53775ee24ad76435bec8a21e60</id>
<content type='text'>
The `watch` command now requires user action to move to the next
exercise.

BREAKING CHANGE: this changes the behavior of `watch`.
</content>
</entry>
<entry>
<title>fix: Rewrite test1 logic</title>
<updated>2019-10-29T19:53:41Z</updated>
<author>
<name>marisa</name>
<email>mokou@posteo.de</email>
</author>
<published>2019-10-29T19:53:41Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=79a569422c8309cfc9e4aed25bf4ab3b3859996b'/>
<id>urn:sha1:79a569422c8309cfc9e4aed25bf4ab3b3859996b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Clarify comment in exercises/test1.rs</title>
<updated>2019-10-29T03:08:46Z</updated>
<author>
<name>Scott Sweeny</name>
<email>scott@ssweeny.net</email>
</author>
<published>2019-10-29T03:08:46Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=2821227acf52970fa04b79f1d8c0992bc0dec06e'/>
<id>urn:sha1:2821227acf52970fa04b79f1d8c0992bc0dec06e</id>
<content type='text'>
closes #194

The author of issue #194 suggests that the wording of the comment is at
least ambiguous about the desired results. I believe this change more
clearly describes the expectation of the exercise.
</content>
</entry>
<entry>
<title>fix(test1): Swap assertion parameter order</title>
<updated>2019-07-13T12:31:57Z</updated>
<author>
<name>Pete McFarlane</name>
<email>peterjohnmcfarlane@gmail.com</email>
</author>
<published>2019-07-13T12:31:57Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=4086d463a981e81d97781851d17db2ced290f446'/>
<id>urn:sha1:4086d463a981e81d97781851d17db2ced290f446</id>
<content type='text'>
`Expected` should come before `actual`, other wise it leads to confusing compiler messages, e.g.
```
note: expected type `()`
         found type `{integer}`
```</content>
</entry>
<entry>
<title>fix(test1): renamed function name to snake case</title>
<updated>2019-06-28T15:00:10Z</updated>
<author>
<name>Jesse</name>
<email>jessec.cameron@gmail.com</email>
</author>
<published>2019-06-28T15:00:10Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=89d5186c0dae8135ecabf90ee8bb35949bc2d29b'/>
<id>urn:sha1:89d5186c0dae8135ecabf90ee8bb35949bc2d29b</id>
<content type='text'>
closes #180
</content>
</entry>
<entry>
<title>fix test command execution</title>
<updated>2019-02-15T11:06:05Z</updated>
<author>
<name>liv</name>
<email>liv@fastmail.com</email>
</author>
<published>2019-02-15T11:06:05Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=02ceb0ba8c0f82cefaaa531aec06c12dc0400525'/>
<id>urn:sha1:02ceb0ba8c0f82cefaaa531aec06c12dc0400525</id>
<content type='text'>
seems like i forgot that you actually need to run executables created
with `rustc --test`! this also reworks the "test1" exercise a bit

closes #108
</content>
</entry>
<entry>
<title>add tests; refactor exercise links</title>
<updated>2019-01-23T19:48:01Z</updated>
<author>
<name>liv</name>
<email>liv@fastmail.com</email>
</author>
<published>2019-01-23T19:48:01Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=dc1f3b79f8b528659e39057ac733d07e1051bc4d'/>
<id>urn:sha1:dc1f3b79f8b528659e39057ac733d07e1051bc4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a test</title>
<updated>2019-01-09T20:47:50Z</updated>
<author>
<name>liv</name>
<email>liv@fastmail.com</email>
</author>
<published>2019-01-09T20:47:50Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=17e12433cbe0174fe93196a43953af95ccb71dae'/>
<id>urn:sha1:17e12433cbe0174fe93196a43953af95ccb71dae</id>
<content type='text'>
</content>
</entry>
</feed>
