Skip to content

Unknown identifier error for function clause could be better #25

Open
@waywardmonkeys

Description

@waywardmonkeys
Type name: tickit_window_set_on_geometry_changed:1: Unknown identifier: tickit_window_set_on_geometry_changed
while calling {method ()} with #[{<function-clause> #x006ACE10}]
Type name: tickit_window_set_on_expose:1: Unknown identifier: tickit_window_set_on_expose
while calling {method ()} with #[{<function-clause> #x006A4BE0}]

This was due to having left over stuff around during a library upgrade:

  function "tickit_window_set_on_expose",
    map-argument: { 3 => <C-dylan-object> };

  function "tickit_window_set_on_geometry_changed",
    map-argument: { 3 => <C-dylan-object> };

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