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

Initialization of session context #954

Closed
treiher opened this issue Mar 11, 2022 · 0 comments · Fixed by #970
Closed

Initialization of session context #954

treiher opened this issue Mar 11, 2022 · 0 comments · Fixed by #970
Assignees
Labels
bug generator Related to generator package (SPARK code generation)

Comments

@treiher
Copy link
Collaborator

treiher commented Mar 11, 2022

All components of a session context must have a default value to be able to prove the initialization of an instance. This is currently not the case for components, which represent the global variables of a session.

@treiher treiher added bug generator Related to generator package (SPARK code generation) labels Mar 11, 2022
@treiher treiher added this to To do in RecordFlux 0.6 via automation Mar 11, 2022
@treiher treiher self-assigned this Apr 1, 2022
@treiher treiher moved this from To do to Implementation in RecordFlux 0.6 Apr 1, 2022
treiher added a commit that referenced this issue Apr 1, 2022
This is required to prove the initialization of a session context which
is declared as a package variable.

Ref. #954
@treiher treiher moved this from Implementation to Review in RecordFlux 0.6 Apr 1, 2022
RecordFlux 0.6 automation moved this from Review to Done Apr 4, 2022
treiher added a commit that referenced this issue Apr 4, 2022
This is required to prove the initialization of a session context which
is declared as a package variable.

Ref. #954
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug generator Related to generator package (SPARK code generation)
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant