Skip to content

dartdoc can generate broken docs on case-insensitive filesystems #1196

Open
@chalin

Description

@chalin

The class NgIf in angular2.common also has a member named ngIf. Notice that these names differ only because of capitalization.

Currently, in the generated angular2.common/NgIf-class.html selecting the "details" links for the class and the member sends us to, respectively:

  • angular2.common/NgIf/NgIf.html
  • angular2.common/NgIf/ngIf.html

as expected, but the content of both of these pages is the same (they both describe the class member, not the class).

/cc @kwalrath

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2A bug or feature request we're likely to work ontype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions