[progress Communities] [progress Openedge Abl] Forum Post: Re: Recommendation To Downgrade...

  • Thread starter Thread starter Alex Herbstritt
  • Start date Start date
Status
Not open for further replies.
A

Alex Herbstritt

Guest
So we are going to go ahead with adding the warning/error sub-option to the options for 12.0. We did consider this when we were designing the feature but chose not to implement it with the initial release. Believe me, we have talked about this quite a bit. We will change the default message level to warning, and add the sub-options to all three options. Take a look at the COMPILE OPTIONS phrase /* COMPILE procedurename.p OPTIONS "option[:level] [,option[:level]] ..." */ COMPILE procedurename.p OPTIONS "require-full-keywords, /* Defaults to Warning */ require-full-qualifiers:Error, require-full-names:Warning." And the COMPILER:OPTIONS attribute /* COMPILER:OPTIONS = "option[:level] [,option[:level]] ..." */ COMPILER:OPTIONS = "require-full-keywords, /* Defaults to Warning */ require-full-qualifiers:Error, require-full-names:Warning". This will also be valid from within the options-files for the OPTIONS phrase and the startup parameter. Again with the disclaimer: just because I said it here does not mean it will be there or this way in the final release.

Continue reading...
 
Status
Not open for further replies.
Back
Top