Re: Joe-E 2.0 Release
"Tyler Close" <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 11, 2008 at 7:43 PM, Adrian Mettler <[email protected]> wrote: > For Joe-E code, the verifier can use the @verified annotation to > determine what packages to verify. This will allow the specification of > which packages in a project are Joe-E code to be persisted when the > project is exported (the persistent properties that I am currently using > for this purpose are not, which is less than ideal) The drop-down > toggle that enables and disables verification can instead turn on and > off the annotation. I'm nervous about the toggle button rewriting my code and/or getting into a different state than the @verified annotation. Could we get rid of the toggle and just use the @verified annotation as the switch for turning the verifier on and off, so the Joe-E verifier simply monitors the package-info.java file for the presence of this annotation? --Tyler