Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Rust 2024 #68

Open
wants to merge 650 commits into
base: main
Choose a base branch
from
Open

[WIP] Rust 2024 #68

wants to merge 650 commits into from

Conversation

Phosphorus-M
Copy link
Member

This is a very early translation of the new chapters from the PR:
rust-lang/book#3909

@RustLangES/content-team
@RustLangES/traductores

Copy link

github-actions bot commented May 25, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 29c4cc1

Copy link

github-actions bot commented May 25, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 29c4cc1

carols10cents and others added 28 commits August 13, 2024 13:40
- Set their view boxes to the original height and width, so they are
  guaranteed to present correctly.
- For Figure 17-02, use the trick of adding a hidden node and hidden
  arrow to it in “Task 2” to align the two boxes.
- Create a section (which will be deleted or at least reintegrated once
  all is said and done) to hold content pulled out of other sections for
  the sake of clearer flow and understanding.
- Pull “advanced” material from 17.00, 17.01, and 17.02 into the holding
  section and start reorganizing their content to account for shifting
  around materials.
In addition to the baseline changes, skip over non-directory code where
directories are needed to deal with things like `.DS_Store` files. Also
add a bunch of context on error causes from `std::io::Error` because it
was *impossible* to figure out exactly what the source of those were.
Use immutable borrow of `TcpStream` when creating `BufReader`
Add `cargo init` usage suggestion to 1.3
Update build instructions: include mdbook plugins
The `block_on` name is what both Tokio and smol use, but it is a bit
obscure from the point of view of introducing this material. `run` says
much more clearly what it does *for the level we care about here*, I
think.
These make up *most* of the rest of the edits I caught while rereading
which are not *major structural revisions*, along with some of the bits
required for those major structural revisions.
chriskrycho and others added 16 commits November 26, 2024 14:33
The pedantry is accurate, but since we can just drop this entirely, it
will cut the potential distraction for readers who might get hung up on
it otherwise!

Fixes #3818
Drop a pedantry-triggering sentence about IEEE-754
Link to tests section of rustc book for `cargo test -- --help` docs
Fix confusion between variable `hello` and string `"hello"`
Copy link

github-actions bot commented Dec 8, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) e66e486

@Phosphorus-M
Copy link
Member Author

Falta traducir el capitulo 17 y revisar el pipeline si es que va todo bien

Copy link

github-actions bot commented Dec 8, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) e66e486

@Phosphorus-M Phosphorus-M changed the title [WIP] async and .await chapter [WIP] Rust 2024 Dec 9, 2024
Copy link

github-actions bot commented Dec 19, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) e66e486

Copy link

github-actions bot commented Dec 19, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) e66e486

Copy link

github-actions bot commented Dec 25, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) e66e486

Copy link

github-actions bot commented Dec 31, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) fd05005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.