2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-26 13:30:30 +00:00
bazel-lib/lib/private
Alex Eagle 910786038c chore: improve error when run_binary has no outputs
Otherwise users get

```
Traceback (most recent call last):
	File "/private/var/tmp/_bazel_long.ho/a2216e06a77a9425f6dcd5fd195f64d5/external/aspect_bazel_lib/lib/private/run_binary.bzl", line 46, column 20, in _impl
		ctx.actions.run(
Error in run: param 'outputs' may not be empty
```
2022-06-27 12:30:13 -07:00
..
BUILD.bazel feat: add out_dirs to run_binary rule and deprecate output_dir (#160) 2022-06-16 16:26:29 -07:00
copy_common.bzl fix: improve execution requirements of all copy files/directory rules for better perf (#79) 2022-04-14 10:48:44 -07:00
copy_directory.bzl chore: replace is_windows select pattern with target_platform_has_constraint pattern (#95) 2022-04-29 00:36:51 -07:00
copy_file.bzl fix: fix a bug where two copy_to_bin actions couldn't copy the same file 2022-06-16 11:49:09 -07:00
copy_to_bin.bzl fix: improve copy_to_bin error messaging when file is in external repo 2022-06-22 10:43:16 -07:00
copy_to_directory.bzl feat: add allow_overwrites attribute to copy_to_directory and disable overwrites as the default behavior on linux and macos (#153) 2022-06-14 10:52:40 -07:00
diff_test.bzl chore: normalize @generated by comments (#93) 2022-04-29 00:49:15 -07:00
directory_path.bzl chore: cleanup fail msgs with substitutions for cleaner error logs 2022-06-14 06:46:34 -07:00
docs.bzl fix: set correct suggested_update_target for write_source_files macros with multiple files (#120) 2022-05-25 18:47:32 -07:00
expand_make_vars.bzl feat: add out_dirs to run_binary rule and deprecate output_dir (#160) 2022-06-16 16:26:29 -07:00
fail_with_message_test.bzl feat: write_source_files 2022-02-07 10:00:35 -08:00
host_repo.bzl chore: normalize @generated by comments (#93) 2022-04-29 00:49:15 -07:00
jq.bzl feat: let jq act like copy_to_bin 2022-06-21 18:40:29 -07:00
jq_toolchain.bzl feat: let jq act like copy_to_bin 2022-06-21 18:40:29 -07:00
output_files.bzl feat: replace default_info_files with output_files which adds output_group attribute (#50) 2022-03-15 17:36:22 -07:00
params_file.bzl chore: replace is_windows select pattern with target_platform_has_constraint pattern (#95) 2022-04-29 00:36:51 -07:00
patch.bzl chore: cleanup fail msgs with substitutions for cleaner error logs 2022-06-14 06:46:34 -07:00
paths.bzl fix: Allow relative_file to take in paths starting with ../ (#166) 2022-06-20 14:21:49 -07:00
repo_utils.bzl chore: rename all instances of repository_ctx to the preferred rctx (#92) 2022-04-29 00:36:25 -07:00
run_binary.bzl chore: improve error when run_binary has no outputs 2022-06-27 12:30:13 -07:00
utils.bzl chore: cleanup fail msgs with substitutions for cleaner error logs 2022-06-14 06:46:34 -07:00
write_source_file.bzl chore: cleanup fail msgs with substitutions for cleaner error logs 2022-06-14 06:46:34 -07:00
yq.bzl fix: add mnemonic to jq and yq (#106) 2022-05-06 21:01:27 +03:00
yq_toolchain.bzl fix: fix yq windows issues by bumping version 2022-05-31 11:07:14 -07:00