CI: i686 gitconfig tip for MCI URL [sources] - #367
Closed
ChrisRackauckas-Claude wants to merge 5 commits into
Closed
ChrisRackauckas-Claude wants to merge 5 commits into
ChrisRackauckas-Claude wants to merge 5 commits into
Conversation
Registry MCI 0.2 pulls LatticeRules 0.0.1 (broken on i686); URL-sourcing MCI 0.3 needs LibGit2 /etc/gitconfig. Consume the temporary ChrisRackauckas-Claude/.github@i686-gitconfig-consumable tip until SciML/.github#137 merges, then switch back to SciML/.github@master. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Julia 1.13 no longer matches named-arg @docs forms to the where {iip} init methods; use type-only signatures so checkdocs=:exports passes. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Sep 12, 2026
Member
Author
|
Superseded by the drop-mci-url-sources PR now that MCI 0.3.0 is registered. |
2 tasks
ChrisRackauckas
added a commit
that referenced
this pull request
Sep 12, 2026
MonteCarloIntegration 0.3.0 is now in the General registry, so the git-URL
override is no longer needed:
[sources]
MonteCarloIntegration = {url = "https://github.com/ranjanan/...", rev = "master"}
That override pointed at the old personal repository and was the reason the
i686 CI lane failed to clone (`failed to stat '/etc/gitconfig'`), which #367
was opened to work around. The compat entry already admits 0.3, so resolution
now comes from the registry.
Registration chain: the package moved to SciML, which blocked Registrator until
the registry repo URL was corrected in JuliaRegistries/General#167927; 0.3.0
then registered via JuliaRegistries/General#167966.
Agent-Harness: Claude Code
Agent-Model: claude-opus-5[1m]
Claude-Session: https://claude.ai/code/session_014FEzNTLFutCmTEAZ3zBg5R
Co-authored-by: Claude Opus 5 (1M context) <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
[sources](failed to stat '/etc/gitconfig').ChrisRackauckas-Claude/.github@i686-gitconfig-consumable(carries the i686 gitconfig + clone cleanup from Forward dotgithub-ref to tests.yml; default to master .github#137 before that PR merges).SciML/.github@masterand drop once MCI 0.3.0 registers.Test plan
.github#137landsMade with Cursor