KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

Better error reporting for missing external programs. #135

Closed tpapp closed 5 years ago

tpapp commented 5 years ago
  1. When save knows the required binary is not available, throw an error. Allowed file endings message is now environment-independent.

  2. Error prints a suggestion for the user.

  3. Tests are conditional on build environment, when binaries are missing the error is checked.

Should provide a workaround for #134. (closes #134).

tpapp commented 5 years ago

@KristofferC and @fredrikekre: a review from either of you would be great, then I could merge and try to re-release.