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

[IMPR] Add support to apply/ignore precompilers for certain feature files #73

Open
szikszail opened this issue Oct 17, 2022 · 0 comments

Comments

@szikszail
Copy link
Collaborator

Summary

This feature would enable controlling per feature file, which precompilers are applied to the feature file.

Use cases

  1. By default, all precompilers are applied (if, in general, the precompiler should be applied) to all feature files or if @gpc_apply(all) is set to the feature
  2. If @gpc_apply(<name>) is set ( can be the name of the precompiler w/ or w/o the gpc- prefix) the given precompiler(s) are applied
  3. If @gpc_ignore(<name>) is set ( can be the name of the precompiler w/ or w/o the gpc- prefix) the given precompiler(s) are not applied

Questions/To decide

  1. Precedence: if ignore is set, applying for the same won't resolve it, does the order count
  2. How to handle custom precompilers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants