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

Try building with .NET 8.0 #5322

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix fragile test output
  • Loading branch information
atomb committed Apr 15, 2024
commit b0d5543e2aafdce2c50ad78d9f6abcbd056b498e
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ Fuel.legacy.dfy(247,22): Error: assertion might not hold
Fuel.legacy.dfy(280,26): Error: assertion might not hold
Fuel.legacy.dfy(335,26): Error: function precondition could not be proved
Fuel.legacy.dfy(324,21): Related location
Fuel.legacy.dfy(313,41): Related location
Fuel.legacy.dfy(314,46): Related location
Fuel.legacy.dfy(335,26): Error: function precondition could not be proved
Fuel.legacy.dfy(324,21): Related location
Fuel.legacy.dfy(314,72): Related location
Fuel.legacy.dfy(312,43): Related location
Fuel.legacy.dfy(335,26): Error: function precondition could not be proved
Fuel.legacy.dfy(324,21): Related location
Fuel.legacy.dfy(314,93): Related location
Fuel.legacy.dfy(312,58): Related location
Fuel.legacy.dfy(335,26): Error: function precondition could not be proved
Fuel.legacy.dfy(324,21): Related location
Fuel.legacy.dfy(314,46): Related location
Fuel.legacy.dfy(314,72): Related location
Fuel.legacy.dfy(335,26): Error: function precondition could not be proved
Fuel.legacy.dfy(324,21): Related location
Fuel.legacy.dfy(312,43): Related location
Fuel.legacy.dfy(314,93): Related location
Fuel.legacy.dfy(335,26): Error: function precondition could not be proved
Fuel.legacy.dfy(324,21): Related location
Fuel.legacy.dfy(312,58): Related location
Fuel.legacy.dfy(313,41): Related location
Fuel.legacy.dfy(335,49): Error: destructor 't' can only be applied to datatype values constructed by 'VTuple'
Fuel.legacy.dfy(335,50): Error: index out of range
Fuel.legacy.dfy(336,38): Error: index out of range
Expand All @@ -43,6 +43,9 @@ Fuel.legacy.dfy(329,21): Related location
Fuel.legacy.dfy(311,43): Related location
Fuel.legacy.dfy(336,45): Error: function precondition could not be proved
Fuel.legacy.dfy(329,21): Related location
Fuel.legacy.dfy(313,41): Related location
Fuel.legacy.dfy(336,45): Error: function precondition could not be proved
Fuel.legacy.dfy(329,21): Related location
Fuel.legacy.dfy(312,43): Related location
Fuel.legacy.dfy(336,45): Error: function precondition could not be proved
Fuel.legacy.dfy(329,21): Related location
Expand All @@ -52,9 +55,6 @@ Fuel.legacy.dfy(329,21): Related location
Fuel.legacy.dfy(314,93): Related location
Fuel.legacy.dfy(336,45): Error: function precondition could not be proved
Fuel.legacy.dfy(329,21): Related location
Fuel.legacy.dfy(313,41): Related location
Fuel.legacy.dfy(336,45): Error: function precondition could not be proved
Fuel.legacy.dfy(329,21): Related location
Fuel.legacy.dfy(312,58): Related location
Fuel.legacy.dfy(336,71): Error: index out of range
Fuel.legacy.dfy(397,22): Error: assertion might not hold
Expand Down
Loading