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

feat: add JSO serialization and deserialization of variables #5131

Merged
merged 5 commits into from
Aug 6, 2021

Conversation

BeksOmega
Copy link
Collaborator

The basics

  • I branched from project-cereal
  • My pull request is against project-cereal
  • My code follows the style guide

Link for Diff: BeksOmega/blockly@cereal/connnected-blocks...BeksOmega:cereal/variables

The details

Resolves

Work on project cereal
Dependent on #5120

Proposed Changes

Adds serialization and deserialization of variables as JSOs.

Reason for Changes

Saving state is good.

Test Coverage

Added tests to ensure that serialized variables have the correct format.

core/serialization/variables.js Outdated Show resolved Hide resolved
@google-cla google-cla bot added the cla: yes Used by Google's CLA checker. label Aug 6, 2021
@BeksOmega BeksOmega changed the title JSO serialization and deserialization of variables feat: add JSO serialization and deserialization of variables Aug 6, 2021
@BeksOmega BeksOmega marked this pull request as ready for review August 6, 2021 14:58
@BeksOmega BeksOmega requested a review from a team as a code owner August 6, 2021 14:58
@BeksOmega BeksOmega merged commit f9285e2 into google:project-cereal Aug 6, 2021
BeksOmega added a commit to BeksOmega/blockly that referenced this pull request Sep 13, 2021
…5131)

* Add variable serialization tests

* Fix requires for new file

* Add serialization and deserialization of variables

* Remove only in tests

* Cleanup
@BeksOmega BeksOmega deleted the cereal/variables branch September 16, 2021 15:32
BeksOmega added a commit that referenced this pull request Sep 17, 2021
* Add variable serialization tests

* Fix requires for new file

* Add serialization and deserialization of variables

* Remove only in tests

* Cleanup
alschmiedt pushed a commit to alschmiedt/blockly that referenced this pull request Sep 20, 2021
…5131)

* Add variable serialization tests

* Fix requires for new file

* Add serialization and deserialization of variables

* Remove only in tests

* Cleanup
alschmiedt pushed a commit that referenced this pull request Sep 20, 2021
* Add variable serialization tests

* Fix requires for new file

* Add serialization and deserialization of variables

* Remove only in tests

* Cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Used by Google's CLA checker.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants