Sync to latest ITensorPkgSkeleton template#28
Merged
Conversation
- Update GitHub Actions workflows to current template versions.
- Drop obsolete LiterateCheck workflow and docs/make_{index,readme}.jl helpers.
- Add [workspace] section to Project.toml; refresh docs/test Project.tomls.
- Simplify test/runtests.jl.
- Refresh .pre-commit-config.yaml and .gitignore to template defaults.
- Bump patch version to 0.1.9.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
=======================================
Coverage 26.92% 26.92%
=======================================
Files 3 3
Lines 26 26
=======================================
Hits 7 7
Misses 19 19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Sync the repo to the latest ITensorPkgSkeleton template. Most workflow files now match the template verbatim;
IntegrationTest.ymlkeeps the existing downstream packages (ITensorBase,UnallocatedArrays).Notable behavioral changes:
runic-pre-committoitensorformatter-pre-commitv1.0.0 (this is what supersedes [pre-commit.ci] pre-commit autoupdate #27, which autoupdated the now-retired runic hook).Tests.ymlandIntegrationTest.ymlgain status-gate jobs (tests-gate,integration-gate) so branch protection works correctly when matrix legs are skipped.IntegrationTest.ymlmoves topull_request_targetwithsecrets: inherit, drops theProject.tomlpaths filter, and addsfail-fast: false.Registrator.ymlgains theissue_commenttrigger plusissues: writepermission, and usessecrets: inherit.CompatHelper.ymlusessecrets: inherit.Tests.ymlandIntegrationTest.ymltrigger onconverted_to_draft.LiterateCheck.ymlis removed.test/runtests.jldelegates toITensorPkgSkeleton.runtests;docs/make.jlusesITensorFormatter.make_index!instead of an inlinedLiteratedriver, anddocs/make_index.jl/docs/make_readme.jlare removed.Project.tomlgets a[workspace]section;test/Project.tomlanddocs/Project.tomlget[sources.UnspecifiedTypes]entries pointing at...Closes #27.
Test plan
test/runtests.jlpasses locally (Aqua + basics).🤖 Generated with Claude Code