2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-28 08:43:51 +00:00
bazel-skylib/tests
Yannic 8f3151fb4a
copy_file: Add parameter to allow symlinks (#252)
* copy_file: Add parameter to allow symlinks

This change adds a new parameter `allow_symlinks` to `copy_file` that
allows the action to create a symlink instead of doing an expensive
copy if the execution platform (host) allows it.

Updates #248

* Update docs

* Refactor `is_executable` into attribute

* Fix typo

* s/_impl/_copy_file_impl/
2020-07-10 14:08:02 -04:00
..
copy_file copy_file: Add parameter to allow symlinks (#252) 2020-07-10 14:08:02 -04:00
diff_test Fix diff_test when filepath includes external (#241) 2020-04-14 19:04:34 +02:00
native_binary
run_binary
select_file Add license and copyright notice (#245) 2020-04-15 12:57:49 +02:00
write_file
analysis_test_test.sh
BUILD Depend on bzl_library, not on individual bzl files (#244) 2020-04-03 16:54:55 +02:00
build_test_tests.bzl Address lint errors (#254) 2020-06-19 19:49:52 +02:00
collections_tests.bzl
common_settings_test.sh Remove --experimental_build_setting_api usage (#249) 2020-06-24 11:31:57 -04:00
dicts_tests.bzl
new_sets_tests.bzl
partial_tests.bzl
paths_tests.bzl Add absolute path tests for Windows (#230) 2020-02-06 11:54:31 -05:00
selects_tests.bzl Address lint errors (#254) 2020-06-19 19:49:52 +02:00
shell_tests.bzl
structs_tests.bzl
types_tests.bzl
unittest.bash
unittest_test.sh Remove old_sets.bzl (#231) 2020-02-03 16:39:21 +01:00
unittest_tests.bzl Address lint errors (#254) 2020-06-19 19:49:52 +02:00
versions_tests.bzl