Skip to content

Boogie

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 17:56
· 180 commits to master since this release
70d739b
Allow absolute paths to prover plugins (#764)

Previously, the `/proverDll` option allowed only relative paths, since
it looked for `/` or `\` _within_ a name, but not at the beginning, to
determine whether the given name was a filename or a portion of an
internal DLL name. This changes it to also interpret a name as a
filename when either of those characters is the first character.