Skip to content

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

@KevinRansom

Description

@KevinRansom

[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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions