Thanks for pointing this out.

The repo for the addon is https://github.com/earthspot/math_cal, see
the source directory . The jsoftware original has been archived.

Your fix works, but a slightly better change for 9.4 and 9.5 would be
based on JVERSION_NUMBER, e.g. in the current beta:

   JVERSION_NUMBER
9050005

On Wed, Aug 9, 2023 at 6:09 AM Raul Miller <rauldmil...@gmail.com> wrote:
>
> J's math/cal has a version test which needs to be fixed.
>
> On line 25,
>
> if. 900 < ". }. '/' taketo 9!:14'' do.
>
> should become
>
> if. 900 < ". }. '/' taketo rplc&'.0' 9!:14'' do.
>
> However, https://github.com/jsoftware/math_cal/blob/master/cal.ijs
> does not represent this script, so I cannot submit a fix through
> github.
>
> FYI,
>
> --
> Raul
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to