Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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