-
| | |
| --- | --- |
| Bugzilla Link | [49358](https://llvm.org/bz49358) |
| Version | trunk |
| OS | All |
## Extended Description
Version: llvmorg-12.0.0-rc2 (4918a3d138b907a571f496661b5367e090e1…
-
On @andrewrk's suggestion, I'm opening a similar ticket like https://github.com/ziglang/zig/issues/16672 to document and track the hickups I encountered when bringing https://github.com/floooh/sokol-z…
-
-
## Objective
Develop a robust mechanism in ZigLang to convert a `MaybeRelocatable` instance into a `Felt252` value. This conversion should adeptly handle both integer values and relocatable values,…
-
I'm having a bit of an issue with libsoundio. For some reason, on Linux, the library works perfectly OK—I set the latency to a very small value (like 0.001), and as expected, it works perfectly. Howev…
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
1. Use 'zig init' to generate default project
2. Append a test to src/main.zig:
```zig
test "bw.flush() has to be commentted o…
-
```zig
const std = @import("std");
const Options = struct { tmp: std.fs.Dir };
pub fn main() anyerror!void {
const o = std.process.args().nextPosix() orelse return error.NotEnoughArgs;
co…
-
I'm not sure this is a bug. It's probably harmless, but it seems wrong.
```zig
const EmptyStruct = struct {};
fn func(es: *EmptyStruct) void {}
test "" {
var es = EmptyStruct {};
fun…
ghost updated
3 years ago
-
This only happens when using `linux-gnu` as the target, `linux-musl` and native `macos` seem to work just fine:
```zig
// https://godbolt.org/z/eef9ro
const c = @cImport({
@cInclude("unistd.…
fengb updated
3 years ago
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…