-
Notifications
You must be signed in to change notification settings - Fork 6
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 functionality to find out about locations from file numbers #19
Conversation
Contributing towards #6 |
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.
Looks good, thanks for sharing!
For this to come into its own it really needs a lot of other functionality, e.g. breaking midway into a function. |
ee8687e
to
8021fd6
Compare
Project.toml
Outdated
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" | ||
Mocking = "78c3b35d-d492-501b-9361-3d52fe80e533" | ||
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | ||
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test"] |
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.
accidentally removed when doing a rm
?
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.
revolved in #23
Merged into #23. |
We need this to be able to set break points on File+LineNumbers