<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git/exercises/error_handling/errorsn.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>2021-06-07T04:08:57Z</updated>
<entry>
<title>feature: improve error_handling exercises</title>
<updated>2021-06-07T04:08:57Z</updated>
<author>
<name>Taylor Yu</name>
<email>tlyu@mit.edu</email>
</author>
<published>2021-06-07T04:05:01Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=68d3ac567cd5c23f5593c2f4df51612bca3d09a9'/>
<id>urn:sha1:68d3ac567cd5c23f5593c2f4df51612bca3d09a9</id>
<content type='text'>
Add new exercises errors5 and errors6, to introduce boxed errors and
custom error enums more gently. Delete errorsn, because it tried to do
too much too soon.
</content>
</entry>
<entry>
<title>fix(errorsn): Try harder to confine the user. (#388)</title>
<updated>2020-05-06T19:12:15Z</updated>
<author>
<name>Evan Carroll</name>
<email>me@evancarroll.com</email>
</author>
<published>2020-05-06T19:12:15Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=2b20c8a0f5774d07c58d110d75879f33fc6273b5'/>
<id>urn:sha1:2b20c8a0f5774d07c58d110d75879f33fc6273b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Remove deprecated description from error_handling/errorsn.rs</title>
<updated>2020-05-02T16:30:11Z</updated>
<author>
<name>Christofer Bertonha</name>
<email>christofer.bertonha@typeform.com</email>
</author>
<published>2020-05-02T16:30:11Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=c301814d6809ee65b58ea525c3ee74df19616595'/>
<id>urn:sha1:c301814d6809ee65b58ea525c3ee74df19616595</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address feedback</title>
<updated>2019-11-11T16:47:45Z</updated>
<author>
<name>marisa</name>
<email>mokou@posteo.de</email>
</author>
<published>2019-11-11T16:47:45Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=1a7bb5a4005e66665d2618b20bea132f009b79f9'/>
<id>urn:sha1:1a7bb5a4005e66665d2618b20bea132f009b79f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into refactor-hints</title>
<updated>2019-11-11T16:21:06Z</updated>
<author>
<name>marisa</name>
<email>mokou@posteo.de</email>
</author>
<published>2019-11-11T16:21:06Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=ec2d4bd3ee665f2a4c79dd42c41078223074d4c1'/>
<id>urn:sha1:ec2d4bd3ee665f2a4c79dd42c41078223074d4c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Refactor hint system</title>
<updated>2019-11-11T15:51:38Z</updated>
<author>
<name>marisa</name>
<email>mokou@posteo.de</email>
</author>
<published>2019-11-11T15:51:38Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=9bdb0a12e45a8e9f9f6a4bd4a9c172c5376c7f60'/>
<id>urn:sha1:9bdb0a12e45a8e9f9f6a4bd4a9c172c5376c7f60</id>
<content type='text'>
Hints are now accessible using the CLI subcommand `rustlings hint
&lt;exercise name`.

BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
</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(errorsn.rs) Update the deprecated syntax by adding dyn to trait objectscloses #211</title>
<updated>2019-08-21T10:44:42Z</updated>
<author>
<name>Damian S</name>
<email>sosnowski@outlook.com</email>
</author>
<published>2019-08-20T21:52:24Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=8109cbad97e33949391cc36739121669df90e964'/>
<id>urn:sha1:8109cbad97e33949391cc36739121669df90e964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Fix a couple broken book links</title>
<updated>2019-06-11T14:13:05Z</updated>
<author>
<name>Russell Cousineau</name>
<email>miller.time.baby@gmail.com</email>
</author>
<published>2019-06-07T03:17:22Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=63c133e4a3f48bc15a75797dcea98bcf2f81cf2e'/>
<id>urn:sha1:63c133e4a3f48bc15a75797dcea98bcf2f81cf2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>errorsn.rs: Separate also the hints from each other to avoid accidental viewing</title>
<updated>2019-05-23T09:21:42Z</updated>
<author>
<name>Eddy Petrisor</name>
<email>eddy.petrisor@gmail.com</email>
</author>
<published>2019-05-23T09:21:25Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=f50784410243054e3f04f92f9ead7cd623866000'/>
<id>urn:sha1:f50784410243054e3f04f92f9ead7cd623866000</id>
<content type='text'>
Signed-off-by: Eddy Petrisor &lt;eddy.petrisor@gmail.com&gt;
</content>
</entry>
</feed>
