-
Notifications
You must be signed in to change notification settings - Fork 4
CI: bug in build QED graph #153
Copy link
Copy link
Open
Labels
01 - BugSomething isn't working as expected; needs a fixSomething isn't working as expected; needs a fix08 - TestingRelated to unit or integration testsRelated to unit or integration tests
Metadata
Metadata
Assignees
Labels
01 - BugSomething isn't working as expected; needs a fixSomething isn't working as expected; needs a fix08 - TestingRelated to unit or integration testsRelated to unit or integration tests
Type
Fields
Give feedbackNo fields configured for issues without a type.
In
bootloader.jlthe functionbuild_qed_dependency_graph!takes thedevbranch version of all QED projects to build the graph. If the project to be tested change it'sProject.tomland add a new QED dependency, this will be not respected and the new QED dependency is missing in the constructed graph.Solution: Use the local folder of the package to be tested instead cloning the dev branch version to build the QED graph.
Bug was found in this PR: QEDjl-project/QEDevents.jl#70