Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Always move explicitly imported implicits into the trailing order preserving import group #38

Merged
merged 6 commits into from
May 7, 2020

Conversation

liancheng
Copy link
Owner

@liancheng liancheng commented May 7, 2020

This PR fixes issue #30 by moving relative imports and explicitly imported implicit names into a trailing order preserving import group.

@codecov
Copy link

codecov bot commented May 7, 2020

Codecov Report

Merging #38 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           10        10           
=========================================
  Hits            10        10           

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 6af2d8a...2197de3. Read the comment docs.

@liancheng liancheng changed the title Alawyas move explicitly imported implicits into the trailing order preserving import group Always move explicitly imported implicits into the trailing order preserving import group May 7, 2020
@liancheng liancheng merged commit 8a98842 into master May 7, 2020
@liancheng liancheng added this to the v0.3.0 milestone May 7, 2020
@liancheng liancheng added the bug Something isn't working label May 7, 2020
@liancheng liancheng deleted the issue-30 branch May 7, 2020 10:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reordering explicitly imported names and wildcard may introduce compilation error
1 participant