-
-
Notifications
You must be signed in to change notification settings - Fork 662
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into jvm_functional_interfaces_2024
# Conflicts: # src/context/common.ml # src/context/typecore.ml # src/typing/typeloadFields.ml # src/typing/typerEntry.ml
- Loading branch information
Showing
252 changed files
with
9,059 additions
and
6,094 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 |
---|---|---|
|
@@ -616,23 +616,16 @@ jobs: | |
- name: Install dependencies | ||
env: | ||
# For compatibility with macOS 10.13 | ||
ZLIB_VERSION: 1.3 | ||
ZLIB_VERSION: 1.3.1 | ||
MBEDTLS_VERSION: 2.28.5 | ||
PCRE2_VERSION: 10.42 | ||
run: | | ||
set -ex | ||
brew uninstall [email protected] || echo | ||
brew uninstall [email protected] || echo | ||
brew untap local/openssl || echo | ||
brew untap local/python2 || echo | ||
brew update | ||
# brew unlink python@2 | ||
brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli | ||
brew install libunistring | ||
brew install cpanminus | ||
brew bundle --file=tests/Brewfile --no-upgrade | ||
cpanm IPC::System::Simple | ||
cpanm String::ShellQuote | ||
curl -L https://www.zlib.net/zlib-$ZLIB_VERSION.tar.gz | tar xz | ||
curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz | ||
cd zlib-$ZLIB_VERSION | ||
./configure | ||
make && make install | ||
|
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 |
---|---|---|
@@ -1,23 +1,16 @@ | ||
- name: Install dependencies | ||
env: | ||
# For compatibility with macOS 10.13 | ||
ZLIB_VERSION: 1.3 | ||
ZLIB_VERSION: 1.3.1 | ||
MBEDTLS_VERSION: 2.28.5 | ||
PCRE2_VERSION: 10.42 | ||
run: | | ||
set -ex | ||
brew uninstall [email protected] || echo | ||
brew uninstall [email protected] || echo | ||
brew untap local/openssl || echo | ||
brew untap local/python2 || echo | ||
brew update | ||
# brew unlink python@2 | ||
brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli | ||
brew install libunistring | ||
brew install cpanminus | ||
brew bundle --file=tests/Brewfile --no-upgrade | ||
cpanm IPC::System::Simple | ||
cpanm String::ShellQuote | ||
curl -L https://www.zlib.net/zlib-$ZLIB_VERSION.tar.gz | tar xz | ||
curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz | ||
cd zlib-$ZLIB_VERSION | ||
./configure | ||
make && make install | ||
|
Submodule haxelib_src
updated
14 files
+3 −0 | .gitmodules | |
+1 −0 | client.hxml | |
+1 −0 | client_legacy.hxml | |
+1 −0 | client_tests.hxml | |
+1 −0 | crypto | |
+2 −1 | haxelib.json | |
+1 −0 | integration_tests.hxml | |
+1 −0 | package.hxml | |
+ − | run.n | |
+1 −0 | server_each.hxml | |
+1 −0 | server_gitrepo.hxml | |
+2 −2 | src/haxelib/Data.hx | |
+1 −1 | src/haxelib/VersionData.hx | |
+1 −1 | src/haxelib/client/Main.hx |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.