Revive & modernize defconst for 0.3.0#5
Merged
Conversation
…at job, test-cmd/changelog/PR-diff fixes
…emantics, reconcile .gitignore, tighten success criteria
…on, consumer-path CI proof, tag sanity checks
…it, git restore preflight, OS-files wording
… dry-run proof, mix docs pre-publish, untracked wording
…ctive alt, format-job deps note, mix docs in release prep
…docs extras, actionlint validation
…ft, 0.2.5 ex_doc lock wording
… constant_of, fix @doc warning, ignore OS files
…generate lockfile
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.
Revives the dormant library and prepares a 0.3.0 release. Master is already at the published 0.2.5 (via #4), so this PR layers the 0.3.0 work on top.
Changes
.tool-versions; ignore OS files (.DS_Store, Thumbs.db)config/config.exs(use Mix.Config)value_of/1doc example; renamenormalize_contanttypo; documentconstant_of/1return shape@doccompile warning onDefaultGenerator.next_value/2constant_of/1list + nil pathsex_docto latest~> 0.40(dev-only); set Elixir floor to~> 1.15(CI-verified); regeneratemix.lockMIX_ENV=test) + dedicated format jobVerification (local, OTP 28.1.1 / Elixir 1.19.5)
mix compile— no warningsmix test— 5 doctests, 22 tests, 0 failuresmix format --check-formatted— cleanmix docs— builds (incl. CHANGELOG)mix hex.build— defconst 0.3.0, file list includes CHANGELOG.mdMIX_ENV=test mix deps.get --only test && mix compile && mix testgreen (no ex_doc pulled)Design spec and implementation plan included under
docs/superpowers/.