sagemath / trac-to-github

Script to migrate Trac tickets to GitHub issues and the Trac wiki to markdown. Input: https://trac.sagemath.org/ ➠ Intermediate: https://github.com/sagemath/trac_to_gh ➠ Output: https://github.com/sagemath/sage/issues
https://trac.sagemath.org/ticket/30363
7 stars 5 forks source link

Remove spurious trac macros #164

Closed kwankyu closed 1 year ago

kwankyu commented 1 year ago

There are lots of them, corrupting code snippets.

https://34.105.185.241/sagemath/sage-all-2023-01-14-015/issues/25913#comment:8 vs https://github.com/kwankyu/trac-to-github/blob/check/wiki/Issues-25xxx/25913.md#comment:8 vs https://trac.sagemath.org/ticket/25913#comment:8 vs

https://34.105.185.241/sagemath/sage-all-2023-01-14-015/issues/26172#comment:11 vs https://github.com/kwankyu/trac-to-github/blob/check/wiki/Issues-26xxx/26172.md#comment:11 vs https://trac.sagemath.org/ticket/26172#comment:11

kwankyu commented 1 year ago

Checking regressions...

kwankyu commented 1 year ago

There should be no regression because this PR is about removing spurious "Trac macros" converted from [[ ... ]], which are abound in code snippets.

mkoeppe commented 1 year ago

This works well. Thanks!