xiota

Results 543 comments of xiota

> You can use system clang if it is at version 18 1. Arch `extra/clang` is currently 16.0.6. 2. The PKGBUILD explicitly disabled PGO when `_system_clang=1` (forced default) https://github.com/ungoogled-software/ungoogled-chromium-archlinux/blob/56e294f92b1709597973836e8481390690514907/PKGBUILD#L250

@networkException Feel free to close this if you don't plan to enable PGO independently of `extra/chromium`. I haven't decided whether it's worth submitting a PR to Arch.

@PF4Public Arch Linux currently provides the following clang packages and versions: ``` extra/clang 16.0.6-2 extra/clang14 14.0.6-1 extra/clang15 15.0.7-2 ``` `clang17` and `clang-git` are available from AUR. Someone will probably submit...

I'll manually rebuild this, but leaving issue open as reminder for someone to look at ufscar. Maybe @PedroHLC ?

The following may help illustrate: ```bash $ dd if=/dev/urandom of=file1 bs=4M count=5 5+0 records in 5+0 records out 20971520 bytes (21 MB, 20 MiB) copied, 0.0768516 s, 273 MB/s $...

Some pseudocode for how this could be implemented. I don't know rust, so this will look sort of like python: ```python # create list of offsets, then sort for f...

What I had in mind when I opened this issue is that shared extents would count only once... because that's how much disk space is actually used. So files with...

Inclined to reject because: yet another telegram client. Besides that, PKGBUILD is not correctly written. `prepare()` function is missing. Everything it is supposed to contain is outside of any function....

`across` is broken and failing to build because of missing cstdint headers in third-party source tree. Looks troublesome to fix. Maintainers appear to be inactive. They did not respond to...

@Floessie Thanks for letting me know. I added a couple lines to free the buffer.