-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes here: https://github.com/JuliaLang/julia/blob/v1.10.0-rc1/NEWS.md Since at this point we don't care about supporting multiple julia versions, I updated everything to 1.10. Marking as a draft since: - [x] Julia 1.10-rc1 needs to be installed on TeamCity - [x] `%env.JULIA_1_10%` needs to be added on TeamCity to point to that install (this PR already attempts to use `JULIA_1_10`) Main reasons I'm excited about 1.10 for Ribasim; mostly for developer experience: - Less latency - Better syntax errors - Shorter stacktraces If people want we can wait for the final release, though its good to start kicking the 1.10 tires at least. --------- Co-authored-by: Hofer-Julian <[email protected]>
- Loading branch information
1 parent
21af0f5
commit 8e67335
Showing
10 changed files
with
210 additions
and
59 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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
strategy: | ||
matrix: | ||
julia_version: | ||
- "1.9" | ||
- "~1.10.0-0" | ||
arch: | ||
- x64 | ||
steps: | ||
|
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.