-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make config writer use XmlWriter for disk write
... instead of doing XmlWriter -> string -> disk. - This guarantees that the file encoding and the XML declaration are properly in sync. - Adds a `saveNormalizedXml` function to Utils to facilitate this. - Adds a test to UtilsSpecs for the new function. - Updates ConfigFile.saveConfigNode to use the new function. - Should fix #2003 permanently. - Removes the previous fix in commit d1d06b7
- Loading branch information
Jonathan Page
committed
Jan 17, 2017
1 parent
e274db0
commit 243adb2
Showing
3 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters