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

Endless builds due to type widening #2030

Closed
matt2e opened this issue Jul 10, 2024 · 0 comments · Fixed by #2035
Closed

Endless builds due to type widening #2030

matt2e opened this issue Jul 10, 2024 · 0 comments · Fixed by #2035
Labels
triage Issue needs triaging

Comments

@matt2e
Copy link
Collaborator

matt2e commented Jul 10, 2024

When trying to build partner project, build never finishes.

Added this print code to debug further:
Screenshot 2024-07-10 at 2 50 33 PM

...
refreshNeedsExtraction: Set{type ftl/moneymovements/circle.Currency string, type ftl/moneymovements/types.Currency string, type ftl/moneymovements/circle.BizBalances struct{Available []ftl/moneymovements/circle.BizAmount "json:\"available\""; Unsettled []ftl/moneymovements/circle.BizAmount "json:\"unsettled\""}, type ftl/moneymovements/circle.BizRecipientAddressStatus string, type ftl/moneymovements/circle.Chain string, type ftl/moneymovements/bitso.Currency string, type ftl/moneymovements/circle.BizTransferStatus string}
refreshNeedsExtraction: Set{type ftl/moneymovements/bitso.Currency string, type ftl/moneymovements/circle.BizTransferStatus string, type ftl/moneymovements/circle.Chain string, type ftl/moneymovements/circle.BizRecipientAddressStatus string, type ftl/moneymovements/circle.Currency string, type ftl/moneymovements/types.Currency string, type ftl/moneymovements/circle.BizBalances struct{Available []ftl/moneymovements/circle.BizAmount "json:\"available\""; Unsettled []ftl/moneymovements/circle.BizAmount "json:\"unsettled\""}}
refreshNeedsExtraction: Set{type ftl/moneymovements/circle.Currency string, type ftl/moneymovements/circle.BizTransferStatus string, type ftl/moneymovements/types.Currency string, type ftl/moneymovements/circle.BizRecipientAddressStatus string, type ftl/moneymovements/circle.BizBalances struct{Available []ftl/moneymovements/circle.BizAmount "json:\"available\""; Unsettled []ftl/moneymovements/circle.BizAmount "json:\"unsettled\""}, type ftl/moneymovements/circle.Chain string, type ftl/moneymovements/bitso.Currency string}
refreshNeedsExtraction: Set{type ftl/moneymovements/circle.Currency string, type ftl/moneymovements/circle.BizRecipientAddressStatus string, type ftl/moneymovements/types.Currency string, type ftl/moneymovements/circle.BizTransferStatus string, type ftl/moneymovements/bitso.Currency string, type ftl/moneymovements/circle.BizBalances struct{Available []ftl/moneymovements/circle.BizAmount "json:\"available\""; Unsettled []ftl/moneymovements/circle.BizAmount "json:\"unsettled\""}, type ftl/moneymovements/circle.Chain string}
refreshNeedsExtraction: Set{type ftl/moneymovements/circle.BizRecipientAddressStatus string, type ftl/moneymovements/circle.BizTransferStatus string, type ftl/moneymovements/bitso.Currency string, type ftl/moneymovements/circle.Currency string, type ftl/moneymovements/types.Currency string, type ftl/moneymovements/circle.BizBalances struct{Available []ftl/moneymovements/circle.BizAmount "json:\"available\""; Unsettled []ftl/moneymovements/circle.BizAmount "json:\"unsettled\""}, type ftl/moneymovements/circle.Chain string}
refreshNeedsExtraction: Set{type ftl/moneymovements/bitso.Currency string, type ftl/moneymovements/types.Currency string, type ftl/moneymovements/circle.BizRecipientAddressStatus string, type ftl/moneymovements/circle.Currency string, type ftl/moneymovements/circle.Chain string, type ftl/moneymovements/circle.BizBalances struct{Available []ftl/moneymovements/circle.BizAmount "json:\"available\""; Unsettled []ftl/moneymovements/circle.BizAmount "json:\"unsettled\""}, type ftl/moneymovements/circle.BizTransferStatus string}
refreshNeedsExtraction: Set{type ftl/moneymovements/circle.Chain string, type ftl/moneymovements/circle.BizRecipientAddressStatus string, type ftl/moneymovements/bitso.Currency string, type ftl/moneymovements/types.Currency string, type ftl/moneymovements/circle.BizTransferStatus string, type ftl/moneymovements/circle.BizBalances struct{Available []ftl/moneymovements/circle.BizAmount "json:\"available\""; Unsettled []ftl/moneymovements/circle.BizAmount "json:\"unsettled\""}, type ftl/moneymovements/circle.Currency string}
refreshNeedsExtraction: Set{type ftl/moneymovements/types.Currency string, type ftl/moneymovements/circle.BizTransferStatus string, type ftl/moneymovements/circle.Chain string, type ftl/moneymovements/circle.BizBalances struct{Available []ftl/moneymovements/circle.BizAmount "json:\"available\""; Unsettled []ftl/moneymovements/circle.BizAmount "json:\"unsettled\""}, type ftl/moneymovements/circle.Currency string, type ftl/moneymovements/bitso.Currency string, type ftl/moneymovements/circle.BizRecipientAddressStatus string}
...

It looks to be in an endless loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue needs triaging
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant