SmallLonlyWolf / embox

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

[mybuild] prevents feature module member #426

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Introduce
prevents [features] 
module member.

What goals would this enhancement help you to achieve?
It will be antonym for requires keyword, will express constraint for features.

Consider 
module socket {
    provides kernel_socket_interface
    provides user_socket_interface
}
user_socket_interface may be undesirable to persist in system, then method 
required to prevent it.

How are you going to implement the enhancement?
List of prevented features can be stored and checked on some stage of build 
model creation.

Original issue reported on code.google.com by drakon.m...@gmail.com on 11 May 2012 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by Eldar.Abusalimov on 19 Sep 2012 at 2:19