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

Error in pass2 for type FSharp.DataFrame.FSharpFrameExtensions, error: duplicate entry 'Frame`2.GroupRowsBy' in method table #34

Closed
KevinRansom opened this issue Jan 18, 2015 · 2 comments
Labels
Milestone

Comments

@KevinRansom
Copy link
Member

[from fsbugs]

Simplified repro:

type Frame = 
  class 
  end
module X =
  type Frame with
    member frame.GroupRowsBy(key) = ()
    member frame.GroupRowsBy(key) = ()

Issue: Signatures in extrinsic type extensions are not validated for uniqueness.

@dsyme dsyme self-assigned this Jan 19, 2015
@latkin latkin added the Bug label Jan 19, 2015
@KevinRansom
Copy link
Member Author

Hey Don ... is there any progress on this or should I assign this back to unassigned, so that someone else can take a crack at it?

@dsyme dsyme removed their assignment Mar 25, 2015
@dsyme
Copy link
Contributor

dsyme commented Mar 25, 2015

I've cleared the assignee....

@dsyme dsyme added this to the VS 2015 milestone Apr 30, 2015
@dsyme dsyme added the pri-2 label May 12, 2015
@dsyme dsyme closed this as completed in 34a181b May 19, 2015
@latkin latkin added the fixed label May 19, 2015
0x53A pushed a commit to 0x53A/visualfsharp that referenced this issue Oct 22, 2017
 ProjectCracker: add diagnostics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants