juippis

Results 57 comments of juippis

I'll test today, thanks for the ping. Missed the rust eclass update totally.

Oh, it counts when it's defined. I tried putting it `off` and thought it'd be enough to completely disable it :) I have a bad habit of listing all visible...

Yea I can't tell whether it's important or not. Maybe add it as a use flag?

Why it fails tests? Maybe you can `REQUIRED_USE` to force it off for testing.

If it needs external deps to build them, yes. If it increases install size noticeably, yes. There are tons of examples. https://packages.gentoo.org/useflags/examples

I had to install noto fonts for the tests, and got failures down to 1: ``` running 23 tests test zed::tests::test_bundled_settings_and_themes ... ok test zed::open_listener::tests::test_open_workspace_with_directory ... ok test zed::tests::test_window_edit_state_restoring_disabled ......

Hmm, I'd then maybe rather have them fail. Someone else might have an idea. Although I hate to push broken stuff, I think hiding them like that isn't the right...

Let's work on #38907 to have it mergeable?

If https://codeberg.org/jbruchon/dev86 is a 1:1 fork, or in another words, fully compatible, I'd look into packaging that "version" instead.

Do you have an idea how many tests are skipped due to pandoc missing? Hugo seems to run thousands of tests so missing a handful shouldn't hurt at all. We...