ZISFGUX is not necessary

Bug #381113 reported by Jon Tai
6
This bug affects 1 person
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;**275**;Jul 10, 1995
+%ZISF ;SFISC/AC MSC/JDS- HOST FILES FOR GT.M on Unix ;29 Jul 2002 4:10 pm
+ ;;8.0;KERNEL;MSC;Jul 10, 1995;**GT.M PORT**
 HFS ;Host File Server
  Q:$D(IOP)&$D(%IS("HFSIO"))&$D(%IS("IOPAR"))
  I $D(%ZIS("HFSNAME")) S IO=%ZIS("HFSNAME"),%X=IO ;
@@ -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^%ZISH("")_H
- E D
- . I (H'["/") S N=$$DEFDIR^%ZISH("")_H
+ ;I (H'["/")&(H'[":") S N=$$DEFDIR^%ZISH("")_H
+ I (H'["/") S N=$$DEFDIR^%ZISH("")_H
  Q N
  ;
 MODE(X) ;Return %ZISOPAR in Y.

--

We should revert the change to ZTMGRSET and delete ZISFGUX.

Jon Tai (jontai)
Changed in openvista-gtm-integration:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.