Feature #965
openPrevent analysis of drivers without main
0%
Description
There are about 70 drivers of 2230 that haven't module_init
functions and thus mains aren't generated for them. I suggest that these 70 drivers can be completely omitted from final results or even at the intermediate level. I think that DEG should be responsible for that.
Updated by Pavel Shved over 13 years ago
- Category changed from Environment Generation to Infrastructure
- Assignee deleted (
Vadim Mutilin)
I would prefer omission of results happen at interface (stat server) level.
Or envgen might directly assign "No mains" result to them instead of pushing it further, to DSCV.
But silent omission is not necessary, as it prevents detecting errors in main generator during its regressions.
Updated by Evgeny Novikov over 13 years ago
I'd like both the first and the second solutions to be implemented. But it may be rather difficult to be implemented as it touches a lot of components and as usual will open some old bugs.