Nada Amin

Results 18 issues of Nada Amin

This example returns "1abc" instead of 2, because the private fields x overwrite each other dynamically, instead of being resolved statically. @gkossakowski suggests just renaming private fields to avoid conflict....

The old logic (OpenAI backend only for `gpt-` names) directed any OpenAI-compatible server model configuration to the Claude backend, as it was picked by default for any model named without...

### Dafny version 4.10.1+f5ca47b85f9af29721646ea517b69088c52bd385 ### Code to produce this issue ```dafny This code verifies in 4.10.0 but not in master. datatype ty = TBase // (opaque base type) | TArrow(T1:...

kind: bug