I have taken Daniel Espinosa's patch and improved it so that it
fixes all the test failures.
Reuben, thank you very much for dealing with everything, and thanks to
Daniel for the original work.
make check && make distcheck are working for me now.
I have pushed the changes (with fingers cr
On Fri, 30 Oct 2020 at 01:45, Karl Berry wrote:
> install an acceptable version of my patch, as it improves the status
> quo, and include it in the next release. Then I'd think about
> whether it's possible to redo the Vala support entirely.
>
> Sounds sensible.
>
> I applied your cha
install an acceptable version of my patch, as it improves the status
quo, and include it in the next release. Then I'd think about
whether it's possible to redo the Vala support entirely.
Sounds sensible.
I applied your change, but when running make distcheck (not make check)
the new
To follow up clearly: if it were up to me, I'd install an acceptable
version of my patch, as it improves the status quo, and include it in the
next release. Then I'd think about whether it's possible to redo the Vala
support entirely.
--
https://rrt.sc3d.org
On Wed, 28 Oct 2020 at 20:37, Karl Berry wrote:
>
> As I wrote before, I strongly support this approach. Since the C file is
> derived, don't distribute it. Would that simplify the patch?
>
A patch to re-do Vala support would be a larger patch at this stage, though
overall it would certainly str
Hi Reuben - thanks for all your work on this.
(And again to Daniel for the initial patch.)
2. Remove the support for distributing Vala projects as C files that do not
require a Vala compiler. The Vala compiler is portable and has much the
same dependencies as most Vala projects (that i
I have taken Daniel Espinosa's patch and improved it so that it fixes all
the test failures. Some of the failures were actually left-over changes to
the tests required by Daniel's patch, which (correctly) considers the
primary location of C files generated by valac to be builddir, not srcdir.
One