Comments in Releases

This commit is contained in:
Alejandro R Mosteo
2018-03-01 14:51:51 +01:00
parent 9cf501c6ad
commit 4a3da5cc54
6 changed files with 95 additions and 16 deletions
+1 -1
View File
@@ -41,6 +41,6 @@ private
(Dep.Versions_H.Element);
function Image (Dep : Dependency) return String is
(Dep.Project & " ver " & Semantic_Versioning.Image (Dep.Versions_H.Element));
(Dep.Project & " is " & Semantic_Versioning.Image (Dep.Versions_H.Element));
end Alire.Dependencies;
+1
View File
@@ -119,6 +119,7 @@ package Alire.Index is
-- "Typed" attributes (named pairs of label-value)
function Author is new Properties.Labeled.Generic_New_Label (Properties.Labeled.Author);
function Comment is new Properties.Labeled.Generic_New_Label (Properties.Labeled.Comment);
function Executable is new Properties.Labeled.Generic_New_Label (Properties.Labeled.Executable);
function GPR_File is new Properties.Labeled.Generic_New_Label (Properties.Labeled.GPR_File);
function GPR_Free_Scenario (Name : String) return Properties.Vector;
+1
View File
@@ -5,6 +5,7 @@ package Alire.Properties.Labeled with Preelaborate is
-- Properties that have a single string value and a name
type Labels is (Author, -- VIP
Comment, -- Extra text
Description, -- One-liner description, so it is searched too
Executable, -- A resulting executable built by the project
GPR_File, -- Alternative naming of the project file (or more than one)