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

Remove true-case-path #582

Merged
merged 10 commits into from
May 8, 2019
Merged

Remove true-case-path #582

merged 10 commits into from
May 8, 2019

Conversation

tivac
Copy link
Owner

@tivac tivac commented May 7, 2019

Description

Removing true-case-path package from @modular-css/processor and replaced it with a new dupewarn option that defaults to true.

Motivation and Context

Fixes #581, adding a warning and removing the checks entirely is simpler and reasonably safe for all the cases that caused true-case-path to be added in the first place (#191, #527)

How Has This Been Tested?

Added tests to make sure the warning correctly triggers and can be disabled.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

THIS IS A BREAKING CHANGE

@codecov
Copy link

codecov bot commented May 7, 2019

Codecov Report

Merging #582 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #582      +/-   ##
==========================================
+ Coverage    98.9%   98.92%   +0.01%     
==========================================
  Files          47       48       +1     
  Lines        1191     1211      +20     
  Branches      183      184       +1     
==========================================
+ Hits         1178     1198      +20     
  Misses         13       13
Impacted Files Coverage Δ
packages/rollup-rewriter/formats/amd.js 92.85% <100%> (+3.96%) ⬆️
packages/rollup-rewriter/rewriter.js 100% <100%> (ø) ⬆️
packages/processor/processor.js 100% <100%> (ø) ⬆️
packages/processor/lib/normalize.js 100% <100%> (ø) ⬆️
packages/test-utils/case-sensitive-fs.js 100% <100%> (ø)
packages/test-utils/read-dir.js 100% <100%> (ø) ⬆️
packages/processor/lib/resolve.js 100% <100%> (ø) ⬆️
packages/rollup-rewriter/formats/system.js 91.66% <100%> (+2.77%) ⬆️
packages/rollup-rewriter/formats/es.js 100% <100%> (ø) ⬆️

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 a06ec9b...445301b. Read the comment docs.

tivac added 2 commits May 7, 2019 22:56
Let consumers do that instead, they can provide better errors anyways.
@tivac tivac merged commit 01581f9 into master May 8, 2019
@tivac tivac deleted the async-normalize branch May 8, 2019 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

true-case-path is slowing down builds, try async
1 participant