IFAIU starting from J8, previous versions (J7 and J6) need not be
supported in svn trunk.  defining IFJ6 in scripts is not a long term
solution.  IMO the proper solution is to detach J6/J7 addons:
eliminates IFJ6 and release those addons for j801 only.  A consequence
is those addons for J6/J7 will not be updated from svn trunk.

IFQT=0 for jconsole and JHS in J8, depending on context, it is not a
replacement for IFJ6.

On Tue, Mar 11, 2014 at 4:59 PM, Marc Simpson <[email protected]> wrote:
> I just ran into the following issue with Rserve,
>
>   require'stats/r/rserve'
>   |control error: script
>   | 3 :0''
>   |[-8] /applications/j/j64-801/addons/stats/r/rdsock.ijs
>
> caused by an IFJ6 check on line 2. (IFJ6 is undefined in j801.)
>
> Reference to IFJ6 is made in the following addons,
>
>   debug/lint/lint.ijs                line 25
>   general/dirutils/dirutils.ijs      line 9
>   graphics/plot/demo/plotdemo.ijs    line 6
>   graphics/plot/demo/plotdemos.ijs   line 6
>   stats/r/rdcmd.ijs                  line 2
>   stats/r/rdcom.ijs                  line 2
>   stats/r/rdsock.ijs                 line 2
>
> The lint script is fine as the IFJ6 check only made if -.IFQT. Can the
> rest be amended to do the same?
>
> Thanks,
> Marc
> ----------------------------------------------------------------------
> 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