Results 158 comments of Frédéric Chapoton

La reparation de celui la doit marcher pareil, en reculant de deux pas, je pense.

je sais bien que c'est moi qui ai proposé ca, mis je suis de moins en moins convaincu que c'est utile

Ca m'irait mieux avec un message un peu plus court ? ``` TypeError: This graph is immutable, so cannot be changed. Create a mutable copy using `g.copy(immutable=False)` ```

oui, ta proposition me convient. Je suis partisan de la sobriété, mais peut être un peu trop. :)

Your point number 3. is a typical error in the rst syntax: Here the use of `|-->` without wrapping by double backticks.

for 2, maybe it's because of the line in category.py ``self.parent_class``, and :obj:`~sage.misc.unknown.Unknown` for 3, it's the s just after the link in Convert from other :class:`BooleanPolynomialRing`s ::

do you mean your local codespell ? i don't think we run codespell in the CI. There are config files in src, namely src/.codespell-ignore.txt

you need to add a meson.build file inside the new directory

every single method and function must have documentation and examples in the style of sage. You have a lot of work to do. note also that we use a different...

the linter says ``` Error: src/sage/graphs/planar_maps/MapPermutation.py:16:9: E722 Do not use bare `except` 14 Error: src/sage/graphs/planar_maps/MapPermutation.py:24:9: E722 Do not use bare `except` ```