evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.09k stars 125 forks source link

Add a way to configurably silence warnings #774

Open evhub opened 1 year ago

evhub commented 1 year ago

Something like a --silence-warnings parameter that accepts a regex to match against the warning to determine whether to silence it or not.

Jatinjain07Dazai commented 1 year ago

I have some experience with regex patterns and logs i would like to work on it can you assign it to me ?