thanks, applied. in the future, please provide diffs relative to the
parrot base directory, it makes it easier to find the files to patch.
that is, I should do (for instance)

   $ diff -u imcc/docs/file.pod imcc/docs/newfile.pod > patchfile

?

also, this patch brings up an interesting point.

 .namespace <identifier>
means something totally different than
 .namespace [ <identifier> ]
or
 .namespace [ <identifier>, <identifier> ]
this is a Bad Thing.
I think this is confusing for new people yes. (well, I would have been confused, if I had not known about this)

i propose we rename .namespace <identifier>
to something more appropriate like
 .scope <identifier>
and change the matching
 .endnamespace <identifier>
to
 .endscope <identifier>
to better describe their function, and to prevent developer confusion. thoughts?
sounds good to me!

~jerry

klaas-jan


Reply via email to