Karl Zylinski 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 年之前
..
events.odin 0af025d056 Add explicit copyright info to `core:testing` 1 年之前
logging.odin 0fa24ac3c4 Remove deprecated `log` procs from `core:testing` 1 年之前
reporting.odin 0af025d056 Add explicit copyright info to `core:testing` 1 年之前
runner.odin 0fa24ac3c4 Remove deprecated `log` procs from `core:testing` 1 年之前
signal_handler.odin 0fa24ac3c4 Remove deprecated `log` procs from `core:testing` 1 年之前
signal_handler_libc.odin 0af025d056 Add explicit copyright info to `core:testing` 1 年之前
signal_handler_other.odin 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 年之前
testing.odin 0fa24ac3c4 Remove deprecated `log` procs from `core:testing` 1 年之前