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(gnovm): sync code AssignStmt - ValueDecl #3017

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. chore: refactor DRY code

    hthieu1110 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    297dd6d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. wip

    hieu.ha committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6e6bcae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f196044 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Merge remote-tracking branch 'remote/master' into feat/sync-assignstm…

    …t-valuedecl-1958
    hieu.ha committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    efc7467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26792b5 View commit details
    Browse the repository at this point in the history
  3. wip: sync the general case

    hieu.ha committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    551ab25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7401c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96f279c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e54abf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    b050dc6 View commit details
    Browse the repository at this point in the history
  2. chore: optimize numNames check

    Co-authored-by: Mikael VALLENET <mikael.vallenetpro@gmail.com>
    hthieu1110 and MikaelVallenet authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    81b6be5 View commit details
    Browse the repository at this point in the history
  3. chore: add more tests

    hthieu1110 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1d95d48 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    0cf7ca1 View commit details
    Browse the repository at this point in the history
  2. chore: refactor tests

    hthieu1110 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    edd2287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ecc039 View commit details
    Browse the repository at this point in the history
  4. fix: fix tests

    hthieu1110 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0e80d12 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. chore: optimize code

    hthieu1110 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f3e021f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f57aafa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    937f0b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Nov 5, 2024

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

Commits on Nov 6, 2024

  1. fix: addresses all comments + add tests

    hieu.ha committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    234e028 View commit details
    Browse the repository at this point in the history
  2. fix: check compat with given type vs tuple type

    hieu.ha committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4145083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daf9766 View commit details
    Browse the repository at this point in the history