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: missing length check in value declaration #2206

Merged
merged 19 commits into from
Jul 30, 2024

Commits on Jun 3, 2024

  1. fix: verify type is ok

    omarsy committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    add6e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22fd30a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ad81fa View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 11, 2024

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

Commits on Jun 13, 2024

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

    Co-authored-by: Miloš Živković <milos@zmilos.com>
    omarsy and zivkovicmilos authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8732fe9 View commit details
    Browse the repository at this point in the history
  2. refactor: assign on if

    Co-authored-by: Miloš Živković <milos@zmilos.com>
    omarsy and zivkovicmilos authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    505ed37 View commit details
    Browse the repository at this point in the history
  3. feat: improve var

    Co-authored-by: Miloš Živković <milos@zmilos.com>
    omarsy and zivkovicmilos authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    27a9b36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0524299 View commit details
    Browse the repository at this point in the history
  5. feat: add new test case

    omarsy committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d8236d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    e28a8ff View commit details
    Browse the repository at this point in the history
  2. fix: correct test

    omarsy committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    77d4805 View commit details
    Browse the repository at this point in the history
  3. fix: delete unnecessary log

    omarsy committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    dee1805 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    4059dba View commit details
    Browse the repository at this point in the history
  2. feat: add column

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

Commits on Jul 10, 2024

  1. feat: improve the panic error

    omarsy committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    89d1130 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. fix: add checkValDefineMismatch checks for mismatch between the numbe…

    …r of variables and values in a ValueDecl or AssignStmt.
    omarsy committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3ea7a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f158d6 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    omarsy committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    10c7aaa View commit details
    Browse the repository at this point in the history