WebReflection / node-gtk

GNOME Gtk+ bindings for NodeJS
MIT License
74 stars 9 forks source link

Browser: remove use of deprecated widgets #26

Closed benwaffle closed 8 years ago

WebReflection commented 8 years ago

Very interesting. Do you know how to trigger eventually deprecation warnings?

benwaffle commented 8 years ago

https://developer.gnome.org/gi/stable/gi-GIBaseInfo.html#g-base-info-is-deprecated

magcius commented 8 years ago

From my experience with Python, the main issue with runtime deprecation warnings is that it punishes users (outputting something that looks like an error), and not developers.

WebReflection commented 8 years ago

agreed @magcius I was rather thinking to enable it only via npm run install --debug builds but right now I guess that's the very last problem we have.

Please have a look into other bits and bops I've pushed and written today, thanks :-)