-
Notifications
You must be signed in to change notification settings - Fork 428
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
Add currentScript property to interface Document #12
Conversation
@DasHaus Hello! As the
Then the CI will first check if the generated files match the baselines, and then if all compiler tests pass using the newly generated files. |
Aha you are already doing it. Kudos! I'll just keep the comment for future references. |
Thanks you! And I'm Sorry, I'm a newbie at this... The test fails, but I did not follow instructions correctly... I have a question: The script is possible execute it from OS X? I use this OS so I don't know if it is possible... |
No worries! I just found the CI server has some problems too. |
Ok, nice! Thanks you! |
@DasHaus OK now it should be done. Although to run the script you need to install mono 4.2 from: And then you can just run |
Although I think in this case the reason why generated script is different from the baseline is the added comment. You can either change the |
Ok, I deleted the comment, but I go to use the script for add the comment in |
The test fails so I go to try do it following the instructions! |
I clone the repo, I add to the end of file in {
"link": "property",
"interface": "Document",
"name": "currentScript",
"type": "HTMLScriptElement"
} Finally, run
But the Are I doing something wrong? |
@DasHaus in the Json file it should be "kind" instead of "link" I think |
Ajam! Now the test fails but the file generated include the currentScript... Is It because the generated file is different to same file of baselines folder, right?
|
Right, from the error message: |
Ok, I copy the generated file to |
@DasHaus My bad that the comment now is not picked up. Though you can just send PR without the comments. I'll add the part later. |
Fix microsoft/TypeScript#5533