home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / macify13.shr / BUGS next >
Text File  |  1991-05-20  |  2KB  |  47 lines

  1. *************************************************************************
  2. **                                                                     **
  3. **              Known Bugs/Incompatibilities with MACIFY               **
  4. **                                                                     **
  5. *************************************************************************
  6.  
  7. (UNIX Version)
  8.  
  9. +  MACIFY will probably barf on non-text input/files (e.g. type special
  10.    files, binaries, etc.)
  11.  
  12. +  MACIFY currently does not support wildcard extension.  A future version
  13.    will incorporate this, as well as allowing you to specify only the
  14.    source filename, in which case the destination filename will auto-
  15.    matically be named [sourcefile].conv.
  16.  
  17. +  If you give it a filename that does not exist, for input, MACIFY will
  18.    most likely either complain or barf.
  19.  
  20. +  All error msgs and other such output are printed to stdout instead of
  21.    stderr.  If you're redirecting output to a file, and you hit an error,
  22.    any messages printed will be dumped to the output file.  This will be
  23.    fixed in a later version.
  24.  
  25. (Macintosh Version)
  26.  
  27. +  MACIFY will barf if the input file is non-text (i.e. application,
  28.    binary, etc.)
  29.  
  30. +  MACIFY on the Mac WILL NOT work for converting Mac -> UNIX files.
  31.    Therefore, I have disabled this menu item.  Converting UNIX -> Mac,
  32.    however, works fine.  Please see the "README" file in the Mac dis-
  33.    tribution for information about this bug.  If you can fix it, please
  34.    drop me an E-Mail notice telling what the problem is, and how to
  35.    resolve it!  Thanks!
  36.  
  37. +  MACIFY will overwrite the output file (file.out), if it exists
  38.    already.
  39.  
  40. +  MACIFY curently doesn't support background events, and other such
  41.    Mac-isms.  This will perhaps be integrated in a future version.
  42.  
  43. +  The code for MACIFY is very messy.
  44.  
  45. +  MACIFY does almost NO error-checking.  Thus, if you do something to it
  46.    that it doesn't expect, it'll most likely bomb.
  47.