can-lehmann / owlkettle

A declarative user interface framework based on GTK 4
https://can-lehmann.github.io/owlkettle/README
MIT License
375 stars 13 forks source link

Macros `echo result.repr` #5

Closed beef331 closed 2 years ago

beef331 commented 2 years ago

I was going to make a PR to fix this but given that you have it in multiple positions I feel like you desire this behaviour. If so can it be moved behind a owlkettleDebug flag to not pollute the terminal on project build?

can-lehmann commented 2 years ago

Moving the debugging statements behind an owlkettle_debug/owlkettleDebug flag is probably a good idea. I guess I did not expect people to start using this project for a while, so I did not bother doing something about them for the initial release ;)