-
Notifications
You must be signed in to change notification settings - Fork 562
feat(avm): TS triggers C++ simulation with an associated log level #18618
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
Draft
dbanks12
wants to merge
1
commit into
db/cpp-split
Choose a base branch
from
db/cpp-loglevels
base: db/cpp-split
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+85
−32
Conversation
This file contains hidden or 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 was referenced Nov 26, 2025
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1eadcd2 to
58f821c
Compare
60287d9 to
3c39514
Compare
58f821c to
888bdb7
Compare
3c39514 to
a61c2c5
Compare
888bdb7 to
0678fbd
Compare
a61c2c5 to
5f59918
Compare
0678fbd to
988d674
Compare
5f59918 to
2921aea
Compare
988d674 to
e3a4375
Compare
2921aea to
ca9c440
Compare
dcb1d94 to
01981b4
Compare
ca9c440 to
673ff4e
Compare
01981b4 to
a3a377f
Compare
25937e8 to
663067a
Compare
a3a377f to
4218dfb
Compare
663067a to
ebe2457
Compare
4218dfb to
3e7ea8f
Compare
ebe2457 to
1a3c4e4
Compare
d770052 to
6d57f79
Compare
1a3c4e4 to
d2093e5
Compare
d2093e5 to
faf8cb1
Compare
6d57f79 to
7cbefbb
Compare
7cbefbb to
543b06d
Compare
faf8cb1 to
1c44c09
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Pass TS log level through NAPI to C++. Unfortunately C++ doesn't have the same granularity of verbosity. And debugs only work if compiled for debug. But I still think we want LL plumbed. We can later decide if we want to use the same levels as TS.