Skip to content

Mentions of Repository class resolve to the wrong Repository class #59

@jar398

Description

@jar398

There is a Repository class under models/ (I'll call it A) and another Repository under publishing/ (call it B). Mentions of Repository in fast.rb and slurb.rb used to resolve correctly to A, but on my instance I just had those same mentions resolve to B, causing the operation (publishing i think) to fail. This might be due to the recent ruby upgrade, I don't know.

My fix was to rename class A, but perhaps there is a way to force those mentions to resolve to A without changing the name of the class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions