Nico Weber
Nico Weber
(I think github's markdown support might've diluted your point a bit btw :P fixed the commit message now.)
Now with a bitstream. That's quite a bit nicer!
> `s/ocnverting/converting/` in the commit message :redthakis: Fixed! > I didn't read the code before the `BitStream` version but this is pretty nice IMO. The code is quite simple, so...
Before: After: Before: After: Before: After: Before: After: And so on, you get the idea. This affects many files. Here's postscropt.pdf now. This one is a bit of a temporary...
Red CI is unrelated.
Reduced repro: [l.pdf](https://github.com/SerenityOS/serenity/files/14532107/l.pdf)
The LLVM, clang, and lld triples are called `xros` and `xros-simulator`. (Some layers also accept a `visionos`alias, but from what I can tell not all - e.g. https://github.com/llvm/llvm-project/commit/b0bae445176d30a3fa577d30c21f36dad61003b8). `xros` seems...
> @nico `xros` was the codename for pre-release. It is slowly moving over to `visionos`. I don't see any reason to not support `visionos` but an argument could be made...
It's API breaking, but I'm not sure it affects the ABI since methods on the default template are marked `_LIBCPP_HIDE_FROM_ABI` or `_LIBCPP_INLINE_VISIBILITY`, causing them to live with user code. (edit:...
`toJString()` is a function internal to the .cpp file and not declared in the .h. Shouldn't that be unobservable to users of this library? (Apologies if I'm being dense.)