anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

Provide extension point for user-specific import resolution mechanisms. #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the mechanism how Franca resolves imports in the IDL is hard-coded. 
It uses the standard importURI mechanism, which allows URIs or relative paths. 

An extension point should be available which allows to provide a specific 
import resolution mechanism. This would allow for example import resolution as 
known from C-preprocessors/compilers (search paths, ...). 

Original issue reported on code.google.com by klaus.birken@gmail.com on 25 Jan 2015 at 12:05

GoogleCodeExporter commented 9 years ago
A pull request from h...@protos.de is available and is currently being 
integrated.

Original comment by klaus.birken@gmail.com on 25 Jan 2015 at 12:06

GoogleCodeExporter commented 9 years ago
Postponed to 0.9.3, pull request lead to test failures which could not be fixed 
in time for 0.9.2.

Original comment by klaus.birken@gmail.com on 8 May 2015 at 8:14