aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/depend_on_main_mod
AgeCommit message (Collapse)Author
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-12-18std.Build.Step.Compile: change `root_module` field type to `*Module`mlugg
This commit changes the `root_module` field of `std.Build.Step.Compile` to be a `*Module` rather than a `Module`. This is a breaking change, but an incredibly minor one (the full potential extent of the breakage can be seen in the modified standalone test). This change will be necessary for an upcoming improvement, so it was convenient to make it here.
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-01-01add standalone test for depending on the main moduleAndrew Kelley