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(cmd/gno): pass an ExecContext to MachineOptions in gno run #2856

Merged
merged 7 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Adds creation of a context to code execution under gno run.

    This addresses this issue: gnolang#2834
    It tries to hew very closely to how the context is created under `gno test` so that there is consistency of results between code that is executed in the test and run contexts.
    wyhaines committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3e513b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60b8d6 View commit details
    Browse the repository at this point in the history
  3. Fix formatting issues.

    wyhaines committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    491ad4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df8c7ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08873dc View commit details
    Browse the repository at this point in the history
  6. Fix syntax.

    wyhaines committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    203589e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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