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

Add suggested TODO items #26

Merged
merged 2 commits into from
Sep 28, 2023
Merged

Conversation

manopapad
Copy link
Contributor

Included some of my own wishlist items, plus items from StanfordLegion/legion#1551 and #25

Included some of my own wishlist items, plus items from StanfordLegion/legion#1551 and StanfordLegion#25
Comment on lines +33 to +40
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)
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doing it this way

Screenshot 2023-09-27 at 5 31 11 PM

results in github misparsing it as a code block:

Screenshot 2023-09-27 at 5 31 23 PM

The original parses properly (at least by github):

Screenshot 2023-09-27 at 5 33 12 PM

TODO.md Outdated
Comment on lines 52 to 61
- [ ] 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
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elliottslaughter elliottslaughter merged commit f0d1d37 into StanfordLegion:master Sep 28, 2023
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.

2 participants