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

renderHintsVal: wrap in lazily #1326

Merged
merged 14 commits into from
Jan 16, 2024
Merged

renderHintsVal: wrap in lazily #1326

merged 14 commits into from
Jan 16, 2024

Conversation

kubukoz
Copy link
Member

@kubukoz kubukoz commented Dec 13, 2023

Closes #537, the dreaded classloading initialization deadlocks.

PR Checklist (not all items are relevant to all PRs)

  • Added unit-tests (for runtime code)
  • Added bootstrapped code + smoke tests (when the rendering logic is modified)
  • Added build-plugins integration tests (when reflection loading is required at codegen-time)
  • Added alloy compliance tests (when simpleRestJson protocol behaviour is expanded/updated)
  • Updated dynamic module to match generated-code behaviour
  • Added documentation
  • Updated changelog

@kubukoz
Copy link
Member Author

kubukoz commented Jan 5, 2024

Hitting the same blocker as in #1327.

@kubukoz kubukoz marked this pull request as ready for review January 15, 2024 15:55
override def hashCode(): Int = underlying.value.hashCode()
}

private def concat(lhs: Hints, rhs: Hints): Hints = (lhs, rhs) match {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Baccata Baccata merged commit 9cb946d into series/0.18 Jan 16, 2024
11 checks passed
@Baccata Baccata deleted the lazy-hints branch January 16, 2024 09:24
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.

Schema instantiation hangs
2 participants