Skip to content

Commit

Permalink
run v with -N -W flags in build_examples.vsh, to find deprecation p…
Browse files Browse the repository at this point in the history
…roblems earlier
  • Loading branch information
spytheman committed Nov 27, 2024
1 parent 4cad5aa commit 00e6a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build_examples.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mut err := 0
mut failures := []string{}
chdir(examples_dir)!
for entry_idx, entry in entries {
cmd := 'v ${entry}'
cmd := 'v -N -W ${entry}'
println_one_of_many('compile with: ${cmd}', entry_idx, entries.len)
ret := execute(cmd)
if ret.exit_code != 0 {
Expand Down

0 comments on commit 00e6a09

Please sign in to comment.