You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off: I encountered strange behaviour when using DoubleFloats and Requires v1.0 in one of my projects and I suspect it could have something to do with Requires. If that's not the case, I am very happy for further hints how to find the root cause of the issue.
as I would test such a project, the test fails with a StackOverflowError occurring in this line, a file which is conditionally loaded by Requires indirectly from the __init__ of DoubleFloats.
However, if I remove the dependency on Requires from Tester via ] rm Requires the tests pass. Also in either case (with the dependency on Requires and without) a bare include of the runtests.jl in the activated environment of Tester from the julia shell works and passes all the tests.
Thanks for any ideas how to debug this further ...
The text was updated successfully, but these errors were encountered:
First off: I encountered strange behaviour when using
DoubleFloats
andRequires
v1.0 in one of my projects and I suspect it could have something to do withRequires
. If that's not the case, I am very happy for further hints how to find the root cause of the issue.I boiled the problem down to a small example repository https://github.com/mfherbst/BugRequiresDoubleFloat with the test project
Tester
. TheTester
project depends onRequires
andSpecialFunctions
. When I runas I would test such a project, the test fails with a StackOverflowError occurring in this line, a file which is conditionally loaded by
Requires
indirectly from the__init__
ofDoubleFloats
.However, if I remove the dependency on
Requires
from Tester via] rm Requires
the tests pass. Also in either case (with the dependency onRequires
and without) a bareinclude
of theruntests.jl
in the activated environment ofTester
from the julia shell works and passes all the tests.Thanks for any ideas how to debug this further ...
The text was updated successfully, but these errors were encountered: