-
Notifications
You must be signed in to change notification settings - Fork 413
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
Expand variables in install stanzas #690
Comments
I've started poking at this, but first issue w/ Dune so it'll be slow. Feel free to scoop me for the sake of expedition. |
Thanks for taking intitative @Isweet . Have a look at jbuild.ml. In particular, you're looking for uses of Then, you'll be to eliminate Finally, keep in mind that we cannot support all variables in the installed stanza. For example, Feel free to ask more questions. |
I was able to figure out the parsing yesterday. I'll open a WIP PR sometime today. I started looking at the expand functions in Thanks for the direction, I'll follow-up if I get stuck. |
Has anything changed here recently? I can compile an executable in I can't remove I didn't have such issues before, so I'm wondering if something changed in My
And then I run Note: I'm on |
@rauanmayemir could you open a separate issue? |
Yes, please. It's easier to track issues at a central place. I believe all dune devs are on discuss, but for instance I personally don't consult discuss on a daily basis. |
Fixed by @mseri |
Currently
${variables}
aren't expanded in install stanzas as they should be [1].cc @dilm @wokalski
[1] https://discuss.ocaml.org/t/dune-object-file-output-is-not-using-output-complete-obj/1828/6?u=rgrinberg
The text was updated successfully, but these errors were encountered: