-
Notifications
You must be signed in to change notification settings - Fork 942
make default target not include the target to generate code from the schema #6365
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
Comments
Mh, for what rpc are you changing the docs? Some of the RPC are not mapped to the GRPC code gen |
unsure if it's why, but I'm still having issues on my taproot PR I can't really diagnose |
vincenzopalazzo
added a commit
to vincenzopalazzo/lightning
that referenced
this issue
Jun 30, 2023
When modifying the schema, regenerating the file can be challenging. This change sets the autogenerate file as the default target, m aking the process more convenient and simplifying our workflow. Fixes ElementsProject#6365 Report-by: Dusty Daemon Changelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
Ok, someone can test this #6372 ? |
instagibbs
pushed a commit
to instagibbs/lightning
that referenced
this issue
Jun 30, 2023
When modifying the schema, regenerating the file can be challenging. This change sets the autogenerate file as the default target, m aking the process more convenient and simplifying our workflow. Fixes ElementsProject#6365 Report-by: Dusty Daemon Changelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
rustyrussell
pushed a commit
to instagibbs/lightning
that referenced
this issue
Jul 10, 2023
When modifying the schema, regenerating the file can be challenging. This change sets the autogenerate file as the default target, m aking the process more convenient and simplifying our workflow. Fixes ElementsProject#6365 Report-by: Dusty Daemon Changelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
rustyrussell
pushed a commit
to instagibbs/lightning
that referenced
this issue
Jul 10, 2023
When modifying the schema, regenerating the file can be challenging. This change sets the autogenerate file as the default target, m aking the process more convenient and simplifying our workflow. Fixes ElementsProject#6365 Report-by: Dusty Daemon Changelog-None Signed-off-by: Vincenzo Palazzo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When changing the RPC, the documentation auto generate doesn't seem to trigger. Doing these commands seems to generate the RPC documentation manually.
These commands are ripped from the toplevel Makefile. Something seems to be making these not fire automatically during make.
The text was updated successfully, but these errors were encountered: