We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class Gtk::App does Inline::Python::PythonParent['main', 'gtk'] { }
Fails with:
invalid syntax (, line 1) trying to create subclass Gtk::App from main.gtk
Part of what needs to be done is probably:
$subclass_name ~~ s:g{'::'}='__'; # on line 450 Inline/Python.pm6
I'm working on a PR, you'll be notified if I get it working.
The text was updated successfully, but these errors were encountered:
#22 - Inline/Python.pm6 and t/inherit.t test added
Sorry, something went wrong.
No branches or pull requests
class Gtk::App does Inline::Python::PythonParent['main', 'gtk'] { }
Fails with:
invalid syntax (, line 1) trying to create subclass Gtk::App from main.gtk
Part of what needs to be done is probably:
$subclass_name ~~ s:g{'::'}='__'; # on line 450 Inline/Python.pm6
I'm working on a PR, you'll be notified if I get it working.
The text was updated successfully, but these errors were encountered: