JuliaGraphics / QML.jl

Build Qt6 QML interfaces for Julia programs.
Other
381 stars 35 forks source link

Test v0.8 #170

Closed barche closed 1 year ago

ufechner7 commented 1 year ago

If we look at the windows tests we see as first error:

 Test Summary: | Pass  Total
Doctests: QML |    1      1
   Resolving package versions...
ERROR: empty intersection between QML@0.8.0 and project compatibility 0.7
Stacktrace:

Any idea how this can happen (and only on windows-latest, not on ubuntu-latest)?

codecov[bot] commented 1 year ago

Welcome to Codecov :tada:

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

barche commented 1 year ago

On ubuntu-latest the test is actually skipped. The problem was that QmlJuliaExamples still required QML 0.7, but this PR puts QML at version 0.8. This is fixed now.

ufechner7 commented 1 year ago

@barche Any idea?

ERROR: Error building `ImageMagick`: 
ERROR: LoadError: Unable to open libLLVM!
barche commented 1 year ago

The ImageMagick error is related to incompatible libtiff versions between GR and ImageMagick. I'm going to leave that as is, it is specific to the many packages required all at once in the examples environment.