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

Experimental: simplify data structs #273

Closed
wants to merge 7 commits into from
Closed

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    0ccf515 View commit details
    Browse the repository at this point in the history
  2. remove "magical linking" with SetData

    it's undocumented side effect from the past. We promote using Marshal
    and Unmarshal which set/get values and do not link fields.
    alovak committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9fdc9b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb6628d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b65ea63 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    b657e60 View commit details
    Browse the repository at this point in the history
  2. remove unused type

    alovak committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    255001f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. implement unmarshal

    alovak committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2f44c9f View commit details
    Browse the repository at this point in the history