Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation with GNAT FSF 7.5 #793

Merged
merged 1 commit into from Aug 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/alire/alire-solver.adb
Expand Up @@ -272,7 +272,7 @@ package body Alire.Solver is

Trace.Debug
("SOLVER: gnat PASS " & Boolean'
(Specific_GNAT (Remaining).Value.Crate = R.Name)'Image
(Specific_GNAT (Remaining).Value.Crate = R.Name)'Img
& " for " & R.Milestone.TTY_Image
& " due to compiler already in dependencies: "
& Specific_GNAT (Remaining).Value.TTY_Image);
Expand All @@ -287,7 +287,7 @@ package body Alire.Solver is
Trace.Debug
("SOLVER: gnat PASS " & Boolean'
(Toolchains
.Tool_Dependency (GNAT_Crate).Crate = R.Name)'Image
.Tool_Dependency (GNAT_Crate).Crate = R.Name)'Img
& " for " & R.Milestone.TTY_Image
& " due to configured compiler: "
& Toolchains.Tool_Dependency (GNAT_Crate).TTY_Image);
Expand Down