-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open package.toml file with UTF8 locale #322
Open package.toml file with UTF8 locale #322
Conversation
f4fd1b1
to
9fb5063
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue #290 has existed before 0.4. Could you rebase commits on the 0.4-maintenance branch and change the target branch to 0.4-maintenance?
CHANGES.md
Outdated
@@ -10,6 +10,8 @@ To be released. | |||
|
|||
- The `uri` type has completly gone; use `url` instead. | |||
[[#126], [#281] by Jonghun Park] | |||
- Fixed locale to open package.toml. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be if the changelog specifies the actual behavior it fixed, e.g.:
Fixed a bug that package.toml file had been failed to load when the system locale does not use UTF-8. It's now independent from the system locale settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I'll fix the changelog and rebase it!
9fb5063
to
1829296
Compare
1829296
to
8f511a4
Compare
Codecov Report
@@ Coverage Diff @@
## 0.4-maintenance #322 +/- ##
===================================================
- Coverage 77.19% 76.13% -1.06%
===================================================
Files 34 34
Lines 2670 2908 +238
Branches 144 195 +51
===================================================
+ Hits 2061 2214 +153
- Misses 465 499 +34
- Partials 144 195 +51
Continue to review full report at Codecov.
|
Open package.toml file with UTF8 locale
Close #290