Skip to content
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

Merged
merged 1 commit into from
Aug 18, 2018

Conversation

earlbread
Copy link
Contributor

@earlbread earlbread commented Aug 17, 2018

Close #290

@earlbread earlbread force-pushed the fix-toml-encoding branch 3 times, most recently from f4fd1b1 to 9fb5063 Compare August 17, 2018 14:37
Copy link
Member

@dahlia dahlia left a 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.
Copy link
Member

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.

Copy link
Contributor Author

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!

@kanghyojun kanghyojun added the typ:bug Type: Bug/defect label Aug 17, 2018
@earlbread earlbread changed the base branch from master to 0.4-maintenance August 17, 2018 15:32
@codecov
Copy link

codecov bot commented Aug 17, 2018

Codecov Report

Merging #322 into 0.4-maintenance will decrease coverage by 1.05%.
The diff coverage is 62.62%.

Impacted file tree graph

@@                 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
Impacted Files Coverage Δ
src/Nirum/Targets/Python/Deserializers.hs 90.38% <ø> (ø) ⬆️
src/Nirum/Constructs/Module.hs 70% <ø> (+1.37%) ⬆️
src/Nirum/Cli.hs 4.58% <0%> (ø) ⬆️
src/Nirum/Targets/Python.hs 88.17% <100%> (ø) ⬆️
src/Nirum/Targets/Docs.hs 47.15% <33.33%> (-18.16%) ⬇️
src/Nirum/Docs/Html.hs 60.29% <65.51%> (+4.73%) ⬆️
src/Nirum/Targets.hs 70% <69.23%> (+6.84%) ⬆️
src/Nirum/Docs.hs 65.54% <73.68%> (+6.64%) ⬆️
src/Nirum/Package/Metadata.hs 81.37% <83.33%> (+1.8%) ⬆️
src/Nirum/Docs/ReStructuredText.hs 64.84% <89.28%> (+20.84%) ⬆️
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc8fc1a...8f511a4. Read the comment docs.

@dahlia dahlia merged commit 8f511a4 into nirum-lang:0.4-maintenance Aug 18, 2018
dahlia added a commit that referenced this pull request Aug 18, 2018
Open package.toml file with UTF8 locale
@earlbread earlbread deleted the fix-toml-encoding branch August 18, 2018 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typ:bug Type: Bug/defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants