Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test pipelines #22

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:

- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2022.1.3"
install-go: false
2 changes: 2 additions & 0 deletions internal/tlcodegen/tlgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ type LocalResolveContext struct {
overrideFileName string // used for unions and built-in vectors and tuples, so they are defined in the file of argument
}

// TODO: change to provide more useful information
// another tets diff
func TLGenBuildInfo() (commit string, version string) {
if info, ok := debug.ReadBuildInfo(); ok {
for _, setting := range info.Settings {
Expand Down
Loading