Skip to content

[ci skip] tweak docs and add ocaml syntax coloring support #361

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

Merged
merged 3 commits into from
May 11, 2016

Conversation

bobzhang
Copy link
Member

No description provided.

@bobzhang bobzhang merged commit cb65fd6 into master May 11, 2016
@bobzhang bobzhang deleted the mvoe_docs_back branch May 11, 2016 15:44
kevinbarabash pushed a commit to kevinbarabash/rescript-compiler that referenced this pull request Dec 24, 2021
The last diff to achieve testing parity, rescript-lang#361, has been merged.

Overall improvements:
- We've gone from 7-9s test time to 1.7-1.9s. This is fast enough that we can now plan to run test as part of the build step. Though right now the build is a few seconds which is too slow for tests to squeeze in. Shame.
- Roundtrip tests went from 50-60s to 25-30s.
- Snapshotting is no longer a dedicated api to learn. Just check the git diff. As I said in rescript-lang#343:
  > The question to ask is "what am I trying to do with snapshot tests?" and the answer for this repo is "I wanna check whether some files changed". After which you realize it's git's job.
- Way cleaner snapshot outputs because no JS and JSON serialization in the way.
- Instead of all these red files, it's a single shell test script of a 100 lines.
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.

1 participant