-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Ensure material UI regression is fixed #1607
Ensure material UI regression is fixed #1607
Conversation
💥 No ChangesetLatest commit: eb747f6 Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂 If these changes should be published to npm, you need to add a changeset. Click here to learn what changesets are, and how to add one. Click here if you're a maintainer who wants to add a changeset to this PR |
Up to you if you want to merge this test |
I will gladly merge this - although I would prefer moving this test to a separate file. When we add more stuff at the bottom it will be hard to see where this test actually starts and where it ends. Additionally, I see a problem on CI with older versions of TS not recognizing builtin Omit (rightfully so). Is it possible to limit TS versions being tested on per test file basis? I had problems with this recently in #1575 . If it's not possible then just inline Omit into this file. |
Will sort out over next few days. |
67d64c3
to
0e17373
Compare
Codecov Report
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit eb747f6:
|
0e17373
to
eb747f6
Compare
Not sure what is going on with this build error =/ It's happening locally but I can't see why |
Seems like it has problem extracting We could also try to only test this with newer versions of TS but I'm not sure how exactly this can be achieved on per-file basis. I've found such comment in dtslint repo - https://github.com/microsoft/dtslint/blob/971f5e2f90285646c97cb7b4a2b1b8b5a555cfdc/src/util.ts#L101 . So seems like it's possible to run against some version, but in here we'd ideally want to run those for all versions since a particular version 🤔 If I find time today for this - I'll try bisecting as well. |
I tried adding the comment, it didn't do much :( It does work inside the .d.ts files, but not the test files. Not sure it's worth it? |
Because it seems to be hard to set up a test for this I don't think there is much point in keeping this open now. The good thing is that we got a confirmation that the issue got fixed. |
Fixes #1167