fix(Util/CountHeartbeats): move elaboration in #count_heartbeats inside a namespace#35413
fix(Util/CountHeartbeats): move elaboration in #count_heartbeats inside a namespace#35413joneugster wants to merge 11 commits intoleanprover-community:masterfrom
Conversation
…declaration already existing
Co-authored-by: damiano <[email protected]>
Comments from Original PR #21182This section contains 6 comment(s) from the original PR, excluding bot comments. @mathlib-bors (2025-01-28 19:03 UTC): @adomani (2025-01-28 19:09 UTC): It is still an improvement over the previous version, but not yet good to go! bors d- @adomani (2025-01-28 19:12 UTC): bors delegate=[] @adomani (2025-01-28 19:14 UTC): @adomani (2025-01-28 19:17 UTC): This is still not very robust, but, because it is not messing with the namespace, it may fail less often. Recursive calls will likely still not work, and use the declaration that has just been added to the environment, as will declarations that contain @joneugster (2026-02-15 03:30 UTC): (If there is a better re-implementation of the command, I'd be happy to review that and close this fix once a reimplementation has been merged.) |
|
🔒 Permission denied Existing reviewers: click here to make joneugster a reviewer |
PR summary 88bb6d226aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
This PR continues the work from #21182.
Original PR: #21182