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

Julia <1.8 incompatibilities #19

Open
maleadt opened this issue Jun 29, 2023 · 0 comments · May be fixed by #21
Open

Julia <1.8 incompatibilities #19

maleadt opened this issue Jun 29, 2023 · 0 comments · May be fixed by #21

Comments

@maleadt
Copy link
Contributor

maleadt commented Jun 29, 2023

On 1.6:

A critical error occued while running '...': ErrorException("type Pass has no field source")
getproperty(x::Test.Pass, f::Symbol) at Base.jl:33
convert_results_to_be_transferrable(res::Test.Pass) at test-runners.jl:722
convert_results_to_be_transferrable(ts::TestReports.ReportingTestSet) at test-runners.jl:702
convert_results_to_be_transferrable(ts::RichReportingTestSet) at test-runners.jl:708
XUnit.DistributedAsyncTestMessage(t::XUnit._AsyncTestCase{XUnit.AsyncTestSuite}) at test-runners.jl:634
do_work(jobs::RemoteChannel{Channel{Tuple{Int64, Union{Nothing, String}}}}, results::RemoteChannel{Channel{Tuple{Int64, Union{Nothing, XUnit.DistributedAsyncTestMessage}, Int64}}}) at shared-distributed-code.jl:71
(::Distributed.var"#118#120"{Distributed.RemoteDoMsg})() at process_messages.jl:299
run_work_thunk(thunk::Distributed.var"#118#120"{Distributed.RemoteDoMsg}, print_error::Bool) at process_messages.jl:63
(::Distributed.var"#117#119"{Distributed.RemoteDoMsg})() at task.jl:417

On 1.7:

ErrorException("type Pass has no field message_only")
getproperty at Base.jl:42 [inlined]
convert_results_to_be_transferrable(res::Test.Pass) at test-runners.jl:722
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant