-
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.
Fixes #383 --------- Co-authored-by: devops <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Jost Berthold <[email protected]>
- Loading branch information
1 parent
889e046
commit 0f11436
Showing
16 changed files
with
100 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d9fa6aeb36407193b701059a54307b6368841632 | ||
de63565944540344cba242343500f1a61ece45c5 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"jsonrpc": "2.0", | ||
"id": 4, | ||
"result": {"module": "FOUNDRY-MAIN-DEPENDS-MODULE"} | ||
"result": {"module": "m3229868fc7c7f2ac5e45a3c1adc203ac623df4ffccd6f41f293bd5c2388d6e1e"} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"jsonrpc": "2.0", | ||
"id": 5, | ||
"result": {"module": "FOUNDRY-MAIN-CIRCULARITIES-MODULE"} | ||
"result": {"module": "m3324c39dcb583781d17e69e2f5ec25dd27494e9573ac2064ad0a9ea6b024f2c9"} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"jsonrpc": "2.0", "id": 4, "method": "add-module", "params": {"module": "module FOUNDRY-MAIN-DEPENDS-MODULE\n import FOUNDRY-MAIN []\nendmodule []"}} | ||
{"jsonrpc": "2.0", "id": 4, "method": "add-module", "params": {"module": "module FOUNDRY-MAIN-DEPENDS-MODULE\n import FOUNDRY-MAIN []\nendmodule []", "name-as-id": true}} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"jsonrpc": "2.0", "id": 5, "method": "add-module", "params": {"module": "module FOUNDRY-MAIN-CIRCULARITIES-MODULE\n import FOUNDRY-MAIN []\nendmodule []"}} | ||
{"jsonrpc": "2.0", "id": 5, "method": "add-module", "params": {"module": "module FOUNDRY-MAIN-CIRCULARITIES-MODULE\n import FOUNDRY-MAIN []\nendmodule []", "name-as-id": true}} |
1 change: 1 addition & 0 deletions
1
test/rpc-integration/test-module-addition/params-03-add-new-module.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "name-as-id": true } |
2 changes: 1 addition & 1 deletion
2
test/rpc-integration/test-module-addition/response-03-add-new-module.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"jsonrpc": "2.0", | ||
"id": 1, | ||
"result": {"module": "NEW"} | ||
"result": {"module": "m0c5abd9a7aa1496431ec92d8002759f382a207f64deb5247e9c89c3ec3cc5cbc"} | ||
} |
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