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

Bug: Context.withStartupData does not allow you to change the type of the start up data #870

Open
davesmith00000 opened this issue Mar 21, 2025 · 0 comments
Labels
bug Something isn't working hack event

Comments

@davesmith00000
Copy link
Member

I'd like to be able to take a Context[Int] and turn it into a Context[Unit]. I think other context types allow this.

Arguably, this is because the data in this context is call "start up data" and so should not change. Might be that with need a new modifier with a different name.

@davesmith00000 davesmith00000 added bug Something isn't working hack event labels Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hack event
Projects
None yet
Development

No branches or pull requests

1 participant