spstreets / gtfs_manager

A GUI for viewing and editing GTFS data
MIT License
30 stars 3 forks source link

Fix known bugs and panics #53

Open maxwell8888 opened 2 years ago

maxwell8888 commented 2 years ago

There are many known places where the app might panic. It is a waste of everyone's time to leave these and then for people to create issues for them since they are already known. Issues should be for unexpected bugs and panics.

Review all use of unwrap() and !panic in the code Do some manual testing of the UI in the app to test for bugs and panics.