larsiusprime / crashdumper

A cross-platform automated crash report generator/sender for Haxe/OpenFL apps.
MIT License
113 stars 33 forks source link

Fixed -> crash on newer version -> not listed (but should be) #31

Open IBwWG opened 8 years ago

IBwWG commented 8 years ago

Once you have fixed an error, you can mark it as fixed from the top-level view. If you do, then the error will be hidden by default, and further reports of the same error will be ignored unless they originate from a version more recent than your fix version. (Oops! Maybe it wasn't so fixed after all.)

I had this happen just now, but the main listing with New / Reopened / In progress selected shows nothing. If I show "Fixed" it appears, and clicking for further detail, it shows that only the most recent one is from version 0.2.0, whereas the earlier ones (including where it was marked Fixed) were from version 0.1.9. Therefore this one should be showing on the main listing (I think with Reopened selected, that should be doing it?)

This is too bad...maybe one of the handiest features!