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: account for recursion when stringing to avoid overflow #1315

Merged
merged 21 commits into from
Dec 21, 2023

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    02c7bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25455af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c935b3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc76cbd View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 3, 2023

  1. Revert "consistently renamed receivers of value type string methods"

    This reverts commit 25455af.
    
    Renaming receivers is not trivial due to linting rules
    deelawn committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    cab383d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1bd02e View commit details
    Browse the repository at this point in the history
  3. fixed gonative type printing

    deelawn committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b9c45ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bf3ff9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. use slice instead of map

    deelawn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a4acd86 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bug/recursive-overflow' of github.com:gnolang/gno into …

    …bug/recursive-overflow
    deelawn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    35a9339 View commit details
    Browse the repository at this point in the history
  3. removed slice package

    deelawn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7615717 View commit details
    Browse the repository at this point in the history
  4. make default values 32

    deelawn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    65b52d5 View commit details
    Browse the repository at this point in the history
  5. defer pop after each put

    deelawn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ace9392 View commit details
    Browse the repository at this point in the history
  6. typo

    deelawn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9db301c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    7ca975d View commit details
    Browse the repository at this point in the history
  2. added missing type

    deelawn committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fc3f860 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

    Co-authored-by: Morgan <morgan@morganbaz.com>
    deelawn and thehowl committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5ae1b27 View commit details
    Browse the repository at this point in the history
  2. Update gnovm/pkg/gnolang/values_string.go

    Co-authored-by: Morgan <morgan@morganbaz.com>
    deelawn and thehowl committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    96a6331 View commit details
    Browse the repository at this point in the history
  3. moved typetype case

    deelawn committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c47b018 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aadbe3a View commit details
    Browse the repository at this point in the history