Menu

#284 V3.3 RC 4 now 'SET PENDING OFF' does not work

open
nobody
None
5
2015-10-14
2015-06-19
No

V3.3 RC 4 SET PENDING OFF does not work for prefixes set. This is using XEDIT compat mode
This worked fine up through v3.3 RC 3.

Discussion

  • Warren T. Van Wyck

    more /etc/redhat-release
    Red Hat Enterprise Linux Server release 6.6 (Santiago)
    ./configure --with-rexx=regina --with-ncurses --with-rexxincdir=/users/w/v/wvw/regina/v3.9.1/Regina-REXX-3.9.1

     
  • Warren T. Van Wyck

    In commset2.c function pending I added a line

    if ( curr->pre )
    {
    curr->pre->ppc_processed = TRUE;
    (void)delete_pending_prefix_command( curr->pre, CURRENT_FILE, curr ); / wvw add 10/14/15 from v3.3rc1 /
    }

    Initial results indicate that 'SET PENDING OFF' is working.
    Unclear about side-effects.

     

Log in to post a comment.