James Munns
c6e4c659c4
Restore Version Sort ( #121 )
...
Since we only build the book on Linux for now, restore the `--version-sort` flag for gnu sort. This makes me feel better that when sorting numbering oddities (e.g. multiple digits) will be handled correctly.
This was removed when I was trying to get this script to work on Windows and OSX, which is no longer relevant.
5 years ago
Florian Gilcher
d89b384620
Merge pull request #116 from async-rs/install-mdbook-bin
...
Implement installation using trust
5 years ago
James Munns
192c9683d9
Correct boolean inversion and overrided env vars
5 years ago
James Munns
b39c720681
Only install mdbook if building the book
5 years ago
James Munns
b6c8186846
Don't use version sort (bsd sort doesn't seem to have it)
5 years ago
James Munns
e0212e5229
Don't install cargo-update at all
5 years ago
James Munns
f5823df70c
Include modified trust file
5 years ago
James Munns
eba85c3ede
Fix regex, also install cargo-update with trust
5 years ago
James Munns
de62620460
Implement installation using trust
5 years ago
Roman Proskuryakov
8dff8951a6
Reduce io::TimeoutFuture to futures_timer::TryFutureExt ( #113 )
5 years ago
Florian Gilcher
d501bf6849
Merge pull request #112 from async-rs/fix-101
...
Import HashMap visibly in the tutorial
5 years ago
Florian Gilcher
366546b9ce
Visibly import in tasks example
...
Fixes #97
5 years ago
Florian Gilcher
b768a7bab7
Don't trim msg twice
...
Fixes #102
5 years ago
Florian Gilcher
bfaa9c510c
Import HashMap visibly in the tutorial
...
Fixes #101
5 years ago
Florian Gilcher
5c17185464
Merge branch 'master' of github.com:async-std/async-std
5 years ago
Florian Gilcher
101979fcc3
Fix some final errors
5 years ago
Florian Gilcher
b2fc92e5d6
Merge branch 'book-test' of https://github.com/freebroccolo/async-std into freebroccolo-book-test
5 years ago
Florian Gilcher
a14b11c032
Merge pull request #111 from dfrankland/expose-fs-create_dir_all
...
Expose fs::create_dir_all
5 years ago
Florian Gilcher
23683363f2
Merge pull request #95 from kpp/add_tests_io_timeout
...
add tests for io::timeout
5 years ago
Dylan Frankland
d47f7d3e92
rustfmt fs::create_dir_all
5 years ago
Dylan Frankland
2fc6610d6d
Update CHANGELOG.md
5 years ago
Dylan Frankland
c21e381098
Remove unused import from fs::create_dir_all
5 years ago
Dylan Frankland
8451789da5
Expose fs::create_dir_all
5 years ago
Florian Gilcher
dfd520c778
rustfmt all examples
5 years ago
Florian Gilcher
9370cd3298
Fix README example
5 years ago
Darin Morrison
06952b4c97
Test and build the book on travis
5 years ago
Darin Morrison
6302805b54
Fix book tests
...
[ci skip]
5 years ago
Darin Morrison
58e783b194
Add empty data.csv for book tests
...
[ci skip]
5 years ago
Darin Morrison
05a9bd1abd
Enable "async-await" for futures-preview (select!)
...
[ci skip]
5 years ago
Oleksii Kachaiev
34802cae7e
[docs] Make sure that "All Together" code compiles ( #104 )
...
Added missing `spawn_and_log_error` function declaration
5 years ago
Zach Kemp
6d6328a9c8
use `broker_handle` to avoid overloading the `broker` fn ( #100 )
5 years ago
Rui Loura
794c12fe7e
Fix some typos in tutorial ( #98 )
...
* fix typo in tutorial
* add async_std::io::BufReader to tutorial code
* writers in clean_shutdown.md return unit type
5 years ago
Stjepan Glavina
be616f35bf
Update sending_messages.md
5 years ago
Stjepan Glavina
c61f4c8b81
Update receiving_messages.md
5 years ago
Florian Gilcher
c9d8b197ca
Add dependencies explanation to book
5 years ago
Florian Gilcher
393b72e4fc
Release version 0.99.4
5 years ago
Roman Proskuryakov
b95dd13d3b
add tests for io::timeout
5 years ago
Florian Gilcher
2644089e49
Changelog for 0.99.4
5 years ago
Florian Gilcher
70769d8bac
Merge pull request #94 from async-rs/remove-async_await-gate
...
remove async_await feature gate
5 years ago
Yoshua Wuyts
63ad786768
remove async_await feature gate
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
James Munns
bcb4910e4b
Merge pull request #86 from matklad/count-lines-fixed
...
fix counting lines example
5 years ago
Aleksey Kladov
04cafeab2c
fix counting lines example
5 years ago
Sun
0156dc879b
move surf to dev-dependencies ( #84 )
5 years ago
Florian Gilcher
addda3937f
Merge branch 'master' of github.com:async-std/async-std
5 years ago
Florian Gilcher
de036b9cdb
Remove linking sentence linking to itself
5 years ago
Florian Gilcher
68c066ae8b
Merge pull request #80 from wezm/book-tweaks
...
Fix a couple of typos in the book
5 years ago
Wesley Moore
ed81a9e23c
Fix a couple of typos in the book
5 years ago
Stjepan Glavina
e9e3754402
Add Surf example ( #78 )
...
* Add Surf example
* Use a different osx image
5 years ago
Florian Gilcher
3b9ee1ad48
Revert "Manual: automated link checking using mdbook-linkcheck ( #61 )"
...
This reverts commit fc1774a8ad
.
5 years ago
ngirard
fc1774a8ad
Manual: automated link checking using mdbook-linkcheck ( #61 )
...
* travis.yml: add before_script instruction for mdbook and mdbook-linkcheck
* book.toml: add mdbook-linkcheck config options
* Update book.toml
5 years ago