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
Automated testing: One thing I am always paranoid is file saving (and other file system operations). Once upon a time I had small bug in my editor (either Python moe or Python mawe). It meant that it happily wrote empty files when saving. You can understand my feelings when I realized I had practically deleted the stories I edited...
So, there should not be errors in file saving! None. Nada. In case of emergency, the software should crash long before it starts writing invalid trees to files.
Release builds: It would be absolutely great, if GitHub would build Linux, Windows and Mac images when releasing. Basically we need just the latest release build, if anyone wants older versions, they can fetch the sources and build one by themselves.
Take GitHub actions in use. Goals:
Automated testing: One thing I am always paranoid is file saving (and other file system operations). Once upon a time I had small bug in my editor (either Python moe or Python mawe). It meant that it happily wrote empty files when saving. You can understand my feelings when I realized I had practically deleted the stories I edited...
So, there should not be errors in file saving! None. Nada. In case of emergency, the software should crash long before it starts writing invalid trees to files.
Release builds: It would be absolutely great, if GitHub would build Linux, Windows and Mac images when releasing. Basically we need just the latest release build, if anyone wants older versions, they can fetch the sources and build one by themselves.
Resources: Some quick googling about this:
https://github.com/marketplace/actions/electron-builder-action
https://stackoverflow.com/questions/76210268/error-when-building-my-electron-app-in-github-actions
The text was updated successfully, but these errors were encountered: