fix(cli, docs): Refactor and enhance approximation modules and CLI support - #380
Open
misonijnik wants to merge 2 commits into
Open
misonijnik wants to merge 2 commits into
misonijnik wants to merge 2 commits into
Conversation
misonijnik
changed the base branch from
main
to
misonijnik/isolated-approximations-models
August 26, 2026 17:16
misonijnik
force-pushed
the
misonijnik/isolated-approximations-cli
branch
from
August 26, 2026 17:25
5b5afa3 to
7abd207
Compare
misonijnik
force-pushed
the
misonijnik/isolated-approximations-cli
branch
from
August 26, 2026 17:50
7abd207 to
5e67311
Compare
Saloed
approved these changes
Aug 26, 2026
misonijnik
force-pushed
the
misonijnik/isolated-approximations-cli
branch
2 times, most recently
from
September 7, 2026 18:41
cb6ae28 to
dbe6bd4
Compare
Add project scaffolding, pinned dependency builds, on-demand rebuilds, compiled-output resolution, diagnostics, and documentation for custom dataflow approximations.
Three defects found by the model in formal/Opentaint/Cli/Internal/Approximation, each with the test the proof predicts. A directory counted as compiled classes as soon as a .class file existed anywhere below it. That is a test of the subtree, not a classification of the directory: a tree holding both a model project and compiled classes collapsed to one classpath root, the project was never compiled, and the scan ran without its models and reported nothing about it. Classify only when nothing below still needs building, and compute both facts in one walk rather than two (Resolve.fixed_loses_nothing, Resolve.shipped_loses_a_project, Resolve.fused_resolves_identically). A directory holding compiled classes of its own next to a project has no valid classification at all, so report it by name instead of dropping either side (Resolve.ambiguous_tree_drops_a_class). Builds staged in a directory named after the output alone, so two builders of one project shared it: one could delete the other's classes, contribute to them, and publish the mixture under a stamp recording it as up to date. Stage under a path carrying the builder's identity, and rename the previous output aside rather than deleting it, so a reader sees the old output, the new one, or nothing (Build.raceA_output_is_not_sound, Build.publishedOutputIsSound). The rebuild stamp digested the model project but not the compiler that reads it, so an upgraded CLI kept serving models compiled by the previous one. Carry the autobuilder's identity in the stamp (Stamp.shipped_stamp_serves_a_stale_output, Stamp.full_stamp_covers).
misonijnik
force-pushed
the
misonijnik/isolated-approximations-cli
branch
from
September 7, 2026 18:55
dbe6bd4 to
6ef9469
Compare
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.