Devel refactor - #58
Merged
Merged
Conversation
…dispatch in native C
…ocal frozenset and passes it through namespace
…a and pass them as an argument
…elying on helpers
…only organization
…ophy, + pointer-policy boundary
…l from wrapper_policy.py
… moving wrapper.py to pipeline
…y and codegen/primitive_scalar_types.py
Reorganize PRIK around explicit pipeline responsibilities and remove the old
internal package paths without compatibility shims.
- Separate post-IR policy, wrapper planning, code generation, language
printers, and pipeline orchestration into dedicated packages.
- Extract immutable policy models, improve ownership override construction,
and document the complete ownership and datatype lifecycles.
- Make WrapperGenerator the plan-to-generated-wrapper boundary and render
docstrings from completed plans during code generation.
- Extract PythonSurfaceEmitter and move overload selection into planned C
dispatchers.
- Consolidate compilers, preprocessing, and datatype probes under clear
package owners.
- Replace the old shared NumPy type layer with stage-owned semantic, runtime,
and code-generation datatype catalogues.
- Move the bundled binding runtime into prik.runtime.native_support.
- Improve Fortran source-unit scanning, project assembly, and compile-time
kind resolution.
- Consolidate maintainer and developer documentation into one contributor
documentation tree with a complete architecture guide.
- Centralize runnable production-file examples under the
execution_examples test owner.
- Move generated documentation, distributions, and setuptools metadata under
the hidden .artifacts directory.
- Prevent compiler capability probes from leaving .mod files in the
repository root.
- Update package imports, tests, workflows, source maps, navigation, and
CHANGELOG.md for the new structure.
Verification includes focused compilation and execution-example tests,
documentation tests, strict MkDocs and package builds, Twine validation,
Ruff, Bandit, Vulture, codegen complexity, Radon policy, and whitespace
checks.
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
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.
No description provided.