Skip to content

Name clash with frege.runtime.Value #175

@muhuk

Description

@muhuk

This is just a reminder for Frege/eclipse-plugin#14 so that it doesn't get lost:

Turns out to be a java namespacing issue I don't understand: when we mention Value inside a

new Delayed () { ... }

block, it is apparently mistaken as frege.runtime.Value which is an interface Delayed implements, despite having imported your Value class.

The fix for this is quite easy. There should already be a list of class names we must never use unqualified, and we'll add Value there.

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