The file has a second declaration of $deg in macros/contextTrigDegrees.pl line 126 (the context::TrigDegrees::numeric2 package) which generates a warning. It's identical to the first declaration and can be removed because the package keyword doesn't provide scope.
Not a pressing issue, just a TODO from #702
The file has a second declaration of
$degin macros/contextTrigDegrees.pl line 126 (the context::TrigDegrees::numeric2 package) which generates a warning. It's identical to the first declaration and can be removed because thepackagekeyword doesn't provide scope.Not a pressing issue, just a TODO from #702