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

Failing test for struct with block #95

Closed
wants to merge 1 commit into from

Conversation

wagenet
Copy link
Contributor

@wagenet wagenet commented Dec 18, 2021

It looks like the path for structs is very different from Classes. Ideally we could share the path.

@mame
Copy link
Member

mame commented Dec 20, 2021

Thanks. It's going to take some time to fix.

There is the same issue in instance_eval on a class object.

class Foo
end

Foo.instance_eval do
  def foo # should be defined as "Foo.foo", but currently it is handled as "Object#foo"
  end
end

@mame
Copy link
Member

mame commented Dec 20, 2021

#84

mame added a commit to mame/typeprof that referenced this pull request May 24, 2024
Co-Authored-by: Peter Wagenet <peter.wagenet@gmail.com>
@mame
Copy link
Member

mame commented May 24, 2024

I'm reworking the algorithm on the v2 branch now. I copied this test as a known-issue. #192 I'd like to close this one, thanks!

@mame mame closed this May 24, 2024
mame added a commit that referenced this pull request May 24, 2024
Co-Authored-by: Peter Wagenet <peter.wagenet@gmail.com>
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.

None yet

2 participants