Skip to content

Tags: nmoroze/tclint

Tags

v0.4.0

Toggle v0.4.0's commit message
tests: add e2e tclfmt tests

v0.3.2

Toggle v0.3.2's commit message
build(deps): bump submodules/OpenROAD from `21ced69` to `f2a2115`

Bumps [submodules/OpenROAD](https://github.com/The-OpenROAD-Project/OpenROAD) from `21ced69` to `f2a2115`.
- [Release notes](https://github.com/The-OpenROAD-Project/OpenROAD/releases)
- [Commits](The-OpenROAD-Project/OpenROAD@21ced69...f2a2115)

---
updated-dependencies:
- dependency-name: submodules/OpenROAD
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.3.1

Toggle v0.3.1's commit message
openroad: patch `remove_buffers`

v0.3.0

Toggle v0.3.0's commit message
openroad: fix help preprocessing

Takes care of comments and blank lines.

v0.2.5

Toggle v0.2.5's commit message
tests: unskip test_eval_braced_multi_arg

Just specify its actual behavior, with the other possible behavior
commented out. Also deletes TODO in utils.eval(), since the current
behavior is actually what we want.

v0.2.4

Toggle v0.2.4's commit message
config: make extensions configurable

Also adds .upf as a default.

v0.2.3

Toggle v0.2.3's commit message
config: escape exclude patterns starting with #

Since these entries are embedded in a TOML file that already supports
comments, we don't need to support comments in patterns. Adding this
escape allows users to easily match against paths starting with a
literal #, in the off chance they need to.

v0.2.2

Toggle v0.2.2's commit message
cli: support reading from stdin

v0.2.1

Toggle v0.2.1's commit message
checks: actually use `backslash-spacing`

v0.2.0

Toggle v0.2.0's commit message
parser: handle script argument subparsing in Parser

This is more consistent with how exprs and lists are handled.