dafny-lang / dafny

Dafny is a verification-aware programming language
https://dafny.org
Other
2.94k stars 263 forks source link

Add missing PreResolve plugin hook #5777

Closed dschoepe closed 2 months ago

dschoepe commented 2 months ago

This hook is described in the documentation but wasn't actually provided to plugins.

Description

Fixes a mismatch between the documentation and what's actually provided in the plugin API

How has this been tested?

Tested with a local Dafny plugin that uses PreResolve.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.