Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed show methods using Cairo for julia v0.5 #907

Merged
merged 2 commits into from
Oct 6, 2016

Commits on Oct 4, 2016

  1. fixed show methods using Cairo for julia v0.5

    Try blocks behave differently in julia v0.5 compared to v0.4. The new
    behaviour caused the show methods requiring Cairo to be defined in
    local scope instead of global scope, which in turn prevented them from
    being used. See also:
      JuliaLang/julia#18767
    Georg Wechslberger committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    82fe1e1 View commit details
    Browse the repository at this point in the history
  2. 2nd attempt at fixing the altered try behaviour

    Georg Wechslberger committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    6e49114 View commit details
    Browse the repository at this point in the history