-
Transmuting pointers to integers (i.e., not going through the regular cast) is a problem. This is demonstrated by the following silly example:
```rust
fn example(ptr: *const i32, cmp: usize) -> usiz…
-
From design document: https://docs.google.com/document/d/1Tg18sIck3Nakxtd3TFFcIjrmRO_0GLMdHXylVqBQmJA/edit#heading=h.v4ilwdkncxe
# Entity Events
## EntityState
Indicates the entity's curren…
-
Prior discussion:
https://github.com/keean/zenscript/issues/14#issuecomment-308722477
https://github.com/keean/zenscript/issues/33#issuecomment-362720879
https://github.com/keean/zenscript/is…
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
Hemos quedad en qué @rzariquiey esta trabajando del inicio y @fractaldragonflies del fin.
El inicio es con ‘world’ entonces y el fin con ‘omen, portent’.
Dejamos que @LinguList (Ximena también…
-
After taking a look at this, it seems it's overly-complex and not clear, for something that should only serve a simple purpose: "proving the user requests are coming from his browser where he initiall…
el1s7 updated
6 months ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34548](https://bugs.llvm.org/show_bug.cgi?id=34548) |
| Status | NEW |
| Importance | P normal |
|…
-
This is a space where you'll be able to post your final-for-now thoughts on your visual unit projects, your **rhetorical collages.** We've talked in class about what that should include, but the main …
-
The comments in the attached program give references to places in the latest P4_16 language specification that seem to indicate that the program is trying to do something declared illegal in the speci…
-
I have been trying to find information on the training methods: `noxattn, innoxattn, selfattn, xattn, full, xattn-strict, noxattn-hspace, noxattn-hspace-last`
But i can't just quite find any inform…