Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Package is not working in Windows operating system #16

Closed
TeroFrondelius opened this issue Feb 15, 2017 · 5 comments
Closed

Package is not working in Windows operating system #16

TeroFrondelius opened this issue Feb 15, 2017 · 5 comments

Comments

@TeroFrondelius
Copy link
Collaborator

Briefly the problem seems to be in the spawning of the lintserver

julia -e using Lint; lintserver("AppData\Local\Temp\lintserver9088xIPmVEoKE4gssock")

The error message

ERROR: syntax: invalid escape sequence
 in eval(::Module, ::Any) at .\boot.jl:234
 in process_options(::Base.JLOptions) at .\client.jl:239
 in _start() at .\client.jl:318

Thus I believe it should be something like "AppData\\Local\\Temp\\lintserver9088xIPmVEoKE4gssock"

@TeroFrondelius
Copy link
Collaborator Author

No success yet

julia -e using Lint; lintserver("AppData\\Local\\Temp\\lintserver9928gN5zTxOVOSDCsock")

but still the error:

ERROR: ArgumentError: could not listen on path \AppData\Local\Temp\lintserver9928gN5zTxOVOSDCsock
 in listen(::String) at .\stream.jl:944
 in lintserver(::String) at \.julia\v0.5\Lint\src\Lint.jl:352
 in eval(::Module, ::Any) at .\boot.jl:234
 in process_options(::Base.JLOptions) at .\client.jl:239
 in _start() at .\client.jl:318

@TeroFrondelius
Copy link
Collaborator Author

I need to check julia issues and possible file a new one:

julia> listen(tempname())
ERROR: ArgumentError: could not listen on path \AppData\Local\Temp\jl_ADD1.tmp
 in listen(::String) at .\stream.jl:944

julia>

@TeroFrondelius
Copy link
Collaborator Author

JuliaLang/julia#20617

@TeroFrondelius
Copy link
Collaborator Author

This is fixed: tonyhffong/Lint.jl#188, still need to wait to get it merged.

@TeroFrondelius
Copy link
Collaborator Author

Now it's merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant