rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.12k stars 248 forks source link

Add tests that check the line numbers #601

Closed Thomasdezeeuw closed 3 months ago

Thomasdezeeuw commented 7 months ago

We currently don't have any.

DIvkov575 commented 4 months ago

Im pretty new to contributing, but I would love to contribute to this repo. Would this be a good issue to start with?

Thomasdezeeuw commented 4 months ago

Im pretty new to contributing, but I would love to contribute to this repo. Would this be a good issue to start with?

Hey @DIvkov575 sorry for the delayed response, I've been traveling.

I think it will be a good first issue. I think the easiest way to get started is to look at tests/filters.rsfor inspiration. If you have a any questions or you get stuck somewhere feel free to ask!