You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #19684 the host field was deprecated; however, the addTest and findProgam methods of std.Build still use this field instead of the suggested replacement of graph.host.
Expected Behavior
I would expect the standard library to use the graph.host field instead of the deprecated host field.
I have also checked that these are the only two places under std.Build or the build runner that make this mistake, and that this is present on master at the time of writing.
The text was updated successfully, but these errors were encountered:
Zig Version
0.12.0
Steps to Reproduce and Observed Behavior
In #19684 the
host
field was deprecated; however, theaddTest
andfindProgam
methods ofstd.Build
still use this field instead of the suggested replacement ofgraph.host
.Expected Behavior
I would expect the standard library to use the
graph.host
field instead of the deprecatedhost
field.I have also checked that these are the only two places under
std.Build
or the build runner that make this mistake, and that this is present on master at the time of writing.The text was updated successfully, but these errors were encountered: