Skip to content
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

Conversation

bhufmann
Copy link
Collaborator

@bhufmann bhufmann commented Feb 19, 2025

What it does

Take advantage of Normalizer concept to take care of bigint values in data structures. Re-use of existing Normalizer implementations of the tsp-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 and traceviewer-react-components NPM packages of theia-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

  • As an author, I have thoroughly tested my changes and carefully followed the instructions in this template

Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com

@bhufmann bhufmann force-pushed the serializationTool-messenger-normalizer branch 2 times, most recently from 7ed74ac to 3c8eac7 Compare February 20, 2025 20:53
@marcdumais-work
Copy link
Contributor

From what I see, after this PR, the code in this repo does not use the json-bigint package directly any more. So we might be able to remove it as a runtime dependency (I see it pulled in 3 places)? The corresponding @types/json-bigint devDependency as well?

@marcdumais-work
Copy link
Contributor

Very nice change! I have a few minor comments and I want to test it some more.

@bhufmann
Copy link
Collaborator Author

bhufmann commented Mar 6, 2025

From what I see, after this PR, the code in this repo does not use the json-bigint package directly any more. So we might be able to remove it as a runtime dependency (I see it pulled in 3 places)? The corresponding @types/json-bigint devDependency as well?

Done

@bhufmann bhufmann force-pushed the serializationTool-messenger-normalizer branch 2 times, most recently from a40dde1 to 8c8c067 Compare March 7, 2025 00:59
@bhufmann bhufmann requested a review from marcdumais-work March 7, 2025 15:03
@bhufmann bhufmann force-pushed the serializationTool-messenger-normalizer branch from 8c8c067 to 2d901f4 Compare March 7, 2025 16:29
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>
@bhufmann bhufmann force-pushed the serializationTool-messenger-normalizer branch from 2d901f4 to e6c2074 Compare March 7, 2025 16:30
Copy link
Contributor

@marcdumais-work marcdumais-work left a 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!

@bhufmann bhufmann merged commit 9407330 into eclipse-cdt-cloud:master Mar 7, 2025
8 checks passed
@bhufmann bhufmann deleted the serializationTool-messenger-normalizer branch March 7, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants