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

fix(gnovm): prevent cyclic references in type declarations #2081

Merged
merged 38 commits into from
Aug 16, 2024

Commits on May 7, 2024

  1. initial fix

    ltzmaxwell committed May 7, 2024
    Configuration menu
    Copy the full SHA
    70cef5f View commit details
    Browse the repository at this point in the history
  2. revert

    ltzmaxwell committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a758b1b View commit details
    Browse the repository at this point in the history
  3. fixup

    ltzmaxwell committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2776c88 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fixup

    ltzmaxwell committed May 8, 2024
    Configuration menu
    Copy the full SHA
    faa3920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ebcf2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    bff974b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    e5d37f8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. clean

    ltzmaxwell committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d7c8839 View commit details
    Browse the repository at this point in the history
  2. clean

    ltzmaxwell committed May 13, 2024
    Configuration menu
    Copy the full SHA
    47362d9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    40fb20f View commit details
    Browse the repository at this point in the history
  2. revert

    ltzmaxwell committed May 15, 2024
    Configuration menu
    Copy the full SHA
    992d0d6 View commit details
    Browse the repository at this point in the history
  3. comments

    ltzmaxwell committed May 15, 2024
    Configuration menu
    Copy the full SHA
    24791a5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fixup

    ltzmaxwell committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0442b2a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. delete txtar test

    ltzmaxwell committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2ef06ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134651f View commit details
    Browse the repository at this point in the history
  3. fixup

    ltzmaxwell committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a5129a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    0469ef5 View commit details
    Browse the repository at this point in the history
  2. fixup

    ltzmaxwell committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ce21b4d View commit details
    Browse the repository at this point in the history
  3. fixup

    ltzmaxwell committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    954fb82 View commit details
    Browse the repository at this point in the history
  4. test

    ltzmaxwell committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    da4fec1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8fda76 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. save

    ltzmaxwell committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ef120b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. save

    ltzmaxwell committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    20148ea View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. save

    ltzmaxwell committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    60ab538 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. new way fix

    ltzmaxwell committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fd8bbc6 View commit details
    Browse the repository at this point in the history
  2. clean

    ltzmaxwell committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ba68c13 View commit details
    Browse the repository at this point in the history
  3. clean

    ltzmaxwell committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0116a43 View commit details
    Browse the repository at this point in the history
  4. clean

    ltzmaxwell committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    51deee2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fixup

    ltzmaxwell committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    caf382c View commit details
    Browse the repository at this point in the history
  2. simplify

    ltzmaxwell committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a9282ba View commit details
    Browse the repository at this point in the history
  3. fixup

    ltzmaxwell committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f044f97 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fixup

    ltzmaxwell committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    43c451c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af4793 View commit details
    Browse the repository at this point in the history
  3. sync location

    ltzmaxwell committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ca4a14b View commit details
    Browse the repository at this point in the history
  4. check type alias

    ltzmaxwell committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    64fb685 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Update gnovm/pkg/gnolang/preprocess.go

    Co-authored-by: deelawn <dboltz03@gmail.com>
    ltzmaxwell and deelawn committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    559564d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. clean

    ltzmaxwell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9e76e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284805f View commit details
    Browse the repository at this point in the history