limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.3k stars 1.06k forks source link

panic: unsupported variant type: 1024 (QJSValue) #478

Closed zoli closed 9 years ago

zoli commented 9 years ago

This panic occurs on opening new file with qml frontend. Apparently there is a problem converting javascript object to backend.Args here.

zoli commented 9 years ago

Related to https://github.com/go-qml/qml/issues/137.

obscuren commented 9 years ago

Wanted to let you know I've updated the above issue on the go-qml repo with a possible somewhat decent solution.

erbridge commented 9 years ago

Migrated to limetext/lime-qml#4.