Skip to content

Escalate pars(terms =) deprecation to error - #106

Merged
joethorley merged 1 commit into
mainfrom
escalate-pars-terms-deprecation
Aug 27, 2026
Merged

Escalate pars(terms =) deprecation to error#106
joethorley merged 1 commit into
mainfrom
escalate-pars-terms-deprecation

Conversation

@joethorley

Copy link
Copy Markdown
Member

The terms argument of pars() has warned via deprecate_warn("0.2.1") since term 0.3.0 (September 2020), well past the one-year escalation threshold.

  • Convert deprecate_warn() to deprecate_stop() for pars(terms =)
  • Remove the now-unreachable pars_terms() dispatch branch
  • Replace the expect_deprecated() tests with error snapshots matching the pattern in test-deprecated.R

Part of the 0.4.0 release preparation (#105).

🤖 Generated with Claude Code

The terms argument of pars() has warned via deprecate_warn("0.2.1")
since term 0.3.0 (September 2020). Advance it to deprecate_stop()
for the 0.4.0 release.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@joethorley
joethorley merged commit a4ec94f into main Aug 27, 2026
9 checks passed
@joethorley
joethorley deleted the escalate-pars-terms-deprecation branch August 27, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant