T.R | Title | User | Personal Name | Date | Lines |
---|
969.1 | May have a *MAJOR* impact on V3.0 systems | XLII::FDONOHUE | | Wed Jul 01 1992 14:10 | 9 |
|
This sounds like it could cause *MAJOR* problems with V3.0
systems (see also note 900.*) . I hope we can get some insight
on a resolution from someone "in the know".
Anxiously awaiting,
Faith
|
969.2 | I cant duplicate this | IOSG::ECHRISTIE | Eileen Christie | Wed Jul 01 1992 20:57 | 9 |
| Do you have any more info on this one ... I can't duplicate it. If it can't
find the script then at least it has parsed it OK, unlike the TAB in the
FOR loop where the parsing got itself in a muddle. It doesnt sound like the
same problem. Is there anything significant before that line in the script.
I'm assuming the script is where you expect it to be? .... she says
hopefully. Could you turn on script and io tracing and see if that shows
anything obvious?
-eileen
|
969.3 | the way to reproduce | LEMAN::PUNKIE::REGINA | Carrie's in the carrot land | Thu Jul 02 1992 09:30 | 12 |
|
Just create a TEST.SCP with the following in it:
DO DOCCREATE \get #A=whatever
^
TAB
and it will say error opening script DOCCREATE.
regards
Regina
|
969.4 | my mistake | IOSG::ECHRISTIE | Eileen Christie | Fri Jul 03 1992 10:03 | 4 |
| you're absolutely right ... when I tried it I forgot I was using a version
which fixed the other TAB problem. I guess it fixes that one too!
eileen
|
969.5 | Where is the TAB fix? | LEMAN::REGINA | Carrie's in the carrot land | Fri Jul 03 1992 11:20 | 5 |
| You are not by any chance planning to publish the fix here? Or
do we have to wait for K701?
/rhr
|
969.6 | | IOSG::ECHRISTIE | Eileen Christie | Fri Jul 03 1992 14:24 | 6 |
| Unfortunately it's not customisable, the fix is in the syntax
analysis part of the script parsing code. The only interim solution
I can offer is to remove any tabs which follow a function and
preceed a \ on the same line.
-eileen
|
969.7 | When can we expect the fix? | XLII::FDONOHUE | | Mon Jul 06 1992 14:55 | 15 |
| Eileen,
When will that fix be available? Will it be included in a PFP?
And what other TAB problem were you referring to? Is it the one with
the long lines and compiling into the TXL? If not, please give
details.
To possibly avoid any unnecessary difficulty that maybe caused at site
by this one, I plan to load it into STARS and send as a customer
FLASH ASAP. Do you have any objections to that?
Let me know. Thanks for the follow-up it's always appreciated.
Faith Donohue
|
969.8 | No futures please! | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Mon Jul 06 1992 15:40 | 5 |
| Faith,
We can't discuss possible future patches here.
Graham
|
969.9 | the two tab problems | IOSG::ECHRISTIE | Eileen Christie | Tue Jul 07 1992 21:46 | 13 |
| Hi Faith,
The two problems I looked into turned out to be the same bug ...
trailing tabs in a function stack. They were
1. the rename user problem where entries in a group dont get renamed
2. the 'cant find DOCCREATE' problem.
Both can be worked around by removing the offending TAB before the \\ (see
gs_rename_user.scp for (1).
eileen
|