Deps: nerves_discovery 0.1.4 + toolchains 15.3.1 - #186
Merged
Conversation
Patch-level freshness: nerves_discovery 0.1.3 -> 0.1.4 and the four Nerves GCC toolchains 15.3.0 -> 15.3.1. Lock-only; constraints already admit both. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 tasks
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
Patch-level dependency freshness bump.
mix.lockonly —mix.exsconstraints already admit both new versions (no
mix.exsedit needed).nerves_discovery 0.1.3 -> 0.1.4
Changelog (
CHANGELOG.mdv0.1.4):Code diff —
lib/nerves_discovery/macos.ex:min(..., 1)clamped every timeout to at most 1s and, for any sub-secondtimeout, produced0— which macOStimeout(1)treats as "no limit"(infinite wait).
max(..., 1)floors it to 1s instead. Scoped toNervesDiscovery.MacOS.discover_service/2(macOS-only dev-hostmix discovertooling) — no effect on device runtime or non-macOS hosts.Low risk.
nerves_toolchain_{aarch64,armv6,armv7,riscv64}_nerves_linux_gnu 15.3.0 -> 15.3.1
No meaningful Hex-package code/binary diff (prebuilt GCC toolchain
wrappers). Upstream release notes
(
gh api repos/nerves-project/toolchains/releases/tags/v15.3.1):Confirmed in the lock diff: each toolchain's embedded
{:nerves, ...}requirement widened from
"~> 1.13"to"~> 1.13 or ~> 2.0-dev",consistent with "Allow Nerves 2 to be used." No GCC version change. Low
risk — metadata-only republish.
Lock diff
Exactly five rows moved in
mix.lock(verified viagit diff mix.lock,no stray rows, no
deps.unlock --allused):Verification
MIX_TARGET=host mix compile --warnings-as-errors— pass (exit 0)mise run test(full suite) — 1607 passed (2 doctests, 1605 tests), 3 excluded, 0 failuresMIX_TARGET=host MIX_ENV=dev mix dialyzer— pass ("done (passed successfully)", 7 known pre-existing errors skipped via.dialyzer_ignore.exs)Not merging — for review.
🤖 Generated with Claude Code