Skip to content

Gtk3 override: Accessing TreeModel is broken #1

Description

@vtrlx

In the course of writing the Gtk4 override, I wanted to test the Gtk3 one against Gtk3 itself to ensure I didn't break anything, but it appears the move to GIRepository broke 2 Gtk3 tests. When trying to access a Gtk3 TreeModel instance using the Lua indexing operator, it appears not to do anything.

When tracing possible sources, I found that another of Gtk3's tests uses a TreeModel and accessing it works just fine. The only difference is in the use of the :append() method instead of the :insert() method, however the prior test failure is on the indexing operator and not the prior :get_value() call. It's quite puzzling.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions