Releases: chipsalliance/verible
Releases · chipsalliance/verible
v0.0-467-gae27e07: interactive patching: verible-patch-tool apply-pick PATCHFILE
Apply this hunk? [y,n,q,?] This modifies files (referenced in the patch file) in-place. This tool is transformation agnostic, the patch could result from a formatter tool like verible-verilog-format, or sed/awk. It is expected that the affected files are present on the filesystem at the paths indicated in the patch. Any needed path adjustments will be in follow-up changes. This should hold true if the formatter tool and this program are invoked from the same working directory, which will be done at the next level of script integration. PiperOrigin-RevId: 319466202
v0.0-466-g3bd59de: file::GetContents(): Re-open stdin after EOF.
This allows std::cin to be used on multiple files. Prompt user when reading stdin && isatty. Makes it more obvious when a program is hanging waiting for input. PiperOrigin-RevId: 319466121
v0.0-460-ga1f5475: Travis CI: Add Ubuntu 20.04 LTS (Focal Fossa) (#342)
* Travis CI: Add Ubuntu 20.04 LTS (Focal Fossa) https://releases.ubuntu.com/20.04/ * Add Ubuntu focal to docker-generate.sh * Create Docker/ubuntu-focal/.keepme * Travis CI: allow_failures: OS_VERSION=focal Also, fix Travis CI lint issues. * Use pip on line 155 to install python-gflags * Remove allow_failures
v0.0-459-g4d6929e: Refactor out SplitLines.
Avoid repeating logic surrounding absl::StrSplit, in particular handling around presence/absence of terminating '\n'. PiperOrigin-RevId: 319048981
v0.0-458-g675bd18
PR #337: Make it configurable to allow dashes instead of underscore i…
v0.0-457-gd104c3c: PR #332: Handle cycle/delay range like other range contexts
Fixes #258. GitHub PR https://github.com/google/verible/pull/332 Copybara import of the project: - 04629a5efc966842f3e7b8e00bab6753ef2f588c Handle cycle/delay range like other range contexts by Rafal Kapuscik <rkapuscik@antmicro.com> Closes #332 PiperOrigin-RevId: 317753549
v0.0-456-gc9d4d5e: PR #331: Rearrange spacing rules for ternary expression
Fixes #248. GitHub PR https://github.com/google/verible/pull/331 Copybara import of the project: - faeb8a9bf27c93836c003252e962d2f3f8af67ad Rearrange spacing rules for ternary expression by Rafal Kapuscik <rkapuscik@antmicro.com> Closes #331 PiperOrigin-RevId: 317729847
v0.0-455-gc07a940: Replace 'blacklist' and 'whitelist' with more modern terminology.
PiperOrigin-RevId: 317411243
v0.0-454-ge6b8038: Introduce a standalone binary to replace diff-to-changed-lines.awk
usage: verible-patch-tool changed-lines PATCHFILE (or - to pipe in) PiperOrigin-RevId: 317223958
v0.0-453-gb3b4cf2: Add a FormatInclusive printer to Interval and IntervalSet.
PiperOrigin-RevId: 317223295