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

Switch to pipe-first #8

Merged
merged 7 commits into from
Jun 3, 2021
Merged

Switch to pipe-first #8

merged 7 commits into from
Jun 3, 2021

Conversation

TheSpyder
Copy link
Owner

@TheSpyder TheSpyder commented May 31, 2021

Fixes #6

I took the opportunity to remove all @bs prefixed decorators. I'm sure that will be necessary at some point. I also applied refmt because... well so much is changing already we might as well. So be sure to turn on 'hide whitespace changes' in the diff.

I restored a bunch of old tests directly on main, so the diff includes all the JS generated code updates.

During this process I came across some commented out code in Canvas__Canvas2d that was waiting on a bugfix... merged in 2017. So I've reactivated it and that turns a couple of methods into zero cost.

@TheSpyder TheSpyder requested a review from spocke May 31, 2021 06:52
examples/dom_example.re Outdated Show resolved Hide resolved
src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re Show resolved Hide resolved
@TheSpyder TheSpyder merged commit 03aa56e into main Jun 3, 2021
@TheSpyder TheSpyder deleted the TINY-7416 branch June 3, 2021 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swap from pipe to pipe-first everywhere
3 participants