We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdda9b commit 68a7ce6Copy full SHA for 68a7ce6
src/scrub_stderr.jl
@@ -7,6 +7,9 @@ redefinition_regexes =
7
[r"WARNING\: Method definition .* in module .* at .* overwritten at .*\n",
8
r"WARNING\: Method definition .* in module .* overwritten\.\n",
9
r"WARNING\: replacing docs for .*\n",
10
+ # 0.6 updated its doc warnings with color. Looks like this:
11
+ # \e[1m\e[33mWARNING: \e[39m\e[22m\e[33mreplacing
12
+ r".*WARNING: .*replacing docs for .*\n",
13
r"WARNING\: redefining constant .*\n"]
14
15
0 commit comments