Julia: download() does not disable globbing for curl (-g)

Created on 14 Aug 2017  路  2Comments  路  Source: JuliaLang/julia

When using download() with a URL that contains [ ] or { }, Julia crashes with

ERROR: LoadError: failed process: Process(`curl ...

This could be prevented by using the -g or --globoff switch.
Version info (Arch Linux binary):

Julia Version 0.6.0
Commit 903644385b* (2017-06-19 13:05 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
  WORD_SIZE: 64
  BLAS: libblas
  LAPACK: liblapack
  LIBM: libm
  LLVM: libLLVM-4.0.0 (ORCJIT, skylake)
bug

Most helpful comment

There you go

All 2 comments

Thanks for the report. Would you make a pull request to fix this?

There you go

Was this page helpful?
0 / 5 - 0 ratings