Skip to content

Simplified presentation of Nullable/Option/Optional types #770

@piotrp

Description

@piotrp

Currently these types are displayed on GUI as: plain type (eg. Long, the same as real Long type), Option, Optional.

User shouldn't care about this - things should be optional or not. If possible we should hide Option/Optional from user interface. We could display these types as "{originalType}?", eg. "Long?". That notation could be also used in autocompletion popups to indicate nullability of parameters and returned values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugdesign needednot on roadmapNussknacker development team does not plan to work on that in foreseeable future

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions