Releases: chipsalliance/verible
Releases · chipsalliance/verible
v0.0-527-gf687fa1: Cover test case for `timescale.
PiperOrigin-RevId: 326725712
v0.0-526-g44b7770: PR #401: Extracting Facts Tree from CST
First cut works on module declarations and instance names. GitHub PR https://github.com/google/verible/pull/401 Copybara import of the project: - 870bae3d7e78389c73884050fa095d39341d5533 Indexing Verible C++ Code Using Kythe by MinaToma <minatoma1999@gmail.com> - 5efff9ee04458f69f09d1adbe574f4db8f388b2a README.md Modifications by MinaToma <minatoma1999@gmail.com> - 6c3aeb387742f52b7fdd25ffc0da6af4a526c8eb Solving Conflicts by MinaToma <minatoma1999@gmail.com> - 6437242587c765997e2aaa0f5020934ef14ec168 Merge branch 'master' of github.com:MinaToma/verible by MinaToma <minatoma1999@gmail.com> Closes #401 issues #185 PiperOrigin-RevId: 326691122
v0.0-525-g0a33141: PR #375: Indexing Verible C++ Codebase Using Kythe
Fixes #371 Work on progress. GitHub PR https://github.com/google/verible/pull/375 Copybara import of the project: - 870bae3d7e78389c73884050fa095d39341d5533 Indexing Verible C++ Code Using Kythe by MinaToma <minatoma1999@gmail.com> - 5efff9ee04458f69f09d1adbe574f4db8f388b2a README.md Modifications by MinaToma <minatoma1999@gmail.com> Closes #375 PiperOrigin-RevId: 326340380
v0.0-524-g2edbccd: PR #246: Reshape method and function calls
Fixes #240 GitHub PR https://github.com/google/verible/pull/246 Copybara import of the project: - 6cd322723e4fe1da3b76203054cce49ba9724bae Fix function/random/system calls arguments partitioning by Lukasz Dalek <ldalek@antmicro.com> - 6514f78d8ae85245ea1bc0db20361417dd5e937a Update test suite by Lukasz Dalek <ldalek@antmicro.com> - a5e9096329d954db3b56bb1d79276fafcc8d878a Update function calls partition policy by Lukasz Dalek <ldalek@antmicro.com> - 966a2d1fdd7055d0ad56d97751b50662fdcb2ed8 Add more test with function calls by Lukasz Dalek <ldalek@antmicro.com> - bd4bc09f6d85422733378e80ed50242e35cebd33 Add more function call tests to formatter_test by Lukasz Dalek <ldalek@antmicro.com> Closes #246 PiperOrigin-RevId: 326335231
v0.0-522-gb1027ee: PR #376: Added support for comments in waiver files
Fixes #341 GitHub PR https://github.com/google/verible/pull/376 Copybara import of the project: - 153dbb3d6308fadf3964056a6225ce39762f5f5f Added support for comments in waiver files by Wojciech Tatarski <wtatarski@antmicro.com> Closes #376 PiperOrigin-RevId: 325879021
v0.0-521-g8214536: PR #386: Add Kythe verification tests to Verible
Issues #185 Releasing Kythe verification tests (without BUILD files due to custom skylark rules). GitHub PR https://github.com/google/verible/pull/386 Copybara import of the project: - 0faace361d726a54ae61b958cd8c704b4f98075d Add Kythe verification testdata by Ivan Krišto <ikr@google.com> - 4dddb4c69bf7a7349c32abcb382a979122248294 Merge branch 'master' of github.com:ivan444/verible by Ivan Krišto <ikr@google.com> - 0a0935621fadecaf3c44d3a1632ae15b7b399f59 Add license header by Ivan Krišto <ikr@google.com> Closes #386 PiperOrigin-RevId: 325317703
v0.0-520-g650c6cc: Permit assignment patterns as lvalues of assignments.
PiperOrigin-RevId: 325274727
v0.0-519-gc1db566: PR #380: Simplify, speed-up and error-proof op<< for PartitionPolicyEnum
Using switch/case to output enum values is the best for readability and performance-wise (about 8x speed-up vs the map implementation). Also, this makes sure it is immune to future issues if the enum is extended, as the compiler will warn about a new value not handled in the switch. Signed-off-by: Henner Zeller <h.zeller@acm.org> GitHub PR https://github.com/google/verible/pull/380 Copybara import of the project: - aad06aff6ce0637c69fc11a8609713c52bdc78cd Simplify, speed-up and error-proof op<< for PartitionPoli... by Henner Zeller <h.zeller@acm.org> - d2f98bc6bf0c78d4b9e5e937029082451b008a06 Address review comments. by Henner Zeller <h.zeller@acm.org> Closes #380 PiperOrigin-RevId: 325152616
v0.0-518-g2b70655: Fix integer narrowing (from int64) warning.
PiperOrigin-RevId: 325044085
v0.0-517-gb05a501: [revert] Add bzl_library rules for .bzl files without one.
PiperOrigin-RevId: 325034905