egraphs-good / egglog

egraphs + datalog!
https://egraphs-good.github.io/egglog/
MIT License
400 stars 45 forks source link

Web demo should show logs #358

Closed oflatt closed 4 months ago

oflatt commented 5 months ago

At some point, @yihozhang refactored the output of our tool to be cleaner. There is a separation between logging and printing important information. However, for the web demo we would like to see more verbose information. For example, nothing is printed for a check command. We should add the logging information back to the web demo. We should also make logs accessible somehow- perhaps we should print results to stderr and logs to stdout?

yihozhang commented 4 months ago

Fixed by #365