Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: source-academy/js-slang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: source-academy/js-slang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: remove-concurrent
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 19 commits
  • 181 files changed
  • 2 contributors

Commits on Mar 3, 2025

  1. Relocate svmc repl prompt

    leeyi45 committed Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8fef11f View commit details
  2. Run format

    leeyi45 committed Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    81f19d0 View commit details
  3. Remove interpreter

    leeyi45 committed Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    423bff4 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2066efa View commit details
  5. Update tsconfig and certain test files

    leeyi45 committed Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    74333aa View commit details
  6. Further remove references to concurrent

    leeyi45 committed Mar 3, 2025
    Copy the full SHA
    623a6c6 View commit details

Commits on Mar 4, 2025

  1. updated snapshots to use unix-style paths

    martin-henz committed Mar 4, 2025
    Copy the full SHA
    2a44e60 View commit details
  2. Copy the full SHA
    3820363 View commit details
  3. Add tests for parser rules

    leeyi45 committed Mar 4, 2025
    Copy the full SHA
    ed8eb2c View commit details

Commits on Mar 7, 2025

  1. Revert "Add tests for parser rules"

    This reverts commit ed8eb2c.
    leeyi45 committed Mar 7, 2025
    Copy the full SHA
    f98dcea View commit details

Commits on Mar 14, 2025

  1. Merge branch 'master' into remove-concurrent

    # Conflicts:
    #	src/editors/ace/docTooltip/index.ts
    #	src/interpreter/closure.ts
    #	src/interpreter/interpreter.ts
    #	src/types.ts
    #	src/vm/svml-machine.ts
    leeyi45 committed Mar 14, 2025
    Copy the full SHA
    7f2d14d View commit details
  2. Move rule type into parser

    leeyi45 committed Mar 14, 2025
    Copy the full SHA
    96fda16 View commit details
  3. Copy the full SHA
    c16eddf View commit details

Commits on Mar 16, 2025

  1. Updating tests

    leeyi45 committed Mar 16, 2025
    Copy the full SHA
    88a93af View commit details
  2. Update ast helpers

    leeyi45 committed Mar 16, 2025
    Copy the full SHA
    95ccecd View commit details

Commits on Mar 17, 2025

  1. Copy the full SHA
    b4de94d View commit details
  2. Run format

    leeyi45 committed Mar 17, 2025
    Copy the full SHA
    a0c588e View commit details
  3. Simplify determineExecutionMethod

    leeyi45 committed Mar 17, 2025
    Copy the full SHA
    bc990b4 View commit details

Commits on Mar 19, 2025

  1. Fix broken cse-machine tests

    leeyi45 committed Mar 19, 2025
    Copy the full SHA
    d5bc34a View commit details
Loading