-
This file can cause build problems because it shares its name with a standard header, for example in my project:
```
In file included from /home/chris/dv/env/prefix/include/boost/fusion/iterator/d…
-
Reading the standard library is, in my opinion, the best way to learn Zig currently. However, I have noticed that a couple similar APIs differ in how `self` is passed to methods. This has caused me si…
-
The handling of system-value semantics is going to get messy if we can't systematize it, and unfortunately this is also one part of the compiler where we can expect a reasonable amount of churn when s…
-
Develop Standard Library after fundamental programming logic is established.
-
it seems that the standard library into the documentation is not aligned with the actual one in the repo.
ex: RuntimeService
klag updated
5 months ago
-
This issue will be used for discussion for the standard library. Questions include:
- How big should it be?
- How much do we care about performance vs ease of use
- How should it be packaged/where …
-
1. Look at the code for the libregrtest worker dispatch (uses multiprocessing)
2. Modify the worker code to use a thread in the same process
3. Run the test suite with multiple workers
https://gi…
-
Several Zig data structures in the standard library have "unmanaged" types that require the user to pass an allocator to any function that may allocate. Examples include [ArrayListUnmanaged](https://g…
-
Please complete the following fields as applicable:
**What version of the DMPRoadmap code are you running? (e.g. v2.2.0)**
- `4.1.1+portage-4.2.2`
**Expected behaviour:**
- Psych 4 is part of …
-
The random number generators in the standard library are not fast. It would be good to have a couple more random number generators to choose from in the standard library. The user can then choose th…