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

skip <internal:...> file #872

Merged
merged 1 commit into from
Dec 22, 2022
Merged

skip <internal:...> file #872

merged 1 commit into from
Dec 22, 2022

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Dec 22, 2022

For the <internal:...> files does not have a file and absolute_path
is nil, so it is assumed as eval'ed code and skip_location? add prefix
!eval: to the path name. So it also cheks with this prefix too.

fix #866

For the `<internal:...>` files does not have a file and `absolute_path`
is nil, so it is assumed as eval'ed code and `skip_location?` add prefix
`!eval:` to the path name. So it also cheks with this prefix too.

fix #866
@ko1 ko1 merged commit 7b7259d into master Dec 22, 2022
@ko1 ko1 deleted the skip_internal branch December 22, 2022 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unexpectedly stepping into prelude methods like binding.irb
1 participant