From mboxrd@z Thu Jan 1 00:00:00 1970 From: elfring@users.sourceforge.net (SF Markus Elfring) Date: Tue, 15 Apr 2014 10:40:55 +0200 Subject: [Cocci] Relevance of some regular expressions in SmPL In-Reply-To: References: <534BDDD6.9070407@users.sourceforge.net> <534BE66B.8060907@users.sourceforge.net> <534BF121.40607@users.sourceforge.net> <534BF3B3.90007@users.sourceforge.net> <534C10AD.1080806@users.sourceforge.net> <534CD225.1010207@users.sourceforge.net> <534CE166.1050704@users.sourceforge.net> Message-ID: <534CF097.6000901@users.sourceforge.net> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr > Th eidea is to pass the collected information one by on, eg using a make > file. Not to use a regular expression at all. Regular expressions can be used to some degree in semantic patches for a while. I like that functionality in principle! I do not want to pass small data items by virtual identifiers when I need a complete information package. I imagine that it would be nice if the discussed bigger SmPL constraints could be included from an external file or could be implemented by a data base query. I assume that such ideas for further software extensions will not help in the near future. Regards, Markus