-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
automatically generated counterexamples for <:
transitivity
#53021
Comments
Not a regression: the output is the same as above ( |
These appear to be variations on #24166 |
After fixing a bug in my experiment, there are now 6035 counterexamples (before there were only 95). |
Looks similar to the 2nd problem mentioned in #24174 (comment). |
@N5N3 said:
I downloaded an assert build artifact, and, indeed, when I run my experiment, an assert, mentioning using SubtypingRelationExperiments
SubtypingRelationExperiments.Main.experiment() While checking transitivity Julia crashes:
Version info:
|
MRE:
|
Here's a Git repository containing a Julia package that generates counterexamples to the transitivity property that
<:
is supposed to satisfy:https://gitlab.com/nsajko/SubtypingRelationExperiments.jl
So far I tested it on v1.10 and v1.11-DEV: the results between these two versions are the same and may be found under
results/
. I'll give just two of the counterexamples here, see the rest on my repo:This is the first counterexample in the results:
In the REPL:
This is the last counterexample in the results:
In the REPL:
The text was updated successfully, but these errors were encountered: