Skip to content

Commit 68a7ce6

Browse files
committed
Scrub away 0.6 doc warnings
1 parent 8fdda9b commit 68a7ce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scrub_stderr.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ redefinition_regexes =
77
[r"WARNING\: Method definition .* in module .* at .* overwritten at .*\n",
88
r"WARNING\: Method definition .* in module .* overwritten\.\n",
99
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",
1013
r"WARNING\: redefining constant .*\n"]
1114

1215

0 commit comments

Comments
 (0)