Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Perform a sync between Rust and JS when generating markdown instead of in spec tests #4408

Merged
merged 3 commits into from
Feb 2, 2017

Conversation

maciejhirsz
Copy link
Contributor

So builds stop failing when someone adds a method, but there will be a clear error when running npm run build:markdown - which is when you really want to see it (md files will still be generated).

@maciejhirsz maciejhirsz added A0-pleasereview 🤓 Pull request needs code review. M6-rpcapi 📣 RPC API. labels Feb 2, 2017
@@ -0,0 +1,16 @@
import chalk from 'chalk';
Copy link
Contributor

@jacogr jacogr Feb 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just add the GPL file header here.

@@ -0,0 +1,65 @@
import fs from 'fs';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, GPL header.

@jacogr
Copy link
Contributor

jacogr commented Feb 2, 2017

Tiny comments, apart from that looks good.

@jacogr jacogr added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Feb 2, 2017
@maciejhirsz
Copy link
Contributor Author

@jacogr cheers, done

@jacogr jacogr added A8-looksgood 🦄 Pull request is reviewed well. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Feb 2, 2017
@jacogr jacogr merged commit 1b1d3a2 into master Feb 2, 2017
@jacogr jacogr deleted the mh-synconmarkdown branch February 2, 2017 16:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M6-rpcapi 📣 RPC API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants