-
Notifications
You must be signed in to change notification settings - Fork 414
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
test(ctypes): showcase deps field not supporting the full dependency specification #11443
base: main
Are you sure you want to change the base?
Conversation
…specification Signed-off-by: Louis Roché (Ahrefs) <[email protected]>
dc97e58
to
d3790ba
Compare
File "dune", line 14, characters 40-48: | ||
14 | "#include \"example.h\"\n#include \"%{foo_h}\"\n#include \"%{bar_h}\"\n#include \"baz.h\"\n#include \"%{dep:qux.h}\"")) | ||
^^^^^^^^ | ||
Error: %{foo_h} isn't allowed in this position. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what to look at to be able to fix this error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be %{dep:foo.h}
? `
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I want to use the name of the dependency, this is on purpose.
db26e78
to
f63f5d3
Compare
Signed-off-by: Louis Roché (Ahrefs) <[email protected]>
Signed-off-by: Louis Roché (Ahrefs) <[email protected]>
Signed-off-by: Louis Roché (Ahrefs) <[email protected]>
Signed-off-by: Louis Roché (Ahrefs) <[email protected]>
f63f5d3
to
7ac582d
Compare
creating an example to showcase the issue explained in #11440