Number: 1453 Date: 15-Jun-84 17':05':44 Submitter: Sannella.PA Source: Halasz.pa Subject: FILDIR doesn''t work to DLion local disk if pattern begins with "*" Assigned To: Stansbury Attn: Release Status: Fixed In/By: Problem Type: Bug Impact: Moderate Difficulty: Moderate Frequency: Everytime Priority: Perhaps System: Operating System Subsystem: DLion Disk Machine: Disk: Lisp Version: Source Files: Microcode Version: Memory Size: File Server: Server Software Version: Disposition: 9-5-84. These were actually two somewhat unrelated problems. The first, that *''s don''t work right sometimes, I had never observed, and the failure examples you gave all work the way they''re supposed to. I suppose that I must have inadvertently fixed whatever problem there was there in my rework of unsorted directory enumeration in July. The second problem, that of \SEARCHDIR1, I fixed before the Carol release. The problem there was that I depended on parts of mod44io which were changing. I think I have removed all dependencies on mod44io. -- Tayloe.' ["stansbury" " 5-Sep-84 19':28':31" Assigned% To': Attn': Status':(Open->Fixed) Disposition':] Description: ' Date': 15 Jun 84 02':18 PDT' From': Halasz.pa' Subject': Lisp': FILDIR, DIR, etc do not work correctly on the DLion local disk' To': LispSupport.pa' cc': Halasz.pa' ' Lisp System Date': 8-Jun-84 14':02':40' Machine': DandeLion (Halasz)' Microcode version': 24,4' Memory size': 10000' Frequency': Always' Impact': Serious' ' FILDIR and its cousins do not work correctly on the DLion local disk. I''m not sure how to characterize their behavior, execept to say that FILDIR often does not find files that are actually there. An example is the following interaction':' ' _(FILDIR (QUOTE *.NOTEFILE))' ({DSK}TEST.NOTEFILE;1 {DSK}TEST.NOTEFILE;2)' ' _(FILDIR (QUOTE TEST.*))' NIL' ' Note that the second call to FILDIR should have returned AT LEAST the same files that the first call did - instead it returned NIL.' ' The same scenario on a Dorado seems to work fine.' ' Frank' ' -----' ' Date': 15 Jun 84 13':36 PDT' From': Halasz.pa' Subject': Lisp': Update on FILDIR bug for DLionFS' To': LispSupport.pa' cc': Halasz.pa' ' Lisp System Date': 8-Jun-84 14':02':40' Machine': DandeLion (Halasz)' Microcode version': 24,4' Memory size': 10000' Frequency': Always' Impact': Serious' ' FILDIR is broken on next>lisp.sysout but NOT on current>lisp.sysout. Problem seems to be in \SEARCHDIR1 in MOD44IO which seems to have changed recently - in particular \SEARCHDIR1 now expects a list of characters and the DLionFS is sending it a list of uppercase-lowercase character pairs.' ' ' Frank' ' Workaround: Test Case: Edit-By: stansbury Edit-Date: 5-Sep-84 19':28':32