-
Notifications
You must be signed in to change notification settings - Fork 448
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
Fix compile app with graph which use string as original id. #120
Conversation
Codecov Report
@@ Coverage Diff @@
## main #120 +/- ##
===========================================
- Coverage 78.30% 65.16% -13.15%
===========================================
Files 50 49 -1
Lines 4601 4403 -198
===========================================
- Hits 3603 2869 -734
- Misses 998 1534 +536
Continue to review full report at Codecov.
|
Could you please DON'T mix some unrelated doc changes into a bugfix PR? |
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.
This reverts commit 129722f.
This PR fixed
string
not recognized in some frame files cause thestd
prefix is not there.But when digging deep in whether all apps could run on graph which use string as original id, it seems that most apps will error out when quering. The reason includes 1. AutoWorkers cannot send string messages. 2. Some apps are not designed with support string in mind, so weird error happens, etc. These require a more careful case by case study.