Conversation
03ef236 to
1093169
Compare
src/build/__main__.py
Outdated
|
|
||
| def log(message: str, *, origin: tuple[str, ...] | None = None) -> None: | ||
| if _ctx.verbosity < 0: | ||
| return |
There was a problem hiding this comment.
This line never gets tested, are you thinking of adding a test?
There was a problem hiding this comment.
Yeah, I haven't added any tests yet.
|
I wonder if we should add two quietness levels, |
|
I like that idea, personally; cibuildwheel will be able to select from multiple levels too. Though I wasn't sure which was more useful to suppress, our output or the build-backend output. Maybe three levels, |
|
Might be good to get a release out. Do you think this could be finished soon? |
|
I'll try to get to it mid-week. |
79593ae to
abbd3d9
Compare
abbd3d9 to
c7fa008
Compare
No description provided.