On 03/12/2015 03:12 PM, Tyler Hicks wrote:
> On 2015-03-12 04:17:56, John Johansen wrote:
>> On 03/06/2015 01:48 PM, Tyler Hicks wrote:
>>> Defines a function that can be called to test features support. It is
>>> string based which allows the support tests to work with new kernel
>>> features with
On 2015-03-12 04:17:56, John Johansen wrote:
> On 03/06/2015 01:48 PM, Tyler Hicks wrote:
> > Defines a function that can be called to test features support. It is
> > string based which allows the support tests to work with new kernel
> > features without any changes.
> >
> > The use of global va
On 03/06/2015 01:48 PM, Tyler Hicks wrote:
> Defines a function that can be called to test features support. It is
> string based which allows the support tests to work with new kernel
> features without any changes.
>
> The use of global variables in the parser to store and check features
> suppo
Defines a function that can be called to test features support. It is
string based which allows the support tests to work with new kernel
features without any changes.
The use of global variables in the parser to store and check features
support is still preserved. The parser should probably move