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

Refactor refobj #441

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Refactor refobj #441

wants to merge 18 commits into from

Commits on Jun 4, 2023

  1. refobj property returns object not string

    Bryan Bartley committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    fa1f13b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Parsing, serialization, and copy works

    Bryan Bartley committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a73248a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Add equality operator

    Bryan Bartley committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    1983fe3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Prototype implementation of reference counter

    Bryan Bartley committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2569573 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Implement assignment operations on ReferencedObjectList

    Bryan Bartley committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    27ede0e View commit details
    Browse the repository at this point in the history
  2. Duplicate code is bad

    Bryan Bartley committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    11c73a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Replace stub objects when a reference is resolved

    Bryan Bartley committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    2a5764d View commit details
    Browse the repository at this point in the history
  2. Remove debugging artifact

    Bryan Bartley committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    190c6c3 View commit details
    Browse the repository at this point in the history
  3. Update tests

    Bryan Bartley committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9bd4921 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Fix style errors

    Bryan Bartley committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6e2ea5e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    783f1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce93f0 View commit details
    Browse the repository at this point in the history
  3. Fix style

    Bryan Bartley committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1929965 View commit details
    Browse the repository at this point in the history
  4. Set up tests by setting namespace

    Bryan Bartley committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    99aaf63 View commit details
    Browse the repository at this point in the history
  5. Delete deprecated copy method

    Bryan Bartley committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8b35f2d View commit details
    Browse the repository at this point in the history
  6. Fix code checks

    Bryan Bartley committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6b2417b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2f4a5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    934ce6b View commit details
    Browse the repository at this point in the history