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

Would it be possible to run the generator for all classes that are specified in types.properties? #13

Closed
Dierk opened this issue Mar 4, 2015 · 2 comments
Assignees

Comments

@Dierk
Copy link
Member

Dierk commented Mar 4, 2015

Giving one class at a time is ok while incrementally building up a suite but for a batch-like processes it is a lot of extra work and we could reuse the declaration that we already did in the types.properties file.

@mmhelloworld mmhelloworld self-assigned this Nov 8, 2015
@mmhelloworld
Copy link
Member

It is now possible to generate for an entire package and all its sub packages. An improvement upon this I have planned is to be able to pass a list of classes.

jwausle pushed a commit to jwausle/frege-native-gen that referenced this issue Dec 30, 2015
Enhance ‚frege-native-gen‘ cmdline:

$ frege-native-gen -c class1 -c class2  # to generate >1 class
$ frege-native-gen -t generate.all         # to generate all classen
from types.properties
$ frege-native-gen                                  # same as above
with default: types.properties
@mmhelloworld
Copy link
Member

There is now a -c <comma-separated list of class names> option which allows us to be able to generate for a specific set of classes. We can now specify a package name or a set of classes to generate native declarations. More information on this here: https://github.com/Frege/frege-native-gen#how-to-run .

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

No branches or pull requests

2 participants