forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust F# client generation into reusable style
According to the conversation in ElementsProject#5201, generated code for 3rd-party generater should not reside in this repository. Instead, only generators under `msggen` should be included. This commit adjusts F# generator to follow the following rule of thumb. 1. no native F# code, only generators, so every primitives are now reside in `msggen/fsharp.py` with plain text. 2. no object equivalent to `RPCClient`, only DTOs must be generated. Implementing client is now the consumers duty.
- Loading branch information
1 parent
1ad422d
commit 44946c6
Showing
2 changed files
with
285 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters