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

Fixes #11726 - correct the overloaded method order #11727

Merged
merged 2 commits into from Jan 16, 2020

Conversation

dancrumb
Copy link
Contributor

@dancrumb dancrumb commented Dec 3, 2019

No description provided.

When methods are overloaded, such that the different parameters are extensions of each other, the most specific signatures must come first.
@codecov
Copy link

codecov bot commented Dec 3, 2019

Codecov Report

Merging #11727 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #11727      +/-   ##
==========================================
+ Coverage   96.26%   96.26%   +<.01%     
==========================================
  Files          94       94              
  Lines        9190     9191       +1     
==========================================
+ Hits         8847     8848       +1     
  Misses        343      343
Impacted Files Coverage Δ
lib/query-interface.js 92.19% <ø> (ø) ⬆️
lib/sequelize.js 95.93% <ø> (ø) ⬆️
lib/model.js 96.54% <100%> (ø) ⬆️
lib/dialects/mssql/query.js 95.53% <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 c1e87cd...1973e5a. Read the comment docs.

@sushantdhiman sushantdhiman added the type: typescript For issues and PRs. Things that involve typescript, such as typings and intellisense. label Dec 12, 2019
@SimonSchick
Copy link
Contributor

I am not experiencing this issue at the moment, can you please provide a repro before we merge this?

@dancrumb
Copy link
Contributor Author

Sure; there's one in the attached issue #11726

@dancrumb
Copy link
Contributor Author

In addition, the discussion the led me to this conclusion is available in this issue: microsoft/TypeScript#35472

@papb
Copy link
Member

papb commented Jan 16, 2020

I'm convinced, I think this should be merged, even if this was just a refactor (which it is not), since I agree that more specific overloads should come first (even for readability only). And surely merging this can't be harmful, can it?

@SimonSchick can we merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: typescript For issues and PRs. Things that involve typescript, such as typings and intellisense.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants