h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
311 stars 23 forks source link

Feature: Access to log level #53

Closed zenon closed 4 years ago

zenon commented 4 years ago

I can set the loglevel at runtime. Can I read it too?

h3rald commented 4 years ago

Fair enough...

h3rald commented 4 years ago

loglevel? exists but actually prints it... mmm I wonder why I did this... BUT it's undocumented! Alright, I'll change its behavior to push the current log level on the stack. Technically a breaking change but:

a) min is still 0.x b) It was apparently an undocumented symbol...