bugmake - Bugs: bug #28475, A plugin based architecture for...

 
 

bug #28475: A plugin based architecture for functions

Submitter:  None
Submitted:  Mon 04 Jan 2010 07:47:06 AM UTC
   
 
Severity:  3 - Normal Item Group:  Enhancement
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  3.81 Operating System:  None
Fixed Release:  4.0 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 02 Jan 2023 07:12:07 PM UTC, comment #2: 

This was implemented in GNU make 4.0.

Paul D. Smith <psmith>
Group administrator
Mon 04 Jan 2010 10:03:58 AM UTC, comment #1: 

I would like to second this - would love to be able to add string lowercase (with good performance) and md5sum and $(equals a,b) and some kind of integer arithmetic functions.  This is without the penalty of having to provide a custom version of GNU make.

Timothy N Murphy <tnmurphy>
Mon 04 Jan 2010 07:47:06 AM UTC, original submission:  

A nice feature would be to have a a dynamic plugin based architecture,for user based functions.

An example is that a command line argument can cause the load of a library at runtime, say a .so file, with predefined structure.

The plugin can now export to make a list of functions that it provides, which will be available in gnu-make as built in functions.

This should not be very difficult to implement too (i guess :) ), but the possibilities it creates are really enormous.






Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  • -email is unavailable- added by tnmurphy (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-01-02 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Component VersionNone 3.81
        Fixed ReleaseNone 4.0

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code