diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae0aaa69..2fd8d3d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,31 +33,3 @@ jobs: with: name: luau-${{matrix.os}} path: Release\luau*.exe - web: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: setup emsdk - uses: mymindstorm/setup-emsdk@v9 - with: - version: 1.38.40 - actions-cache-folder: 'emsdk-cache' - - name: verify emsdk - run: | - emcc -v # verify emscripten installed successfully - - name: cmake configure - run: | - emcmake cmake . - - name: build - run: | - cmake --build . --target Luau.Repl.CLI --config Debug # as seen above but only Repl.CLI. - - uses: actions/upload-artifact@v2 - with: - name: luau.wasm - path: docs/assets/luau/luau.wasm - if-no-files-found: error - - uses: actions/upload-artifact@v2 - with: - name: luau.js - path: docs/assets/luau/luau.js - if-no-files-found: error \ No newline at end of file diff --git a/CLI/Repl.cpp b/CLI/Repl.cpp index 0b50f0c4..75087520 100644 --- a/CLI/Repl.cpp +++ b/CLI/Repl.cpp @@ -174,7 +174,7 @@ static std::string runCode(lua_State* L, const std::string& source) else { std::string error; - + if (status == LUA_YIELD) { error = "thread yielded unexpectedly"; diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index ae103e0a..1e8baccc 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -25,5 +25,7 @@ pages: url: /profile - title: Library url: /library - - title: Demo - url: /demo + +# Remove demo pages until solution is found +# - title: Demo +# url: /demo diff --git a/docs/_includes/repl.html b/docs/_includes/repl.html index 034dc5f7..73c5ba40 100644 --- a/docs/_includes/repl.html +++ b/docs/_includes/repl.html @@ -47,4 +47,4 @@ } } - \ No newline at end of file +