-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.
Milestone
Description
Lines 143 to 152 in 5722261
| // TODO take away EmitOption.emit_to option and make it give a FileSource | |
| //.{ | |
| // .build_root = "test/standalone/emit_asm_and_bin", | |
| // .import = @import("standalone/emit_asm_and_bin/build.zig"), | |
| //}, | |
| // TODO take away EmitOption.emit_to option and make it give a FileSource | |
| //.{ | |
| // .build_root = "test/standalone/issue_12588", | |
| // .import = @import("standalone/issue_12588/build.zig"), | |
| //}, |
These were waiting for a LazyPath reckoning, which has happened in #16446 thanks to @MasterQ32. Now these tests can be enabled.
The one called "issue_12588" should be renamed to describe what it is testing instead of named after a GitHub:tm: issue.
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.