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: Fix the compiler test, and check if it worked. #6638

Merged
merged 10 commits into from
Nov 25, 2022
Merged

Commits on Nov 17, 2022

  1. Add tsick.js to rewrite enums.

    tsc generates JavaScript which is incompatible with the Closure Compiler's advanced optimizations.
    NeilFraser committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bc7a278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe5936 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Rename 'run_X_in_browser.js' to 'webdriver.js'

    The Mocha and generator tests can both be run either manually or via our webdriver.  In all cases they run in a browser.  These two 'run_X_in_browser.js' files only apply to webdriver, thus they are confusingly named.
    
    Also delete completely unused (and broken) `run_all_tests.sh`
    NeilFraser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c92fd8b View commit details
    Browse the repository at this point in the history
  2. Linting improvements to mocha/webdriver.js

    Still not at 100%.  Complains about require/module/process/__dirname not being defined in multiple places.
    NeilFraser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3bd2114 View commit details
    Browse the repository at this point in the history
  3. runTestBlock -> runTestFunction

    'Block' means something very different in Blockly.
    NeilFraser committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    fc69b0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5113f4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cc8218 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2db6634 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48fe21f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Address PR comments.

    NeilFraser committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    9fa68b0 View commit details
    Browse the repository at this point in the history