Finish 1.5.0#358
Merged
Merged
Conversation
The "What lives here" macro table had drifted from the actual stl: - strings.fj had no row at all (input_ptr_line / print_ptr_text / print_ptr_line, plus the 1.5.0 fill_bytes / copy_bytes block helpers). - math_basic.fj row was missing abs (added in 1.5.0). - input.fj row was missing input_dec_uint_until / input_dec_int_until. Docs only; no code change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The package version lived only in pyproject.toml - there was no way to query it from Python or the CLI (`fj --version` is the FJM file-format version 0-3, not the package version). - utils/constants.FLIPJUMP_VERSION reads the installed distribution metadata (importlib.metadata.version), falling back to 'unknown' when running from an uninstalled source tree. Single source of truth stays pyproject.toml. - flipjump.__version__ re-exports it (added to __all__). - `fj -V` / `fj --flipjump_version` print "flipjump <version>" and exit 0, short-circuiting the required `files` positional (argparse version action). Tested: a parametrized CLI test pins both aliases, exit 0, and the output; test_cli.py green (19 passed); black/flake8/mypy clean. Co-Authored-By: Claude Opus 4.8 (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.
No description provided.