Sylvestre Ledru

Results 126 issues of Sylvestre Ledru

Jlatexmath moved to github: https://github.com/opencollab/jlatexmath don't hesitate to propose merges to have a single place for developments.

As release manager, we need to quickly review patches. As more and more folks are using reviewboard.m.o at Mozilla, it would be great if we could see the content of...

#### What version of ripgrep are you using? 13.0.0 #### How did you install ripgrep? I am packaging it for Debian & Ubuntu #### What operating system are you using...

First, sorry to be a pain with license The NASA OS license isn't considered as a free license by at least the FSF and Debian. This prevents the inclusion of...

A-license
P-medium

In the CI, for example here: https://github.com/uutils/coreutils/runs/7686143875?check_suite_focus=true the tests are failing: https://github.com/uutils/coreutils/issues/3778 And the build was failing: https://github.com/uutils/coreutils/issues/3733 but they were both green in the CI

good first issue

Follow up of https://github.com/uutils/coreutils/issues/3733 ``` 2022-08-05T06:49:49.6230420Z failures: 2022-08-05T06:49:49.6230820Z 2022-08-05T06:49:49.6409200Z ---- test_cp::test_copy_through_dangling_symlink_no_dereference_permissions stdout ---- 2022-08-05T06:49:49.6409810Z current_directory_resolved: 2022-08-05T06:49:49.6410590Z symlink: /tmp/.tmpXoQlGW/no-such-file,/tmp/.tmpXoQlGW/dangle 2022-08-05T06:49:49.6411320Z run: /Users/runner/work/coreutils/coreutils/target/debug/coreutils cp -P -p dangle d2 2022-08-05T06:49:49.6412000Z thread 'test_cp::test_copy_through_dangling_symlink_no_dereference_permissions' panicked...

``` $ touch no-file/ touch: cannot touch 'no-file/': Other ``` GNU: ``` $ touch no-file/ touch: setting times of 'no-file/': No such file or directory ``` We should probably mix...

U - touch
good first issue

We are using a bunch of things which are now deprecated. https://epage.github.io/blog/2022/06/clap-32-last-call-before-40/ For example: ``` warning: use of deprecated associated function `clap::ArgMatches::value_of`: Replaced with `ArgMatches::get_one()` --> src/bin/coreutils.rs:156:25 | 156 |...

Using GNU, all these commands are failing: ``` #export C=./target/debug/coreutils rm -f xaa in2 in3 seq 10 | tee exp-1 > xaa ln -s xaa in2 ln xaa in3 $C...

U - split