Fix Precomp NIFs CI, upgrade deps, add list_indent_kind option#11
Merged
Conversation
Fix Precomp NIFs CI: x86_64-apple-darwin moved off retired macos-13 (Intel) runner to macos-14 cross-compile; bump linux/windows runners. Upgrade GH Actions to Node 24 versions (checkout v5, upload-artifact v5, action-gh-release v3, cache v5, rustler-precompiled-action v1.1.5). Upgrade deps: rustler 0.36->0.38 (rust-toolchain 1.88->1.92), dprint-plugin-markdown 0.21.1->0.22.1, rustler_precompiled 0.8->0.9, typed_structor 0.5->0.6, mimic 1->2, ex_doc/credo/dialyxir/sourceror. Add full list_indent_kind support (:common_mark default = prior behavior, :python_markdown) across Rust NIF, Config, Validator, Native, docs, tests (0.22 made the field required). Drop hand-written llms.txt; ex_doc 0.40 auto-generates it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
builds.hex.pm CDN serves a cert chain that OTP's TLS validation rejects (key_usage_mismatch), breaking mix local.rebar/hex install. Add jsdelivr as a fallback mirror so setup-beam retries on TLS failure. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
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.
Summary
Precomp NIFshung 24h —x86_64-apple-darwinwaited on retiredmacos-13(Intel) runner. Moved tomacos-14cross-compile; bumped linux/windows runners; upgraded all GH Actions to Node 24 versions.list_indent_kindoption::common_mark(default, = prior behavior) /:python_markdown. dprint 0.22 made the field required; full plumbing through Rust NIF, Config, Validator, Native, docs, tests.llms.txt: ex_doc 0.40 auto-generates it.Test plan
cargo fmt+cargo clippy -D warningsmix check(format, credo, dialyzer)mix test— 115 tests, 0 failuresPrecomp NIFsworkflow green on CI (esp. macos-14 x86_64 cross-compile)🤖 Generated with Claude Code