Commit Graph

5 Commits

Author SHA1 Message Date
Chris Parsons 599bb7e898 add timestamp comment for skydoc dep 2019-02-27 15:59:04 -05:00
Chris Parsons 6813a397a8 create a manual documentation-regenerator script and apply it 2019-02-27 15:54:19 -05:00
Christopher Parsons 8e2272129c add documentation pages for rules/ and lib/ 2019-02-22 15:29:00 -05:00
László Csomor daf5137022
unittest.bzl: supports Windows (#84)
In this commit:

- change unittest.bzl to declare a named output
  file instead of relying on the deprecated [1]
  default output name (ctx.outputs.executable).

- define a new toolchain_type and toolchain rules
  for cmd.exe and for Bash (basically Windows and
  non-Windows)

- register the new toolchains in workspace.bzl

- let unittest.make-created test rules require the
  new toolchain_type

- write the test output script as a Windows batch
  script or as a Shell script, depending on the
  selected toolchain

This PR enables the Bazel team to break the Bash
dependency (for test execution) on Windows, and
can run Starlark unittests with the new,
Windows-native test wrapper (still under
development).

See https://github.com/bazelbuild/bazel/issues/5508
2018-12-04 16:14:08 +01:00
Tony Allevato 82b3ad6e9e Initial check-in. 2017-10-10 07:59:31 -07:00