Open kyhjonathan opened 7 months ago
Hi. Thank you for pointing this out. Ctrl + C is used to forcefully terminate a running process. When you press Ctrl + C, the terminal sends an interrupt signal (SIGINT) to the process, causing it to stop immediately. Hence, we do acknowledge that an exception occurs if the user forcefully terminates the application using the Ctrl + C key binding.
However, handling this exception when a user forcefully exits the application was not of a high priority in v2.1 . This is for multiple reasons :
Therefore, given that this flaw does not cause any issues within the application, it was not of a high priority in v2.1 and we have classified this as NotInScope
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
An incorrect exception is thrown when user types in ctrl-c.
Steps to reproduce: User presses ctrl-c