mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #59] [MERGED] Some improved behavior changes #964
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#964
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/59
Author: @yankejustin
Created: 4/13/2015
Status: ✅ Merged
Merged: 4/14/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (3)
0624500Terms of Use Form closes in a better way40b2b8dRewrote a method and improved behavior6af33c5Merge pull request #1 from MaxXor/master📊 Changes
3 files changed (+33 additions, -24 deletions)
View changed files
📝
Server/Forms/FrmFileManager.cs(+9 -12)📝
Server/Forms/FrmSettings.cs(+22 -10)📝
Server/Forms/FrmTermsOfUse.cs(+2 -2)📄 Description
... By killing a process using Process.Kill(), the process is terminated forcefully and does not allow finally-blocks or finalizers to be executed. This is not a desirable effect and can potentially cause difficult-to-find bugs. Should use Application.Exit() in its place.
... The Listen method now uses try-finally blocks so that the state of the Settings Form doesn't get stuck if a Socket Exception occurs.
... Rewrote a method in the File Manager Form that performs the same decisions, but is much simpler, requires less strings to be created, and doesn't need to make the same decision twice without reason.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.