nelsam / vidar

vidar is a highly experimental Go editor, written in Go, using gxui
The Unlicense
50 stars 7 forks source link

There needs to be a priority for open files #113

Open nelsam opened 6 years ago

nelsam commented 6 years ago

While #112 only happens on darwin right now, it does bring to light just how bad vidar is as soon as it's hit the open file limit. The quick and dirty fix will get us back to a reasonable state, but in the future, we should have fallbacks and priorities - we should never fail to open a file.

This issue will hang around for a while, since it's not clear just how we do this.