home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1993 May / SIMTEL_0593.ISO / msdos / forth / pygmy13.fix < prev    next >
Text File  |  1990-09-27  |  1KB  |  35 lines

  1.  
  2. Category 1,  Topic 45
  3. Message 50        Mon Sep 24, 1990
  4. F.SERGEANT [Frank]           at 20:00 CDT
  5.  
  6.   Pygmy Forth Version 1.3 Beta Test Standings:
  7.  
  8.      JETHOMAS is in the lead with 2 reported bugs and 1 fix.  Who will  be
  9. next?
  10.  
  11.      Bug 1: DO LOOP in the Starting Forth section wasn't changed to  match the
  12. new FOR NEXT.  The fix is to remove the  1-  at the end of  the definition of 
  13. (DO)  on screen 171 of PYGMY.SCR.
  14.  
  15.      Bug 2: In order for the program to open your files automatically,  you
  16. must have OPEN'd the files before creating the new .COM file.  This  is a bug.
  17. All you should need to do is install the file with UNIT.   The file should not
  18. need to be open when you do SAVE to create the new  .COM file.  The quick fix
  19. is to add  CLOSE-FILES  just prior to   OPEN-FILES  in the definition of 
  20. (BOOT  on screen 79 of PYGMY.SCR.   Then re-meta-compile.  (Or just do   79
  21. LOAD  SAVE  PYGMYNEW.COM ).   This fix doesn't get at the heart of the matter.
  22. I think there still  must be an underlying bug, but I haven't found it yet. 
  23. I'll let you  know as soon as I do.
  24.  
  25.      I hope to find the cause of 2 above before uploading a corrected  file in
  26. the library to replace #2202.  If you pass along copies of  #2202, please make
  27. the above two corrections.  
  28.  
  29.  
  30.   To JETHOMAS
  31.  
  32.      Thanks!
  33.  
  34.  -- Frank
  35.