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

chore: try to automate bug in gnolang/gnochess#97 #1172

Closed
wants to merge 75 commits into from

Commits on May 30, 2023

  1. initial poc

    thehowl committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a938f69 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 20, 2023

  1. changes

    thehowl committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6153b6a View commit details
    Browse the repository at this point in the history
  2. add injector call

    thehowl committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0002819 View commit details
    Browse the repository at this point in the history
  3. log ptrs

    thehowl committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cd94b0c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    6248c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b70c124 View commit details
    Browse the repository at this point in the history
  3. remove old debug call

    thehowl committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9fc487a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    da4f9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edecac View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Jul 12, 2023

  1. fix native bindings in realms

    thehowl committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d27a7ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c876012 View commit details
    Browse the repository at this point in the history
  3. fix low-hanging failing tests

    thehowl committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0f54a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a985fc View commit details
    Browse the repository at this point in the history
  5. more docs & text fixes

    thehowl committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f2d8894 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    daa58c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c919d View commit details
    Browse the repository at this point in the history
  3. add generate to make

    thehowl committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    73e411e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    6fa6c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03e99d View commit details
    Browse the repository at this point in the history
  3. refac: prevRealm

    tbruyelle committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4b7a50b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    450fcba View commit details
    Browse the repository at this point in the history
  5. revert rename

    tbruyelle committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    57ae33a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59eb5fa View commit details
    Browse the repository at this point in the history
  7. fix r/demo/boards tests

    Because now AssertOriginCall works properly, filetest can't be a realm,
    they must a non realm package like 'main'
    tbruyelle committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f845ad3 View commit details
    Browse the repository at this point in the history
  8. add comments

    tbruyelle committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9a5910a View commit details
    Browse the repository at this point in the history
  9. fix typo

    tbruyelle committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1725cd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    b1d6a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3560f42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e113c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6452305 View commit details
    Browse the repository at this point in the history
  5. address PR comments

    thehowl committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ed81331 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b661430 View commit details
    Browse the repository at this point in the history
  7. fix failing cmd tests

    thehowl committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5bda745 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1bf401 View commit details
    Browse the repository at this point in the history
  9. typo

    thehowl committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    60525e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

    Co-authored-by: Thomas Bruyelle <thomas.bruyelle@gmail.com>
    thehowl and tbruyelle authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b6a6c5d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. add tests

    thehowl committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    62afd22 View commit details
    Browse the repository at this point in the history
  2. update makefiles & workflows

    thehowl committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0e787fa View commit details
    Browse the repository at this point in the history
  3. add misc to codecov

    thehowl committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9f3f261 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    ec9f5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7de22f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3b25e5 View commit details
    Browse the repository at this point in the history
  4. fix ci

    thehowl committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a68cfe4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a89302f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. fix tests

    tbruyelle committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2842524 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fix other tests

    Remove "Realm" instruction from filetest that is not longer a realm
    because that outputs too many lines and is probably not relevant.
    tbruyelle committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    27d1379 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    0969a7d View commit details
    Browse the repository at this point in the history
  2. add other case for uverse pkg

    thehowl committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    48132ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3200a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e91e74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3b5670 View commit details
    Browse the repository at this point in the history
  6. fix golden tests

    thehowl committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f95490e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d69b633 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    63d6e93 View commit details
    Browse the repository at this point in the history
  2. add DEBUG_PRINT_EVAL

    thehowl committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    13acb1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e787c76 View commit details
    Browse the repository at this point in the history
  4. no imath

    thehowl committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    86c3200 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. branch workflows

    thehowl committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8c2fbbd View commit details
    Browse the repository at this point in the history
  2. xxx docker

    thehowl committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d74946b View commit details
    Browse the repository at this point in the history
  3. consensus params * 10

    thehowl committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2dd9e6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7644b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2cd739 View commit details
    Browse the repository at this point in the history
  6. fmt

    thehowl committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a75bbc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

  1. Change consensus params

    thehowl committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    67b75ba View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. feat: add txtar driver to gnoland

    ** as requested, this is a squash of the following commits:
    - feat: use commands.IO
    - chore: cleanup gnoland output using context logger
    - chore: cleanup integration test
    - chore: cleanup
    - feat: add test data example
    - chore: cleanup
    - fix: concurent run of gnoland
    - chore: cleanup
    - fix: cleanup
    - fix: docker integration test
    - chore: cleanup root dir and validate config
    - fix: correctly update command io argument
    - chore: cleanup
    
    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3665620 View commit details
    Browse the repository at this point in the history
  2. feat: export gnoland integration function

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f5c62d4 View commit details
    Browse the repository at this point in the history
  3. chore: try to automate bug in gnoverse/gnochess#97

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    73d1505 View commit details
    Browse the repository at this point in the history
  4. chore: fixup

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    630a414 View commit details
    Browse the repository at this point in the history
  5. chore: fixup

    Signed-off-by: moul <94029+moul@users.noreply.github.com>
    moul committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    746eb1b View commit details
    Browse the repository at this point in the history