Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (928 - 930 of 1030)

Ticket Resolution Summary Owner Reporter
#43 invalid Implement undo in the IDE editor Jeremy Jones Jeremy Jones
Description

Implement undo in the IDE editor.

#104 invalid Race condition creating temporary file names for (open ... :if-exists :supersede) Gary Byers Gary Byers
Description

If an existing output file is opened with :IF-EXISTS :SUPERSEDE in effect, OPEN renames the original file to a temporary file name. The code which tests for uniqueness of temporary file names is subject to race conditions (e.g., it is possible that two threads/processes could both conclude that the same temporary file name was available at about the same time and rename different files to the same temporary file name, clobbering at least one original.)

Some C library routines attempt to address this by making the test for availability be "open, creating and failing if the file exists". If everything which contends for the same pathname uses that method, that avoids conflicts. It might also be possible to minimize the possibility of collisions by incorporating a representation of process/thread IDs in the generated temporary filenames.

Any scheme which tries to handle this is only viable if all contenders use the same scheme.

#137 invalid HyperSpec dashboard widget R. Matthew Emerson R. Matthew Emerson
Description

Maybe a dashboard widget for referencing the CLHS would be useful.

(Probably more style than substance, I suspect: easy access to the hyperspec from the IDE is probably more useful.)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.