pmake icon indicating copy to clipboard operation
pmake copied to clipboard

Add all message functions to "define_pmake"

Open daar opened this issue 6 years ago • 1 comments

Currently the message functions are directly generating output to the command-line. What is proposed to create actions, attached to a pmake definition that could be created in the define_pmake function. By attaching these pmake definitions to packages, one can at least create the output on the first call of a package from a certain pmake definition.

package -> pmake definition -> message action

procedure message(mode: msgMode; msg: string);
procedure message(msg: string);
procedure messagefmt(mode: msgMode; msg: string; const args: array of const);
procedure messagefmt(msg: string; const args: array of const);

daar avatar Mar 21 '18 12:03 daar

Related to #39

daar avatar Mar 21 '18 12:03 daar