Skip to content

Tags: mna/pigeon

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update golang.org/x/tools (#157)

* Update golang.org/x/tools

* Update go versions for CI

* Update golangci-lint

* Go mod tidy

* Fix linting issues

* Update goreleaser

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #135 from mavolin/fix/134

Fix Backslash Escapes Not Being Properly Handled

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #131 from mna/cleanup-linting

Update linting to golangci-lint

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Calculate litMatcher.want at codegen time (#95)

parseLitMatcher() was calling strconv.AppendQuote() each time, which my
profiler discovered was costing a measurably large amount of runtime
during parsing within dhall-golang.

This commit calculates litMatcher.want at codegen time so that we don't
have to compute the `want` value each time we parse with the litMatcher.

v1.0.0

Toggle v1.0.0's commit message
update README for releases and new maintainer