nik rev
cc2529c4ac
chore: Add `helix_stdx::dbg!` for easier print debugging
...
I often reach for the `dbg!` macro before realizing it does not work,
and there is no good alternative. The best that currently exists is
`log::error!` which always prints, but it lacks many features of `dbg!`
This `dbg!` macro is the same as `std`'s `dbg!`, the only difference
being the fact that it uses `log::error!` instead of `eprintln!` under
the hood
I've also added instructions to `CONTRIBUTING.md` to use it - as I
believe it is really useful
2025-07-17 16:15:13 +01:00
omahs
bfd2c72715
fix: typos ( #13505 )
2025-05-10 10:36:17 -05:00
Remo Senekowitsch
de11273857
Document installation of rust-analyzer via rustup ( #12618 )
2025-02-01 19:43:20 -06:00
Michael Davis
fa68bac391
contributing: Add steps for updating the MSRV
2024-12-03 10:07:59 -05:00
lynn pepin
29439116b8
Documented ulimit fix for error during integration tests ( #11356 )
2024-07-28 18:40:50 +02:00
Em Zhan
fe6b556f51
Fix search highlighting for the default docs theme ( #8270 )
2023-09-13 16:37:39 +02:00
Jonatan Pettersson
f435f3b2e9
Document how to run tests ( #6268 )
...
Co-authored-by: Jonatan Pettersson <jonatan.pettersson@proton.me>
2023-03-11 08:03:19 -06:00
Mathieu Agopian
31b0c75832
Expand contributing docs ( #5967 )
2023-02-19 12:52:12 -06:00
Skyler Hawthorne
6cffc7f05d
Add note about log level for integration tests
2022-10-18 22:31:39 -04:00
Pascal Kuthe
4133f1f424
Document MSRV policy ( #3913 )
2022-09-23 15:58:00 +09:00
Itay123TheKing
80dde577b0
Fix hyperlink at the bottom of CONTRIBUTING.md ( #3392 )
2022-08-11 08:57:17 -05:00
Skyler Hawthorne
65bf6836b7
update docs for integration tests
2022-06-19 00:00:31 -04:00
Gokul Soumya
a78b789406
Auto generate docs for language support
2021-12-08 10:23:50 +09:00
Gokul Soumya
71292f9f11
docs: Auto generate command list
2021-12-08 10:23:50 +09:00