-
Notifications
You must be signed in to change notification settings - Fork 51
V0.14.0 #506
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
Open
ityonemo
wants to merge
17
commits into
main
Choose a base branch
from
v0.14.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
* adds windows ci script * correct capture of zig version * adds windows decode step * busts cache when the installer changes * switches zig_get to local path (for now) * change "win32" to "windows" * testing zig directory * rebuild for zip compatibility * introspect a bit * changes over to a list message * introspect again * make executable name dependent on os * allows for windows style newline * tests with crlf * branches over two different erl_nif shims * deals with windows builds not versioning dll files * make windows use bin dir * force trace * skip on_upgrade steps in windows * exclude all callbacks * correct signature for nif_init * use actual memcpy * test eliminating on windows * @sizeof instead of sizeof * rearrange cinclude * change the calling convention? * adjust callconv dynamically * recase these deprecated values * remove win32 support * unconditionally change callconv? * try again again * with correct callbacks declaration * restore sane test settings * windows equivalent error? * fix syntax error reformatting * remove Zig.Command.newline() from errorprongs (for now) * fixes syntax error message for non-windows * tag the erroring guide to "erroring" * add erroring to leak checks in guides * delete file before copying on windows * disable error return traces in windows * clear minor changes * disables leak check in windows * key no_windows tags * fix alignment error in basic_test stacktraces * documents problematic integers situation * last windows fixes * adds windows badge
* adds freebsd github action * trim down the vm more * switch to ubuntu-latest * install erlang and have better test of elixir * adds actual freebsd steps * adds echo statements * adds correct decode step for os_info * everything except running tests * bump to latest erlang runtime * adds erlang27 to path * add hex commands * puts certs in the right place * add ziglang manual getting * adds caches * re-fix hashfiles directive * add make file * adds llvm and libclang * adds clang and lld * use zig as a bootstrap * fix paths and make relative to a zig directory * add freebsd sysroot * use existing github action for zig * remove -gnu * force with lc * test * specify freebsd * revert to doing it in freebsd * reduce parallelism * switch to zig-bootstrap * builds llvm * adds portsnap * attempt to use an llvm19 version directly? * forces 0.14.0 for zig * enable zstd * switch to ninja * restore mix test part * Update freebsd.yml Adds Erlang to path * add hex startup * adds cacerts * adds ZIG_EXCECUTABLE_PATH option * better documentation on environment variables and skip zig_fmt step * perform stage 2 compilation * Update freebsd.yml * better logger reports when there is a sema error * enables verbose semantic analysis * rollback verbose sema * final exclusions and freebsd badge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.