Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect kernel dictionnary recursively #85

Conversation

julienfastre
Copy link

Fix issue #84

The function usesKernelDictionary use now a loop through traits and embedded traits to detect the trait "KernelDictionnary".

I wish to Test those changes, but I could not find any tests for this features... Could you eventually create documentation about tests policy to help me create tests for this - if required ?

@stof
Copy link
Member

stof commented Sep 29, 2015

I'm -1 on this. I would actually prefer removing the detection of the trait entirely (as we did in MinkExtension), as it is a bad way to detect the availability of the feature.
the right solution is to implement the interface on your context.

@sroze
Copy link
Contributor

sroze commented Jan 14, 2016

Closing following #84 and #103.

@sroze sroze closed this Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants