Uh oh!
There was an error while loading. Please reload this page.
Fix isProgramUptoDate when changing rootFileNames - #36011
Conversation
Sheetal Nandi (sheetalkamat)
commented
Jan 6, 2020
please add test similar to https://github.com/microsoft/TypeScript/blob/master/src/testRunner/unittests/reuseProgramStructure.ts#L229 where rootNames change but the number of root names don't change. |
Ryan Cavanaugh (RyanCavanaugh)
left a comment
There was a problem hiding this comment.
Requesting changes per Sheetal's comments on test location. Thanks!
Hello. I don't understand what is expected. The test highlighted doesn't seem to involve |
Yacine Hmito (yacinehmito)
commented
Jan 9, 2020
I found which test to update. It was in the same file. Sorry. |
Sheetal Nandi (sheetalkamat)
commented
Jan 16, 2020
Yacine Hmito (@yacinehmito) can you please update the test case so we can take this in. Thanks |
Yacine Hmito (yacinehmito)
commented
Jan 17, 2020
Yes. I'm swamped at work so I didn't have time to go back to this. Will do so before Monday. Thanks for the patience! |
Yacine Hmito (yacinehmito)
commented
Jan 19, 2020
Sheetal Nandi (@sheetalkamat) I have added the tests. Thank you for your patience. |
8ee6569 to
86fd433Compare
Fixes#36010
I don't know what tests to write to validate that fix
I'll try to see if the current tests run that codepath. In the meantime the fix is there and maybe it's good enough to be merged as-is.