RobustStats.jl icon indicating copy to clipboard operation
RobustStats.jl copied to clipboard

Incompatibility with multiline comments

Open mlhetland opened this issue 11 years ago • 0 comments

Hi! Now that Julia is getting multiline comments of the form #= ... =#, your module will no longer work as-is. When I try importing it, I get an "unterminated multi-line comment" error for line 1140 of functions.jl, which looks like this:

#= pcorb(removeNAVector{Int}, y::Vector{Float64}; nboot=2000, seed::Union(Bool, Int)=2)=

Adding a space before the = or the like should fix it, I guess. (Didn't grep for further occurrences, tho.)

mlhetland avatar Jul 27 '14 11:07 mlhetland