Paolo Tranquilli
Paolo Tranquilli
This introduces a first version of a generated IPA layer. ## Schema In `schema.yml`, types can be marked with either ```yml MyType: _ipa: from: OtherType ``` or ```yml MyType: _ipa:...
It would be nice to have a `indefinitize` function to add the correct indefinite article: ``` indefinitize("child") == "a child" indefinitize("element") == "an element" indefinitize("universe") == "a universe" indefinitize("undisclosed recipient")...
Closes https://github.com/bazelbuild/bazel-skylib/issues/409
This relies on the `RunEnvironmentInfo` that was introduced in bazel 5.3.0. To keep the library compatible with previous versions, a new `bazel_skylib_globals` is added that will provide a `None` definition...
No functional change: we just changed the prebuilding macOS runners.
It' be nice to be able to pass an escaping function to accommodate instantiating templates for non-html languages. Pystache supports this via an `escape` parameter. As a use case, I...
I've just found out that if `PATH` contains `=` (which in my case was due to some corruption in my `~/.profile`), `bazelisk` will cause `bazel` to run with an almost...
If the cache is prefilled, LFS rules were still trying to query for LFS urls. Now the strategy is to first try to fetch the files from the repository cache...
# Usage overview Building the extractor can be done via ``` bazel build //java/kotlin-extractor:codeql-extractor-kotlin-- ``` where `` is either `standalone` or `embeddable`, and `` is one of the supported versions....
This encapsulate arch specific logic, local installation and separation of zip files into generic and arch-specific parts as required by the internal build. Moreover, it introduces `codeql_pkg_zip_import`, which allows to...