"pkg prefix" is noisy
John W. Eaton
jwe at bevo.che.wisc.edu
Wed Apr 2 12:05:49 CDT 2008
On 2-Apr-2008, Thomas Weber wrote:
| I spent some time looking through my code for a
| forgotten semicolon, until I understood that this comes from pkg.m
| itself.
You can set
warning on Octave:missing-semicolon
to find these. Unfortunately, this warning is issued when a function
is parsed. I'm not sure whether the pkg.m code is parsed and executed
before or after the octaverc files. Hmm. Should there be some other
way to set warning flags before any other code is evaluated?
jwe
More information about the Octave-maintainers
mailing list