Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMake Ivy the default in Angular! #32219
Conversation
googlebot
added
the
cla: yes
label
Aug 20, 2019
alxhub
added
the
PR target: master-only
label
Aug 20, 2019
alxhub
force-pushed the
alxhub:ivy/default
branch
7 times, most recently
from
efd1c0a
to
b3ca554
Aug 20, 2019
alxhub
marked this pull request as ready for review
Aug 20, 2019
alxhub
requested review from
angular/docs-infra
as
code owners
Aug 20, 2019
|
lgtm but I wish you left a note why the tsc passthrough option was removed - I suspect that it's because we implemented it initially to make Ivy JIT testing easier but then realized that we don't need it and we should just use tsc proper instead. Can you please clarify? thanks! |
This comment has been minimized.
This comment has been minimized.
|
@IgorMinar I've been focused on getting the tests in the repo fixed - I still need to go back and add proper commit messages. Doing that now! |
alxhub
force-pushed the
alxhub:ivy/default
branch
from
b3ca554
to
6ba8dcb
Aug 20, 2019
ngbot
bot
added this to the needsTriage milestone
Aug 20, 2019
This comment has been minimized.
This comment has been minimized.
alxhub
added
the
PR action: merge-assistance
label
Aug 20, 2019
This comment has been minimized.
This comment has been minimized.
|
Caretaker: I restarted a flaky CI test ( |
AndrewKushnir
removed
the
PR action: presubmit
label
Aug 20, 2019
This comment has been minimized.
This comment has been minimized.
|
FYI, Ivy and VE presubmits look normal. |
AndrewKushnir
closed this
in
2b64031
Aug 20, 2019
| const fs = require('fs'); | ||
| const configPath = 'demo/tsconfig.json'; | ||
| const config = { | ||
| ...JSON.parse(fs.readFileSync(configPath, 'utf8')), |
This comment has been minimized.
This comment has been minimized.
alexeagle
Aug 27, 2019
Contributor
drive-by nit: I learned yesterday that there's no need to string-decode the buffer first, JSON.parse handles buffers just fine
alxhub commentedAug 20, 2019
•
edited