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 bf0a1ef commit ab01c69Copy full SHA for ab01c69
src/utils.jl
@@ -168,9 +168,6 @@ end
168
fileline(lin::LineInfoNode) = String(lin.file), lin.line
169
fileline(lnn::LineNumberNode) = String(lnn.file), lnn.line
170
171
-# This is piracy, but it's not ambiguous in terms of what it should do
172
-Base.convert(::Type{LineNumberNode}, lin::LineInfoNode) = LineNumberNode(lin.line, lin.file)
173
-
174
# This regex matches the pseudo-file name of a REPL history entry.
175
const rREPL = r"^REPL\[(\d+)\]$"
176
# Match anonymous function names
0 commit comments