Meghan Denny

Results 172 issues of Meghan Denny

### Description see title ### Example ```html Document ``` ```html // console.log("hello"); ``` ### Steps to reproduce see example #### Expected behavior console output is ``` hello ``` #### Actual...

Type: Bug
Focus Area: Standards & Polyfills
wontfix

https://9p.io/plan9/

enhancement
contributor friendly
os-plan9

### Zig Version zig 0.11.0-dev.1845+e0d390463 ### Steps to Reproduce and Observed Behavior - git clone https://github.com/nektro/temp_build_crash - zig build ``` thread 1399563 panic: reached unreachable code /home/meghan/src/zig/src/Module.zig:2287:26: 0xab2e04 in span...

bug

### Zig Version 0.11.0-dev.3653+1253d591b ### Steps to Reproduce and Observed Behavior ``` [meghan@nixos:~]$ uname -a Linux nixos 5.15.102 #1-NixOS SMP Mon Mar 13 09:20:37 UTC 2023 x86_64 GNU/Linux ``` ```...

bug
regression

### Zig Version 0.11.0-dev.2986+012f9a97e ### Steps to Reproduce and Observed Behavior ``` $ git clone https://codeberg.org/hanna/mocha $ cd mocha $ git checkout 284e6dc9af3fdae262d66d8390d81c8a11021a1e $ zig build test -fsummary ``` ```...

bug
standard library
regression

### Zig Version 0.11.0-dev.3620+c76ce25a6 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); test { try std.testing.expect(foo() == null); } fn foo() @Type(.Null) { return null; }...

bug
contributor friendly
stage2

### Zig Version 0.10.0-dev.4644+e036cc48d ### Steps to Reproduce and Observed Behavior ```zig const E = enum(u8) { a, b, c, d, }; const U = union(enum) { a: u32, b:...

bug
stage2