Re: [Rpm-maint] [rpm-software-management/rpm] test fail of 222: rpmkeys -Kv 2 (#1074)

2020-02-25 Thread syyhao1994
> Yeah I realized that commit already is in 4.15.1, so there's something else > going on, but that's the mess its related to anyhow. Ok. And how about my second question, do you have any suggetion? Thank you. By the way, I was wondering how to change the name of src.rpm by default. I can change

Re: [Rpm-maint] [rpm-software-management/rpm] Make parametric macro arguments available as native Lua table (#1063)

2020-02-25 Thread Panu Matilainen
(I'm really having a strange week with accidentally closing stuff when intending to comment or cancel... :roll_eyes: ) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Make parametric macro arguments available as native Lua table (#1063)

2020-02-25 Thread Panu Matilainen
Reopened #1063. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1063#event-3069978068___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Make parametric macro arguments available as native Lua table (#1063)

2020-02-25 Thread Panu Matilainen
Closed #1063. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1063#event-3069975156___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Make parametric macro arguments available as native Lua table (#1063)

2020-02-25 Thread Panu Matilainen
Ookkay, looks like the global "arg" convention used in rpm is a leftover from olden days of Lua to work around lack of proper support for variadic arguments. More than one way to do this, feedback on what people actually want would be welcome. Possibilities include (but not limited to): 1) pass

Re: [Rpm-maint] [rpm-software-management/rpm] test fail of 222: rpmkeys -Kv 2 (#1074)

2020-02-25 Thread Panu Matilainen
Yeah I realized that commit already is in 4.15.1, so there's something else going on, but that's the mess its related to anyhow. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] test fail of 222: rpmkeys -Kv 2 (#1074)

2020-02-25 Thread syyhao1994
> Right, that should be fixed already in commit > [7cb8ebd](https://github.com/rpm-software-management/rpm/commit/7cb8ebdf92f7f3d42a12afb9720e142284e71810) > (and the mess behind it) emm...It seems didn't solve the problem, I will try again. By the way, I was wondering how to change the name of

Re: [Rpm-maint] [rpm-software-management/rpm] test fail of 222: rpmkeys -Kv 2 (#1074)

2020-02-25 Thread syyhao1994
emm...It seems didn't solve the problem, I will try again. By the way, I was wondering how to change the name of src.rpm by default. I can change the name of rpm by revising the macros of %_rpmfilename, but i don't find the macros that can change the name of src.rpm. -- You are receiving this

Re: [Rpm-maint] [rpm-software-management/rpm] Make parametric macro arguments available as native Lua table (#1063)

2020-02-25 Thread Panu Matilainen
Yeah that'd would need to be sorted out before an alleged merge. However this is back to the drawing board until we find a way to make the arg table local within callers. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Make parametric macro arguments available as native Lua table (#1063)

2020-02-25 Thread Michael Schroeder
I must admit I liked the old implementation better as it didn't do the lua setup if it is not needed by some lua macro. I.e. it had a more lazy approach. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: