This patch pretty much copy and pastes a lot of code used from
GLEmiter.lib_Makefile_am into GLEmiter.tests_Makefile_am. The
moduletable that I had to add to the parameter list already had a doc
string written for me. :)
CollinFrom 51742eb067dfc686595b16c692d71f9cc92856b5 Mon Sep 17 00:00:00 2001
On 3/1/24 6:13 AM, Bruno Haible wrote:
> On an ASUS UX305CA-FC093T (a notebook) from 2017, I remember that it took
> about 45 minutes. On the Fujitsu ESPRIMO G7012A that I own now, it takes
> about 17 minutes.
That sounds similar to my experience.
> --create-megatestdir with all modules is not re
Collin Funk wrote:
> How long does gnulib-tool --create-testdir and --create-megatestdir
> usually take with all modules, if you can remember?
On an ASUS UX305CA-FC093T (a notebook) from 2017, I remember that it took
about 45 minutes. On the Fujitsu ESPRIMO G7012A that I own now, it takes
about 17
On 3/1/24 3:51 AM, Bruno Haible wrote:
> Interesting. One can use 'git diff --no-index' even outside a git repository.
> Is there any significant advantage of 'git diff --no-index' over
> 'diff -u --color'?
I mostly type it out of habit to be honest. Not sure why I started
using it. My git diff se
Kévin Le Gouguec wrote:
> >> So if Python 3.7 is acceptable as a minimum version (it seems available
> >> in the distro releases you mention), you would be able to start using
> >> this union syntax.
> >
> > I remember having to use the __future__ import. I guess I no longer
> > have to now that De
Just realized that in our end-of-life database (in maint-tools/),
for RHEL we should consider the end of "maintenance support", not the end of
"extended life phase". The reason is that during the "extended life phase"
the RHEL customers receive no bug fixes, no security fixes, no installation
suppo
Thanks! Both patches applied.
Bruno
Collin Funk wrote:
> Follow gnulib-tool change
> 2017-03-14 Mathieu Lirzin
> gnulib-tool: don't automatically distribute files from top/
Thanks. Applied.
> git diff --no-index test-python/gllib/Makefile.am test-shell/gllib/Makefile.am
Interesting. One can use 'git diff --no-index' even outsid
Collin Funk writes:
>> 'from __future__ import annotations', available since Python 3.7 [1],
>> allows older Pythons to ignore type-hint syntax sophistications brought
>> by newer Pythons.
>>
>> So if Python 3.7 is acceptable as a minimum version (it seems available
>> in the distro releases you