Skip to content

Commit 3d30615

Browse files
stevenjminikin
andauthored
fix(hermes): Eliminate almost all Debug print statements. (#481)
* fix(hermes): Eliminate almost all Debug print statements. * fix(hermes): Fix error messages for event queue * fix(hermes): Fix error messages in Certificate * fix(hermes): Public key errors fixed * fix(hermes): Reactor error messages * fix(hermes): Revert .cargo/config.toml to the one which matches cat-ci * fix(hermes): Silence todo! giving lint errors for now, as this is not yet complete or production ready. --------- Co-authored-by: Oleksandr Prokhorenko <[email protected]>
1 parent b846bd2 commit 3d30615

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+944
-474
lines changed

.vscode/settings.recommended.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"Earthfile": "earthfile"
3939
},
4040
"rust-analyzer.linkedProjects": [
41-
"./hermes/Cargo.toml",
42-
"./wasm/wasi-hermes-component-adapter/Cargo.toml"
41+
"./hermes/Cargo.toml"
4342
],
4443
"rust-analyzer.check.overrideCommand": [
4544
"bash",

0 commit comments

Comments
 (0)