JuliaInterop / Cxx.jl

The Julia C++ Interface
Other
760 stars 107 forks source link

work around `invalid escape sequence` close 355 #357

Closed DrKrar closed 7 years ago

DrKrar commented 7 years ago

when parsing the Path.jl file in Julia latest 0.7-Dev as it has restricted escape behaviour. its content was

const BASE_JULIA_BIN="D:\Julia\Julia-0.7.0-DEV\bin" export BASE_JULIA_BIN

const BASE_JULIA_SRC="D:\Julia\Julia-0.7.0-DEV\bin../.." export BASE_JULIA_SRC

so this should sovle the problem.

ararslan commented 7 years ago

355 was just closed by #356. If you check out the master branch, do things work for you?

DrKrar commented 7 years ago

@ararslan thanks. I should close this PR.