Meghan Denny

Results 172 issues of Meghan Denny

whether that be the latest release or master

Previous release issue: https://github.com/ziglang/zig/issues/12808 [glibc 2.36 was released](https://sourceware.org/pipermail/libc-alpha/2022-August/141193.html). Time to follow the [update procedure](https://github.com/ziglang/zig/wiki/Updating-libc#glibc). Major new features that may be relevant: ``` * Support for DT_RELR relative relocation format has...

Previous release issue: https://github.com/ziglang/zig/issues/10308 [glibc 2.35 was released](https://sourceware.org/pipermail/libc-alpha/2022-February/136040.html). Time to follow the [update procedure](https://github.com/ziglang/zig/wiki/Updating-libc#glibc). Major new features that may be relevant: ``` * All programs and the testsuite in glibc...

### Zig Version 0.10.0-dev.4443+71f876295 ### Steps to Reproduce ```zig const std = @import("std"); fn foo(comptime src: struct{}) void { _ = src; } pub fn main() void { foo(@src()); }...

bug
stage2

cc @mikdusan noticed this improving stage2 compilation performance of stage3 by slightly more than 2x on macOS when using our own implementation > libSystem.memcpy: 299.05 seconds > memcpy.zig: 996.01 seconds...

Closes #1150 Closes #1188 Closes #1292 Closes #1385 Closes #1487 Closes #1719 Closes #1814 Closes #707

https://github.com/pantoniou/libfyaml/blob/cd04f85/src/lib/fy-parse.c#L40 ``` error(compilation): clang failed with stderr: ./libfyaml/src/lib/fy-parse.c:40:2: error: invalid preprocessing directive ```

curious if your guidance would be to implement it with a table or if a custom Tremor component makes sense

Status: Under Consideration
Type: New Component

### Zig Version 0.11.0-dev.52+42755a194 ### Steps to Reproduce and Observed Behavior ``` ./build/zig2 build test-cases -Dskip-non-native -Dskip-release -Dskip-single-threaded ``` ![image](https://user-images.githubusercontent.com/5464072/199882964-6749966c-39bc-445c-b64e-8a83de575113.png) ### Expected Behavior using the full terminal width

enhancement
contributor friendly
standard library

### Zig Version 0.11.0-dev.1+841235b3f ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); test { try std.testing.expect(init(.constructed, .context) == 0b10100000); } fn init(pc: enum(u1) { primitive, constructed...

error message