Ticket #41 (closed defect: fixed)

Opened 1 month ago

Last modified 1 week ago

no feedback if write fails

Reported by: smoors Assigned to: gabriel
Priority: minor Milestone: 0.9.5
Component: hydrogen Version:
Keywords: Cc:

Description

hydrogen gives no feedback if a write fails. For example: Save a song under "/" as a normal user. Hydrogen behaves as everything went well. There should be a warning about what has happened.

Change History

10/25/08 22:48:46 changed by gabriel

  • owner changed from somebody to gabriel.
  • status changed from new to assigned.

I can only make this happen if the file that we're saving to already _exists_. If the file exists already, and we try to write to it, H2 thinks everything is OK because the file still exists.

11/04/08 19:10:16 changed by smoors

  • priority changed from major to minor.
  • milestone changed from 0.9.4 to 0.9.5.

This was already partially fixed by rev. 555. I've fixed it finally with commit 620 and 621. The error stays in case that the file already exists, but i suppose thats not a major issue.

11/05/08 23:04:00 changed by gabriel

I fixed the case where the file already exists (and possibly some other cases) in 631. I think we can close this bug now. Please confirm.

11/09/08 16:51:34 changed by smoors

  • status changed from assigned to closed.
  • resolution set to fixed.