-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add suggested TODO items #26
Conversation
Included some of my own wishlist items, plus items from StanfordLegion/legion#1551 and StanfordLegion#25
Currently a highlighted box is shown in red, but that color is already in use in the default color scheme, so highlighted items don't stand out | ||
|
||
Possible solutions: | ||
|
||
- "halo" effect for highlighted box | ||
- different fill pattern | ||
- different line color | ||
- saturate all other boxes except the highlighted one (as happens for search) |
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.
Indent to line up with the first line of the bullet, so it gets parsed properly as Markdown.
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.
TODO.md
Outdated
- [ ] Provenance strings that contain a machine-readable part (after a `$` delimiter) are not parsed | ||
|
||
E.g. a full provenance string like: | ||
|
||
foo.py:42$OpCode,MULTIPLY|Provenance,foo.py:42 | ||
|
||
should be getting reported as: | ||
|
||
foo.py:42 | ||
OpCode=MULTIPLY |
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.
This is fine but I actually want to make a proposal to change this format entirely.
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.
Included some of my own wishlist items, plus items from StanfordLegion/legion#1551 and #25