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): Executable Markdown #2357

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

Commits on Jun 14, 2024

  1. fenced code block parser

    notJoon committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1e598f6 View commit details
    Browse the repository at this point in the history
  2. file handler

    notJoon committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    168259d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb648e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f60cb1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a577afc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. capturing output from buffer

    notJoon committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b29530c View commit details
    Browse the repository at this point in the history
  2. refactor

    notJoon committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6430862 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. save

    notJoon committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b7ef8ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b649727 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    e53482b View commit details
    Browse the repository at this point in the history
  2. basic CLI

    notJoon committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f0df3b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. execute imported function

    notJoon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    599bd6f View commit details
    Browse the repository at this point in the history
  2. save

    notJoon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    da567e3 View commit details
    Browse the repository at this point in the history
  3. fix: doctest CLI

    notJoon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2d363bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83d7ca0 View commit details
    Browse the repository at this point in the history
  5. lint

    notJoon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f31a102 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'testable-markdown' of https://github.com/notJoon/gno-core

    … into testable-markdown
    notJoon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4f05a8e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    23052b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc94da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3844365 View commit details
    Browse the repository at this point in the history
  4. reorganize

    notJoon committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c8b0aef View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. add test

    notJoon committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5a8a2d8 View commit details
    Browse the repository at this point in the history
  2. wip: pkgloader

    notJoon committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    86bdb99 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    fbe7ddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e001a33 View commit details
    Browse the repository at this point in the history
  3. fix lint

    notJoon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e648334 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. expect result

    notJoon committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    82e02f0 View commit details
    Browse the repository at this point in the history
  2. auto test name generator

    notJoon committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    273abb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

  1. generate better name

    notJoon committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4775fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855bbc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbc060f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    bf480c7 View commit details
    Browse the repository at this point in the history
  2. Update gnovm/pkg/doctest/analyzer.go

    Co-authored-by: deelawn <dboltz03@gmail.com>
    notJoon and deelawn committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1f7f238 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: deelawn <dboltz03@gmail.com>
    notJoon and deelawn committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1bb104a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bac3ad View commit details
    Browse the repository at this point in the history
  5. fix: partial exec, parser

    notJoon committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4978329 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    1577034 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary lock

    notJoon committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2d64669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    317fd41 View commit details
    Browse the repository at this point in the history
  4. readme

    notJoon committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ae25209 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. remove auto import

    notJoon committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    45265f2 View commit details
    Browse the repository at this point in the history