Commit Graph

1119 Commits

Author SHA1 Message Date
aaaxx
0a10b2f956 Fix reference to wrong figure
Please double check if I got this concept right; I'm a programming noob.
2016-12-26 07:26:53 +01:00
Carol (Nichols || Goulding)
f3e052020a Doing that thing i do 2016-12-23 14:35:00 -05:00
Brian Anderson
38eb5d8e48 Enum edits 2016-12-23 00:56:11 +00:00
Carol (Nichols || Goulding)
85d7ac52f7 oh fine 2016-12-22 19:08:50 -05:00
Carol (Nichols || Goulding)
6edf3a3530 Fix spelling errors caught by aspell!!!!!!!!! 2016-12-22 18:55:29 -05:00
Carol (Nichols || Goulding)
5e5919fe83 Only build the master branch; we usually have PRs for other branches
Now that lots of other rust-lang stuff is using travis, I don't want to
take 2 spots in the queue every time we push to a PR!
2016-12-22 18:46:44 -05:00
Carol (Nichols || Goulding)
19d7a9bec8 Adding use statements needed to make the tests pass
Not sure why Read isn't needed in the other read_to_string examples...
2016-12-22 18:41:37 -05:00
Carol (Nichols || Goulding)
eb7a5e03c0 Add plural backtraces to the dictionary 2016-12-22 18:36:16 -05:00
Carol (Nichols || Goulding)
1cc9530f89 Finish reworking panic/not panic section 2016-12-22 18:34:54 -05:00
Carol (Nichols || Goulding)
b1ee872a7e Revise the example code to be a better example
Fixes #341.
2016-12-22 18:11:49 -05:00
Carol (Nichols || Goulding)
8510d736ef More changes as a result of nostarch comments 2016-12-22 18:11:36 -05:00
Carol (Nichols || Goulding)
4610e53460 Edits to chapter 9 as a result of feedback from nostarch 2016-12-20 16:59:56 -05:00
steveklabnik
196b7ff6f8 do some writing 2016-12-19 17:50:23 -05:00
Carol (Nichols || Goulding)
7d2a7b45a9 Merge pull request #362 from dawirstejeck/off_by_one
Fix off-by-one mistake in while loop explanation
2016-12-18 11:18:33 -05:00
Carol (Nichols || Goulding)
1cd368ca8d Merge pull request #361 from aaaxx/patch-1
Fix typo
2016-12-18 11:17:41 -05:00
Carol (Nichols || Goulding)
322144c265 Merge pull request #360 from mkjois/curl-sh-warning
Added typical disclaimer about curl | sh.
2016-12-18 11:17:11 -05:00
Fabian Drinck
42c3fbad3d Fix off-by-one mistake in while loop explanation 2016-12-18 14:34:22 +01:00
aaaxx
8a987a28e2 Fix typo 2016-12-17 23:10:18 +01:00
Manny Jois
f828919e62 Added typical disclaimer about curl | sh. 2016-12-17 12:32:02 -08:00
Carol (Nichols || Goulding)
f120d9fa59 Merge pull request #357 from JIghtuse/master
Resolve Travis issues with spellchecker script (Fixes #356)
2016-12-14 12:48:33 -05:00
Boris Egorov
4b82f8a99d spellcheck: Exit with error on missing dictionary file 2016-12-14 10:25:11 +07:00
Boris Egorov
1ce13eceee Revert "Uggghhh take out spell checking from travis for now"
This reverts commit ad2fc2bcf0.
2016-12-14 10:24:25 +07:00
Boris Egorov
010cdb0d67 dictionary: Add a few words aspell 0.60.7 considers new spellings 2016-12-14 10:24:25 +07:00
Boris Egorov
cf8d29add7 Revert "Try telling aspell that the current dir is its home dir too"
This reverts commit 4b75fda8be.
2016-12-14 09:53:32 +07:00
Boris Egorov
5aec311b09 Revert "Travis isn't seeing our dictionary; try not copying to tmp"
This reverts commit 972f916e35.
2016-12-14 09:51:48 +07:00
Carol (Nichols || Goulding)
a52ff4465f Push more logic into lib instead of main 2016-12-13 18:28:20 -05:00
Carol (Nichols || Goulding)
f1257ec9b7 Rework the examples using iterator methods 2016-12-13 18:28:20 -05:00
Carol (Nichols || Goulding)
245204cd13 Have to ignore the mains 2016-12-13 18:28:20 -05:00
Carol (Nichols || Goulding)
c59a629d9a Demonstrate output to stderr 2016-12-13 18:28:20 -05:00
Carol (Nichols || Goulding)
0e74058c38 Add code that uses an env var to do case insensitive search 2016-12-13 18:28:20 -05:00
Carol (Nichols || Goulding)
0ae9662c70 Remove cargo build output 2016-12-13 18:28:20 -05:00
Carol (Nichols || Goulding)
31eeae8be0 Ignore code blocks that won't pass mdbook test 2016-12-13 18:28:20 -05:00
Carol (Nichols || Goulding)
ce0853df16 Hook together main and lib 2016-12-13 18:28:19 -05:00
Carol (Nichols || Goulding)
dea608d349 Make a few steps of adding on to the project 2016-12-13 18:28:19 -05:00
Carol (Nichols || Goulding)
4559876018 Start code for the I/O project chapter 2016-12-13 18:28:19 -05:00
Carol (Nichols || Goulding)
ad2fc2bcf0 Uggghhh take out spell checking from travis for now 2016-12-13 17:20:53 -05:00
Carol (Nichols || Goulding)
4b75fda8be Try telling aspell that the current dir is its home dir too
Idk.
http://unix.stackexchange.com/questions/325869/aspell-how-to-ignore-words-permanently
2016-12-13 16:40:18 -05:00
Carol (Nichols || Goulding)
438b081ae5 Print some things to figure out why travis can't see the dictionary 2016-12-13 16:05:16 -05:00
Carol (Nichols || Goulding)
972f916e35 Travis isn't seeing our dictionary; try not copying to tmp 2016-12-13 15:40:24 -05:00
Carol (Nichols || Goulding)
eda6971c59 Add english dictionary for aspell too 2016-12-13 14:18:37 -05:00
Carol (Nichols || Goulding)
1b60e32a70 Actually read the docs about how to install aspell on travis 2016-12-13 10:31:52 -05:00
Carol (Nichols || Goulding)
da4fa22fca Install aspell on travis 2016-12-13 10:23:07 -05:00
Carol (Nichols || Goulding)
ddd3041ded Merge pull request #353 from ykomatsu/ykomatsu
Fix trivial issues
2016-12-13 08:36:58 -05:00
Yoshito Komatsu
d05b7c63ff Fix trivial issues 2016-12-13 15:09:00 +09:00
Carol (Nichols || Goulding)
2e2e1a1d74 Rearrange explanatory text and code to make sense
Fixes #350.
2016-12-11 12:41:49 -05:00
Carol (Nichols || Goulding)
212ff12921 Fix references to the code by using wingdings in the docx
Connects to #350.
2016-12-11 12:41:41 -05:00
Carol (Nichols || Goulding)
d95ab62c3e Merge remote-tracking branch 'origin/pr/352' 2016-12-11 12:15:30 -05:00
Carol (Nichols || Goulding)
2ef3f30a48 Add new valid words to the dictionary 2016-12-11 12:06:49 -05:00
Carol (Nichols || Goulding)
bae3793a60 Technically judgement is a misspelling apparently 2016-12-11 12:06:49 -05:00
Carol (Nichols || Goulding)
1771ae0ebd Fix a typo that got into the dictionary 2016-12-11 12:06:49 -05:00