James "kjx" Noble

Results 6 issues of James "kjx" Noble

### Dafny version 4.6.0 ### Code to produce this issue ```dafny forall x 10 by { reveal someRandomThing(); } ///yes I have lots of these things. ///yes they take up...

kind: enhancement
part: language definition

### Dafny version 4.6.0 ### Code to produce this issue ```dafny method Main() { assert 3 == 3 by { true; }; } ``` ### Command to run and resulting...

kind: enhancement
part: language definition
area: error-reporting

### Dafny version 4.6.0.0 nightly ### Code to produce this issue ```dafny class Object {} method ISSUE( rm : map, a : Object, b : Object, context : set) returns...

kind: enhancement
part: verifier
incompleteness
priority: not yet

### Summary I can write assert FOO: forall x

kind: enhancement
part: language definition
priority: not yet

### Summary assume FOO: x == 4; //doesn't work ### Background and Motivation doing something to complex and wrongly ### Proposed Feature being able to label assumptions in exactly the...

kind: enhancement
part: language definition
priority: not yet

### Summary (sorry couldn't resist the issue title) the dafny command needs better help ### Background and Motivation running the dafny command gets an informative message: ``` .dafny Required command...

kind: enhancement