-
```
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/ghxd25ms5lfpgcjxvj39vhb0r4ayws9f-repa-3.4.1.5.tar.gz
source root is repa-3.4.1.5
se…
-
Hi there,
We ran into an issue when running Chromium's Sandwich project over a larger set of URLs: a fair amount of them have the following pattern when navigating to the given http://foo.bar/ URL:
1…
-
We should add more types to GOOL such that attempts at poorly-typed expressions (like concatenating two numbers) do not compile. This will involve adding more typeclasses to GOOL, which can hopefully …
-
given the file hello.gv.txt:
```
digraph G {Hello->World}"
```
with a trailing " character. Dot is still able to parse the file.
Calling:
```
graph = AGraph('./hello.gv.txt')
```
also succeed…
-
A repository that I maintain recently received a bug report about our proc macro generating a warning after they upgraded to `1.79.0`.
I haven't bisected for the exact commit that introduces the wa…
-
Hello everyone,
im decently new to working with binary files and KaitaiStruct. I love it but i unfortunately dont like the ReadWriteStruct.
I created a different approach based on the Python Run…
-
When loading data at union type from one place and storing it in another -- what exactly is being required about the bytes, and what is preserved? In other words, what is the representation relation o…
-
Meta issue about builtin compiler inspections ([lints](https://doc.rust-lang.org/rustc/lints/index.html)) support
From development point of view, each lint is a separate inspection and `RsLintInspe…
Undin updated
2 years ago
-
### 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…
-
Currently, the spec says:
https://abs-tudelft.github.io/tydi/specification/logical.html#union-semantics
```
The "tag" field is used to represent which variant is being represented, by means of …