Quantcast
Channel: Dafny: An Automatic Program Verifier for Functional Correctness
Browsing all 1106 articles
Browse latest View live
↧

Edited Unassigned: Crash when mistakenly using multiset in reads clause [155]

The following function causes Dafny to crash.```function foo(m: multiset<object>): int reads m{ 0}```I tested with the most recent commit (1848d82bd90c). Here is the backtrace.```[ERROR] FATAL...

View Article


Closed Unassigned: Crash when mistakenly using multiset in reads clause [155]

The following function causes Dafny to crash.```function foo(m: multiset<object>): int reads m{ 0}```I tested with the most recent commit (1848d82bd90c). Here is the backtrace.```[ERROR] FATAL...

View Article


Edited Unassigned: Different verification results under equivalent if...

The following example is tested in the latest build of Dafny and also at rise4fun:```lemma SetLemma1<T> (s1: set<T>, s2: set<T>) requires s1 < s2 ensures |s1| < |s2|{ var e :| e...

View Article

Created Unassigned: hover text about triggers [158]

The hover text "no terms found to trigger on" seems to suggest that the related quantifier cannot be proved because "we have not triggers on disposal", though the corresponding assertion is not...

View Article

Commented Unassigned: hover text about triggers [158]

The hover text "no terms found to trigger on" seems to suggest that the related quantifier cannot be proved because "we have not triggers on disposal", though the corresponding assertion is not...

View Article


Commented Unassigned: hover text about triggers [158]

The hover text "no terms found to trigger on" seems to suggest that the related quantifier cannot be proved because "we have not triggers on disposal", though the corresponding assertion is not...

View Article

Created Unassigned: Matrix initialization with forall statement fails [159]

One primary use of the `forall` statement is to initialize arrays. This works for single-dimensional arrays, but no longer works for multi-dimensional arrays. There must have been some recent change...

View Article

Commented Unassigned: Matrix initialization with forall statement fails [159]

One primary use of the `forall` statement is to initialize arrays. This works for single-dimensional arrays, but no longer works for multi-dimensional arrays. There must have been some recent change...

View Article


Commented Unassigned: Matrix initialization with forall statement fails [159]

One primary use of the `forall` statement is to initialize arrays. This works for single-dimensional arrays, but no longer works for multi-dimensional arrays. There must have been some recent change...

View Article


Source code checked in, #5db0b6f88914

Update more references to renamed Boogie dlls.

View Article

Source code checked in, #f0fb91201421

Bug fixes in expression inverter (used in forall statements). Added forall-statement tooltip that shows any rewrites.

View Article

Source code checked in, #54428ae13415

Fixed crash for body-less forall statements

View Article

Source code checked in, #255012481c34

Generate warning about body-less loops and forall statements

View Article


Edited Unassigned: Matrix initialization with forall statement fails [159]

One primary use of the `forall` statement is to initialize arrays. This works for single-dimensional arrays, but no longer works for multi-dimensional arrays. There must have been some recent change...

View Article

Closed Unassigned: Matrix initialization with forall statement fails [159]

One primary use of the `forall` statement is to initialize arrays. This works for single-dimensional arrays, but no longer works for multi-dimensional arrays. There must have been some recent change...

View Article


Edited Unassigned: Suppress warnings about shadowed variables [142]

With the `/warnShadowing` option, Dafny will issue a warning when a local variable shadows another variable (i.e., uses the same name). This is usually quite useful for avoiding the confusion that...

View Article

Closed Unassigned: Suppress warnings about shadowed variables [142]

With the `/warnShadowing` option, Dafny will issue a warning when a local variable shadows another variable (i.e., uses the same name). This is usually quite useful for avoiding the confusion that...

View Article


Source code checked in, #9166371cdf24

server: Fix a (Mono) warning in VerificationTask.cs

View Article

Source code checked in, #46d1183a9344

Fix issue 159. BoundVars in forall expr term was substituted, but not the boundvars in the range, therefore, the boundvars in the range and term don't match after translation. The boundvars do not need...

View Article

Source code checked in, #aecbcf6600f8

Fix issue 142. Suppress warnings about shadowed variables with {:warnShadowing false} attribute.

View Article
Browsing all 1106 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>