Manuscript (Case [Issue]21938) Kernel - FileDoesNotExistException defaultAction has some glitches

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]21938) Kernel - FileDoesNotExistException defaultAction has some glitches

Pharo Issue Tracker
Manuscript Notification
avatar
Guillermo Polito opened Case 21938: FileDoesNotExistException defaultAction has some glitches and assigned it to Everyone:
Bug in Project:  Kernel: 1. Pharo Image  •  You are subscribed to this case
Glitches 1 & 2: If we try to open for read a non existing file

```
(File named: 'nonexistent') readStream
```

- we have an exception (good)
- its default action opens a popup to let the user choose between choosing another one or cancelling
1) cancelling raises an exception
2) pressing escape raises another exception

Glitch 3: If we try to open for write a file in a non existing directory

```
(File named: 'nonExistent2/lala') writeStream
```

- we have an exception (good)
- its default action opens a popup to let the user choose between creating it, choosing another one or cancelling
3) creating it will just loop becaust it will not create any directory
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker