stcarrez / ada-util

Ada Utility Library - Composing streams, processes, logs, serialization, encoders and more
Apache License 2.0
69 stars 14 forks source link

Alire lost reference to `utils-streams-buffered-parts.ads` #45

Closed OnofreTZK closed 11 months ago

OnofreTZK commented 1 year ago

I was following the sample for sending multipart data and it was working until I start working on my project the next day and got this message:

service.adb:7:06: error: file "util-streams-buffered-parts.ads" not found

I did change nothing from yesterday, I just tried alr run as usual (even before writing something new in the code) and this happened.

stcarrez commented 1 year ago

The Util.Streams.Bufferd.Parts package is only available with the 2.6.0 version or the git version.

The Alire package is not yet updated so it is still based on the 2.5.0 version.

I´m in the process of doing a release in the next days, so the 2.6.0 will come soon.

In the meantime you may try to pin the version with Alire but I´m not familiar with this technic....

OnofreTZK commented 1 year ago

Got it, it is a personal project so I don't mind waiting a bit.

Thanks for clarifying!

stcarrez commented 11 months ago

Ada Utility Library 2.6.0 was integrated as new official crate in August 2023.