-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
vala: Fix global arguments for valac
#954
vala: Fix global arguments for valac
#954
Conversation
⚔ conflicts. |
@jpakkane It's not meant to be merged now, I still not have figured how to fix |
e6de2cd
to
67baeec
Compare
The only thing that is missing is passing |
I fixed the precedence of arguments to follow what I still can't figure why arguments are not passed on the initial |
93556ac
to
d8e7224
Compare
What's the status of this now? |
@nirbheek I need to rebase the work and see if |
d8e7224
to
b9080b8
Compare
Fix precedence of arguments for Vala tasks and include those considered external (i.e. '-Dvala_args' and 'VALAFLAGS').
b9080b8
to
ad8a7ff
Compare
@nirbheek Everything is working! :) I can't even get |
I didn't even know that was a thing, @jpakkane? |
@jpakkane Is it possible to schedule this PR for 0.40? |
Please rebase so the tests are rerun. If they pass then we'll merge this. |
There's two things I would like to address here:
VALAFLAGS
environment variable support-Dvala_args
which are not considered at this pointFor
VALAFLAGS
, it is already supported by autotools and waf, so there's not excuse not to have it as well.I tried to dig a bit into the code to see why the arguments weren't set, but couldn't find anything so far.