Skip to content

Conversation

@kim-em
Copy link
Contributor

@kim-em kim-em commented Nov 24, 2025

Summary

Add @[nolint unusedArguments] to Config structure in PFR/Tactic/RPowSimp.lean.

Details

The derived Repr instance for the Config structure has an unused precedence parameter, which is flagged by the unusedArguments linter. This is standard for derived Repr instances, so added the nolint attribute to suppress the warning.

Test plan

  • ✅ Built PFR.Tactic.RPowSimp successfully

🤖 Generated with Claude Code

The derived Repr instance for Config has an unused precedence parameter.
Added @[nolint unusedArguments] to suppress the linter warning.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@teorth
Copy link
Owner

teorth commented Nov 24, 2025

Hmm, for some reason the blueprint isn't compiling. @YaelDillies , could this be related to last week's mathlib bump?

@YaelDillies
Copy link
Collaborator

This seems unrelated. It instead looks like we were using some deprecated pip option, and that option was removed? I am planning on modernising the CI in PFR, so maybe this PR should wait until that happens (probably next week).

@YaelDillies
Copy link
Collaborator

YaelDillies commented Nov 29, 2025

I believe I have fixed it. @kim-em, can you try merging master now?

@kim-em kim-em closed this Dec 2, 2025
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.

3 participants