Maxim Reznik

Results 26 comments of Maxim Reznik

This code doesn't relate to GNAT in any way. сб, 15 жовт. 2022, 13:12 користувач CKWG ***@***.***> пише: > Hi Maxim, > > You then should have also added this...

I propose to move Codec : Text_Codec_Holders.Holder; into a public part of PB_Support.Internal and reuse it in the body of PB_Support.IO if this works.

We could try to replace Matreshka with VSS. VSS uses `utf-8` inside and keeps short strings inline...

Hello! No, currently JSON serialization isn't supported now. As I see functions in `json_util.h` requires `TypeResolver` object. If you find a way to create such an object, then they should...

# Workaround :wrench: To make `gdb` from `gnat_native_13.2.0_788a01f9` work I've rebuilt libpython3.8 for my Ubuntu 22.04. This is rather simple (I used a docker to have a clean build env)....

[python-3.8.patch](https://github.com/alire-project/GNAT-FSF-builds/files/13470978/python-3.8.patch.zip)

I've also added GCC 14.2 to this PR. I've tested gnat_native 14.2 for Linux with ALS build and it works.

BTW We still have file name clash for cross compilers on Mac OS X. For instance `gnat-arm-elf-darwin-14.2.0-1.tar.gz` is built by x86_86 and arm64 hosts.

We could try to do it on alire layer by writing several runtime crates with common interface and let the user install any of them. пн, 21 лип. 2025 р.,...

Any idea how `configure` script lost executable permissions?