QuantumSavory / QuantumSavory.jl

A full stack simulator of quantum hardware, from the low-level analog physics to high-level network dynamics. Includes discrete event simulator, symbolic representation for quantum object, and works with many backend simulators.
https://quantumsavory.github.io/QuantumSavory.jl/
MIT License
30 stars 11 forks source link

set compat upper bound for ResumableFunctions #87

Closed ba2tro closed 8 months ago

ba2tro commented 8 months ago

Due to bugs in macro parsing with the current release of ResumableFunctions, setting an upper bound on the compat until the issues are resolved

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f95a2e8) 74.98% compared to head (3b6a314) 82.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #87 +/- ## ========================================== + Coverage 74.98% 82.55% +7.57% ========================================== Files 37 36 -1 Lines 1399 1261 -138 ========================================== - Hits 1049 1041 -8 + Misses 350 220 -130 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Krastanov commented 8 months ago

Could you file issues about these bugs, so we can keep track of things? We would want to easily remove these restrictions in the near future. Right now I am not sure we actually know what the issue is.