Skip to content

Conversation

@BoltonBailey
Copy link
Collaborator

@BoltonBailey BoltonBailey commented May 26, 2024

Handles TODOs in the TLD of Mathlib/Data. Some finished ones are removed, and some others are put at the top of the file, so that they can be better seen in potential future good-first-issue issues that reference these.

  • Removes TODO about FinMap.all returning false for empty FinMaps, since it should and does return true.
  • Moved comment about syntax of Rel.comp to module docstring.
  • Removed TODO comment about Rel.image definition with bounded quantification in corelib, since it is now defined that way, and the commented lemma can indeed now be proven with rfl, (not so for preimage, but I believe the existing definition in terms of image has advantages)
  • Moved TODO about Traversible for Trees to top of file.

Open in Gitpod

@BoltonBailey BoltonBailey added documentation Improvements or additions to documentation awaiting-review awaiting-CI This PR doesn't pass CI yet. This label is automatically removed once it does. labels May 26, 2024
@github-actions github-actions bot removed the awaiting-CI This PR doesn't pass CI yet. This label is automatically removed once it does. label May 26, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@urkud
Copy link
Member

urkud commented May 26, 2024

Thanks! 🎉
bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels May 26, 2024
mathlib-bors bot pushed a commit that referenced this pull request May 26, 2024
Handles TODOs in the TLD of `Mathlib/Data`. Some finished ones are removed, and some others are put at the top of the file, so that they can be better seen in potential future good-first-issue issues that reference these.

* Removes TODO about `FinMap.all` returning `false` for empty `FinMap`s, since it should and does return `true`.
* Moved comment about syntax of `Rel.comp` to module docstring.
* Removed TODO comment about `Rel.image` definition with bounded quantification in corelib, since it is now defined that way, and the commented lemma can indeed now be proven with `rfl`, (not so for `preimage`, but I believe the existing definition in terms of `image` has advantages)
* Moved TODO about `Traversible` for Trees to top of file.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented May 26, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: TODOs in Data [Merged by Bors] - chore: TODOs in Data May 26, 2024
@mathlib-bors mathlib-bors bot closed this May 26, 2024
@mathlib-bors mathlib-bors bot deleted the BoltonBailey/remove-todo branch May 26, 2024 19:45
callesonne pushed a commit that referenced this pull request Jun 4, 2024
Handles TODOs in the TLD of `Mathlib/Data`. Some finished ones are removed, and some others are put at the top of the file, so that they can be better seen in potential future good-first-issue issues that reference these.

* Removes TODO about `FinMap.all` returning `false` for empty `FinMap`s, since it should and does return `true`.
* Moved comment about syntax of `Rel.comp` to module docstring.
* Removed TODO comment about `Rel.image` definition with bounded quantification in corelib, since it is now defined that way, and the commented lemma can indeed now be proven with `rfl`, (not so for `preimage`, but I believe the existing definition in terms of `image` has advantages)
* Moved TODO about `Traversible` for Trees to top of file.
js2357 pushed a commit that referenced this pull request Jun 18, 2024
Handles TODOs in the TLD of `Mathlib/Data`. Some finished ones are removed, and some others are put at the top of the file, so that they can be better seen in potential future good-first-issue issues that reference these.

* Removes TODO about `FinMap.all` returning `false` for empty `FinMap`s, since it should and does return `true`.
* Moved comment about syntax of `Rel.comp` to module docstring.
* Removed TODO comment about `Rel.image` definition with bounded quantification in corelib, since it is now defined that way, and the commented lemma can indeed now be proven with `rfl`, (not so for `preimage`, but I believe the existing definition in terms of `image` has advantages)
* Moved TODO about `Traversible` for Trees to top of file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants