Tuna+CreamCheese Maki Roll (6 pcs)
Tuna+Avocado+CreamCheese Maki Roll (6 pcs)
Avocado+Cucumber+CreamCheese Maki Roll (6 pcs) (= 18 logan friendly pcs); no wasabi nor ginger!
Steamed Pork Gyoza x 2 (= total 12 pcs)
Edamame x 2
Tuna+CreamCheese Maki Roll (6 pcs)
Tuna+Avocado+CreamCheese Maki Roll (6 pcs)
Avocado+Cucumber+CreamCheese Maki Roll (6 pcs) (= 18 logan friendly pcs); no wasabi nor ginger!
Steamed Pork Gyoza x 2 (= total 12 pcs)
Edamame x 2
| --- | |
| title: Triage meeting 2023-11-01 | |
| tags: T-lang, triage-meeting, minutes | |
| date: 2023-11-01 | |
| discussion: https://rust-lang.zulipchat.com/#narrow/stream/410673-t-lang.2Fmeetings/topic/Triage.20meeting.202023-11-01 | |
| url: https://hackmd.io/ZTUXE9EES9eNDX1GaLpoQw | |
| --- | |
| # T-lang meeting agenda |
New chat Today Print Binary Tree.
User How print a binary tree to stdout?
ChatGPT To print a binary tree to stdout, you can use a recursive approach that traverses the tree and prints the values of each node in a particular order. Here's an example implementation in Python:
| 15-12-44 tmp/fresh % echo "a file" > file-1.txt | |
| 15-12-55 tmp/fresh % echo "another file" > file-2.txt | |
| 15-12-58 tmp/fresh % ls | |
| file-1.txt | |
| file-2.txt | |
| 15-13-00 tmp/fresh % export VALGRIND_LIB=/media/pnkfelix/Krabcake/libexec/valgrind; rr ./bin/valgrind /usr/bin/ls | |
| rr: Saving execution to trace directory `/home/pnkfelix/.local/share/rr/valgrind-5'. | |
| execve failed: './bin/valgrind' (or interpreter) not found (ENOENT) | |
| 15-13-06 tmp/fresh [ERROR#69] % export VALGRIND_LIB=/media/pnkfelix/Krabcake/libexec/valgrind; rr valgrind /usr/bin/ls |
| Version 1.65.0 (2022-11-03) | |
| ========================== | |
| <a id="1.65.0-Language"></a> | |
| Language | |
| -------- | |
| **relnotes** | |
| - [Check if enum from foreign crate has any non exhaustive variants when attempting a cast](https://github.com/rust-lang/rust/pull/92744/) | |
| - [Stabilize `let else`](https://github.com/rust-lang/rust/pull/93628/) |
| Version 1.65.0 (2022-11-03) | |
| ========================== | |
| <a name="1-65-0-Language"></a> | |
| Language | |
| -------- | |
| **relnotes** | |
| - [Check if enum from foreign crate has any non exhaustive variants when attempting a cast](https://github.com/rust-lang/rust/pull/92744/) | |
| - [Stabilize `let else`](https://github.com/rust-lang/rust/pull/93628/) |
| Version 1.65.0 (2022-11-03) | |
| ========================== | |
| <a name="1.65.0-Language"></a> | |
| Language | |
| -------- | |
| **relnotes** | |
| - [Check if enum from foreign crate has any non exhaustive variants when attempting a cast](https://github.com/rust-lang/rust/pull/92744/) | |
| - [Stabilize `let else`](https://github.com/rust-lang/rust/pull/93628/) |
| [package] | |
| name = "midyear" | |
| version = "0.1.0" | |
| edition = "2021" | |
| [[bin]] | |
| name = "midyear" | |
| path = "main.rs" | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| Updating only changed submodules | |
| Submodules updated in 0.06 seconds | |
| Building rustbuild | |
| warning: you have not made a `config.toml` | |
| help: consider running `./x.py setup` or copying `config.toml.example` by running `cp config.toml.example config.toml` | |
| Building stage0 tool tidy (x86_64-pc-windows-msvc) | |
| tidy check | |
| Checking which error codes lack tests... | |
| * 629 error codes | |
| * highest error code: E0787 |