You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing the shell example shows that using ? for error handling is very difficult if you have to manually clean up the File and Directory objects.
We should offer a RawFile which is an integer and File which holds a reference to the VolumeManager and hence stops you doing anything else whilst it exists.
And maybe once #79 is done, that restriction can be lifted.
The text was updated successfully, but these errors were encountered:
Writing the shell example shows that using
?
for error handling is very difficult if you have to manually clean up theFile
andDirectory
objects.We should offer a
RawFile
which is an integer andFile
which holds a reference to theVolumeManager
and hence stops you doing anything else whilst it exists.And maybe once #79 is done, that restriction can be lifted.
The text was updated successfully, but these errors were encountered: