-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use JSONBigUtils of tsp-typescript-client for vscode messages #306
Use JSONBigUtils of tsp-typescript-client for vscode messages #306
Conversation
7ed74ac
to
3c8eac7
Compare
...ension/src/trace-explorer/available-views/trace-explorer-available-views-webview-provider.ts
Outdated
Show resolved
Hide resolved
From what I see, after this PR, the code in this repo does not use the |
vscode-trace-webviews/src/trace-explorer/time-range/vscode-time-range-data-widget.tsx
Outdated
Show resolved
Hide resolved
vscode-trace-webviews/src/trace-viewer/vscode-trace-viewer-container.tsx
Outdated
Show resolved
Hide resolved
Very nice change! I have a few minor comments and I want to test it some more. |
Done |
a40dde1
to
8c8c067
Compare
8c8c067
to
2d901f4
Compare
Take advantage of Normalizer concept to take care of bigint values in data structures. Re-use of Normalizer implementations of the tsp-typescript-client, e.g. Experiment. Remove of vscode-signal-converter.ts since it's obsolete. Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2d901f4
to
e6c2074
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks for this very nice contribution!
What it does
Take advantage of
Normalizer
concept to take care ofbigint
values in data structures. Re-use of existingNormalizer
implementations of thetsp-typescript-client
, e.g.Experiment
.Remove of vscode-signal-converter.ts since it's obsolete.
Requires eclipse-cdt-cloud/tsp-typescript-client#56 to be deployed to NPM.
traceviewer-base
andtraceviewer-react-components
NPM packages oftheia-trace-extension
upgraded and deployed to NPM as well.How to test
Successful CI. Verify that application works as before.
Follow-ups
No follow-ups at this point.
Review checklist
Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com