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

Bug fix and changes to REPL module #263

Merged

Commits on Oct 31, 2023

  1. Fix the bug that AceEditor in REPL tab is not notified during resize

    Fix the bug that the actual code area in AceEditor in REPL tab not resizes with the displayed editor area. Now AceEditor will automatically resize the code area when user drag the resize bar.
    larrywang0701 authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7e1db8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b40185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b7553 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9e05f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Change execution result message and bug fixes

     - Removed "Program exited with return value" message as Professor Martin instructed
     - Bug fixes:
      - Fix a bug that causes a runtime error to be shown in the browser's console when student provide an evaluator entry function with incorrect parameter count
      - Fix a bug that dose not show execution result when `null` is the execution result.
    larrywang0701 authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d339df8 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    larrywang0701 authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2b27261 View commit details
    Browse the repository at this point in the history