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

Upgrade bloc library in hausaufgabenheft_logik package. #738

Merged

Conversation

Jonas-Sander
Copy link
Collaborator

@Jonas-Sander Jonas-Sander commented Aug 16, 2023

Upgrade the bloc package from ^4.0.0 to ^8.1.2.
This enables us to make the hausaufgabenheft_logik package null-safe afterwards (#191).

Note: Before there was an abstract "interface" for some blocs in our code, which I removed because of class types issues (Bloc was Stream before but isn't after upgrading) and also because it's unnecessary. Thus I also renamed some bloc files which git seems to interpret as deleting old bloc files and creating new ones.

Closes #729

@Jonas-Sander Jonas-Sander linked an issue Aug 16, 2023 that may be closed by this pull request
@github-actions github-actions bot added feature: homework testing user: teacher user: pupil / student dependencies Changing, updating, adding or removing one or more dependencies. labels Aug 16, 2023
@github-actions
Copy link

github-actions bot commented Aug 16, 2023

Visit the preview URL for this PR (updated for commit c04ecf5):

https://sharezone-test--pr738-729-upgrade-bloc-lib-a53m8rxi.web.app

(expires Thu, 24 Aug 2023 17:25:52 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b

Copy link
Member

@nilsreichardt nilsreichardt left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions github-actions bot added the feature: homework-submissions Submissions can be toggled for homeworks so that pupils can upload their solutions for the teacher. label Aug 17, 2023
@Jonas-Sander Jonas-Sander enabled auto-merge August 17, 2023 17:21
Copy link
Member

@nilsreichardt nilsreichardt left a comment

Choose a reason for hiding this comment

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

LGTM

@Jonas-Sander Jonas-Sander added this pull request to the merge queue Aug 17, 2023
Merged via the queue into main with commit c642a78 Aug 17, 2023
@Jonas-Sander Jonas-Sander deleted the 729-upgrade-bloc-library-in-hausaufgabenheft_logik-package branch August 17, 2023 19:19
nilsreichardt pushed a commit that referenced this pull request Aug 18, 2023
…` to null safety. (#744)

Requires #743 
Requires #738 

Closes #191 
Closes #194
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changing, updating, adding or removing one or more dependencies. feature: homework feature: homework-submissions Submissions can be toggled for homeworks so that pupils can upload their solutions for the teacher. testing user: pupil / student user: teacher
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade bloc library in hausaufgabenheft_logik package.
2 participants