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

Fix #178 #202

Merged
Merged

Conversation

DavePearce
Copy link
Collaborator

This puts in place a fix for duplicate column declarations in the generated define.go file. Specifically, for duplicates arising from perspectives. The issue is that columns were previously being iterated over, rather than registers.

This puts in place a fix for duplicate column declarations in the
generated `define.go` file.  Specifically, for duplicates arising from
perspectives.  The issue is that columns were previously being iterated
over, rather than registers.
@DavePearce DavePearce linked an issue Jun 18, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 918e95f into master Jun 18, 2024
1 check passed
@DavePearce DavePearce deleted the 178-duplicate-columns-declarations-for-perspectives branch June 18, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate Columns Declarations for Perspectives
1 participant