-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from blade-lang/odyssey
Odyssey to Dev
- Loading branch information
Showing
463 changed files
with
25,614 additions
and
403,389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: CI | |
|
||
on: | ||
push: | ||
branches: [ main, dev ] | ||
branches: [ main, dev, odyssey ] | ||
pull_request: | ||
branches: [ main ] | ||
|
||
|
@@ -20,7 +20,7 @@ jobs: | |
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.18.x' | ||
cmake-version: '3.25.2' | ||
# - name: Initialize CodeQL | ||
# uses: github/codeql-action/init@v1 | ||
# with: | ||
|
@@ -49,7 +49,7 @@ jobs: | |
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.18.x' | ||
cmake-version: '3.25.2' | ||
- uses: actions/checkout@v2 | ||
- name: Compile | ||
run: | | ||
|
@@ -71,7 +71,7 @@ jobs: | |
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.18.x' | ||
cmake-version: '3.25.2' | ||
- name: Setup WinLibs | ||
uses: bwoodsend/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.18.x' | ||
cmake-version: '3.25.2' | ||
- name: Compile | ||
run: | | ||
sudo apt-get update | ||
|
@@ -45,7 +45,7 @@ jobs: | |
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.18.x' | ||
cmake-version: '3.25.2' | ||
- uses: actions/checkout@v2 | ||
- name: Compile | ||
run: | | ||
|
@@ -76,7 +76,7 @@ jobs: | |
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.18.x' | ||
cmake-version: '3.25.2' | ||
- name: Setup WinLibs | ||
uses: bwoodsend/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# BUGS | ||
|
||
- `io.TTY.set_raw()` stopped working correctly. Run io test to confirm. | ||
- The `catch` block in `try...catch...` fails outside a global scope or when triggered from a descendant function. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.