-
Notifications
You must be signed in to change notification settings - Fork 43
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
Look into all module files to find all traces of structure methods. #3
Comments
Possibly related to this... I have a package that's spread across multiple files, which means I have to feed all those files to ifacemaker with multiple -f's. That's obviously rather cumbersome (though marginally less painful via It would be nice if you could just point ifacemaker at either a package or directory. |
makes sense, it should not be hard. I may take a look during weekend. ps. glad to see people from Austin ;) |
Also ignore files that don't contain exported methods of the source struct, to avoid problems with imports (see vburenin#9). Fixes vburenin#3
Also ignore files that don't contain exported methods of the source struct, to avoid problems with imports (see vburenin#9). Fixes vburenin#3
I have struct methods spread across multiple files, is there anyway to include them all when running |
@slatermorgan Unfortunately it is not possible, however you may want to contribute this functionality as many find it useful. |
I actually found a slight workaround. As file accepts a glob you can run the following bash command.
|
* feat(types): handle types not found in input files by emitting error (#1) * Feat/handle not found types (#3) * feat(types): handle types not found in input files by emitting error * ci(actions): enable actions * ci(actions): enable actions (#4) * Ci/actiosn (#5) * ci(actions): enable actions * ci(actions): enable actions * fix(ci): remove releaser from actions (#6) * feat(validate): input file for struct provided (#7)
Is there a way to exclude test and mock files? |
No description provided.
The text was updated successfully, but these errors were encountered: