Rename files with subclasses of PythonSignalState#1947
Rename files with subclasses of PythonSignalState#1947BCSharp merged 1 commit intoIronLanguages:mainfrom
PythonSignalState#1947Conversation
slozier
left a comment
There was a problem hiding this comment.
Works for me. We could also consider preemptively adding the _ prefix _signal.NtSignalState.cs since in 3.5 the C module was renamed to _signal.
Not to defeat the purpose of this PR, this would require of renaming the existing |
|
To clarify: after the next merge to 3.6, rename |
These two files contain other parts of
partial class PythonSignal(implementing modulesignal) so they belong together with filesignal.cs. With this rename they are sorted together withsignal.cswhen displayed in the file explorer.This commit is factored out from a larger upcoming PR for signal, but for the sake of a clean git history of renames I prefer to keep it as a separate commit, rather than squashed together with other changes.