ZISFGUX is not necessary
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenVista/GT.M Integration |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Our first alpha release added a routine, ZISFGUX. It also modified ZTMGRSET to copy ZISFGUX as %ZISF on GT.M/Unix systems.
Upon further inspection, this is probably not necessary, since ZISFGUX only differs from ZISFGTM in trivial ways:
--- ZISFGTM.m 2009-03-07 03:18:45.000000000 -0800
+++ ZISFGUX.m 2009-05-04 14:31:38.000000000 -0700
@@ -1,5 +1,5 @@
-%ZISF ;SFISC/AC - HOST FILES FOR GT.M on Unix/VMS ;10 Feb 2003 6:35 pm
- ;;8.0;KERNEL;
+%ZISF ;SFISC/AC MSC/JDS- HOST FILES FOR GT.M on Unix ;29 Jul 2002 4:10 pm
+ ;;8.0;KERNEL;
HFS ;Host File Server
Q:$D(
I $D(%ZIS("HFSNAME")) S IO=%ZIS(
@@ -33,10 +33,8 @@
Q
CHKNM(H) ;Check the HFS name
N N S N=H
- I $ZV["VMS" D
- . I (H'[":")&(H'["[") S N=$$DEFDIR^
- E D
- . I (H'["/") S N=$$DEFDIR^
+ ;I (H'["/")&(H'[":") S N=$$DEFDIR^
+ I (H'["/") S N=$$DEFDIR^
Q N
;
MODE(X) ;Return %ZISOPAR in Y.
--
We should revert the change to ZTMGRSET and delete ZISFGUX.
Related branches
- JSHER: Approve
- Diff: None lines
Changed in openvista-gtm-integration: | |
status: | New → Fix Released |