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

Glob syntax doesn't work #1728

Open
zizaihuan opened this issue Nov 17, 2024 · 2 comments
Open

Glob syntax doesn't work #1728

zizaihuan opened this issue Nov 17, 2024 · 2 comments
Assignees

Comments

@zizaihuan
Copy link

zizaihuan commented Nov 17, 2024

ffigen_config.yaml

image

when there is only "- 'lib/third_party/**.h'", and I run "dart run ffigen --config ffigen_config.yaml",output is
image

when there is only "- 'lib/third_party/example.h'", and I run "dart run ffigen --config ffigen_config.yaml",output is
image

That means Glob syntax is not allowed. The version of ffigen is 16.0.0.

@liamappelbe
Copy link
Contributor

I wonder if it's related to windows path delimiters. Does the glob work if you use \ instead? 'lib\third_party\**.h

@zizaihuan
Copy link
Author

zizaihuan commented Nov 18, 2024

I use \ instead,and it doesn't work.
image
image
my src is there:
image
image
image

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