Comments in Releases
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user