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

[PLOT_VIEW] Fix several minor issues #224

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

svlad-90
Copy link
Owner

@svlad-90 svlad-90 commented Nov 26, 2024

  • The Gantt chart event ID is int32, but in the production use case, we need int64 to use a thread ID as a plot's event ID. Switch to the int64_t type.
  • Fix a bug related to combining graph names from multiple string parts.

@svlad-90 svlad-90 force-pushed the dev/vladyslav-goncharuk/ISSUE-223 branch from af558aa to ef16dd6 Compare November 26, 2024 10:57
- The Gantt chart event ID is int32, but in the production use case, we
need int64 to use a thread ID as a plot's event ID. Switch to the
int64_t type.
- Fix a bug related to combining graph names from multiple string parts.

Signed-off-by: Vladyslav Goncharuk <[email protected]>
@svlad-90 svlad-90 force-pushed the dev/vladyslav-goncharuk/ISSUE-223 branch from ef16dd6 to 1283104 Compare November 26, 2024 10:58
@svlad-90 svlad-90 linked an issue Nov 26, 2024 that may be closed by this pull request
@svlad-90 svlad-90 merged commit f7ed287 into master Nov 26, 2024
6 checks passed
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.

[PLOT_VIEW] Fix several minor issues
1 participant