-
|| njal reported|
|-|-|
|Trac ID|trac#2466|
|Type|defect|
|Created|2007-02-21 21:51:31Z|
In copying all of the locals out of all of the frames of the traceback objects they are created with, a bunch …
-
### Why the lexer is slower than it needs to be
Many of the simpler byte handlers in the lexer perform multiple branches.
e.g. The handler for `=` which needs to figure out "is the whole token `…
-
... i.e. convertible to string, so it can be printed w/ ordinal `print(expected_out)`
zaufi updated
10 months ago
-
Per https://github.com/rust-lang/unsafe-code-guidelines/issues/73, discussion is converging on unions having no validity invariant, i.e., any bit-pattern is valid for a union type, including completel…
-
### Summary
The pattern `let _ = CONSTANT_VALUE` is used to ensure that various consts conform to expected values. For example, I have a const that I need to be aligned to 4096 bytes.
This check i…
-
I'm not entirely sure whether this is a bug or missing feature related to the literals and enums but I think it is worth noticing.
Let's say that we have an enum and we define aliases for enum memb…
-
I have an `enum` like this:
```Rust
enum Format {
UnsignedInt8 = 0,
SignedInt8 = 1,
UnsignedInt16Le = 2,
UnsignedInt16Be = 3,
SignedInt16Le = 4,
SignedInt16Be = 5,
…
-
**First failure**
Date: 30th May 2023
Build: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/5116309715
Jobs: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/5116309715/jo…
-
Hi!
An almost complete rust newbie here (coming from C++, mostly), so please forgive my ignorance.
----
I believe it's a pretty common practice to have some company-wide standard headers for, s…
-
I am trying to build the second edition of the book. I have copied over the source files from `trpl/second-edition/src` in the TRPL source code repository on Github.
```
nabarun@pal:~/codesl/trpl-…