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

Replace gson.tojson with Parcelable implementation #1124

Merged
merged 6 commits into from
Aug 4, 2023

Conversation

MV-GH
Copy link
Collaborator

@MV-GH MV-GH commented Aug 2, 2023

I also replaced the consume.Return & addReturn.
I tried to get takeDepsFromRoot to be one function but that did not work

@nahwneeth what do you think?

Fixes #1061

@MV-GH MV-GH changed the title Replace gson.tojson with Parcleable implemtation Replace gson.tojson with Parcelable implementation Aug 2, 2023
Copy link
Member

@dessalines dessalines left a comment

Choose a reason for hiding this comment

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

NM just tested, this crashes for some reason.

@MV-GH
Copy link
Collaborator Author

MV-GH commented Aug 3, 2023

Do you still have the stack trace?

@MV-GH
Copy link
Collaborator Author

MV-GH commented Aug 3, 2023

Cuz I cant reproduce this error, what action did you do?

Copy link
Member

@dessalines dessalines left a comment

Choose a reason for hiding this comment

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

My bad. I just tried this after merging from main again, and couldn't replicate the error. It was crashing on startup. Anyways we can merge this after it passes CI, we'll pretty quickly know if it happens again.

@dessalines dessalines enabled auto-merge (squash) August 4, 2023 15:34
@MV-GH
Copy link
Collaborator Author

MV-GH commented Aug 4, 2023

These code changes shouldn't even trigger on startup. Probably was a room error

@dessalines dessalines merged commit 40a2b5f into LemmyNet:main Aug 4, 2023
@MV-GH MV-GH deleted the feat/1061 branch August 4, 2023 16:00
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.

Update takeDepsFromRoot, to use Parcelable
3 participants