bazel-starlib icon indicating copy to clipboard operation
bazel-starlib copied to clipboard

Rules, macros, and APIs that are useful for the implementation of Bazel repositories.

Results 30 bazel-starlib issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gomarkdown/markdown](https://togithub.com/gomarkdown/markdown) | require | digest | `afa4a46` -> `77f4768` | --- ### Configuration...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel_gazelle](https://togithub.com/bazelbuild/bazel-gazelle) | http_archive | minor | `v0.36.0` -> `v0.37.0` | --- ### Release...

There are multiple issues on windows: 1. https://github.com/bazelbuild/bazel-skylib/pull/527 2. https://github.com/cgrindel/bazel-starlib/issues/448 3. https://github.com/cgrindel/bazel-starlib/issues/449 4. https://github.com/cgrindel/bazel-starlib/issues/447 5. https://github.com/cgrindel/bazel-starlib/issues/450 Issues 2-5 above are all fixed by this PR ### Test results (windows) (still...

Now that windows tests will soon be clean, it would be great to enable CI on windows so things don't regress. @cgrindel could you assist with this?

enhancement

The shell script for release_artifact_tests is passing tar a path with d: prefix and failing. This is due to https://github.com/bazelbuild/bazel/issues/22803 ``` tar: Cannot connect to D: resolve failed ```

The currently used version of buildifier_prebuilt does not support windows binaries. Update to minimum of 6.1.2 for windows support.

chore

The default install of git on Windows clones repos with CRLF line endings. This breaks tests in this repo, which are comparing CRLF files with LF ones created by utilities...

The bzlformat_lint_test fails on windows as bazel cannot create a process invoking a shell script. The solution is to wrap the sh in a bat and bazel can launch this....

33 tests are failing on windows because skydoc is writing CRLF line endings, whilst the expected files are in repo with LF endings. bazel --windows_enable_symlinks test //doc/shlib:execute_binary.md_difftest --enable_runfiles ``` INFO:...