[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.8.90 pretest
From: |
pertusus |
Subject: |
Re: texinfo-6.8.90 pretest |
Date: |
Sun, 23 Oct 2022 16:07:00 +0200 |
On Sun, Oct 23, 2022 at 04:54:31PM +0300, Eli Zaretskii wrote:
> > My guess is that it is a bug, as in HTML it seems to me that there
> > should only be forward slashes.
>
> Yes.
>
> Any hints where I should look for the source of these backslashes?
I don't know. I'll have a look at this bug.
> I've run "make check" in many_input_files, and it reported 3 failed
> tests: input_dir_nonascii, output_dir_nonascii, and
> output_dir_file_nonascii. Given the "nonascii" part, should I look
> into the failures?
There are file/dir names encoded in UTF-8 given as arguments. We
assume that the shell pass the file names as binary strings (and that
the corresponding directories and files can be created), if I understood
well your previous messages, this is not true in Windows.
We also set LC_ALL=C and LANGUAGE=en in the tests for portability, I do
not know if some other value could be relevant in Windows.
I am not sure that we can do anything to have those tests work for
native windows setups. Maybe the best would be to skip if on windows as
determined by the HOST_IS_WINDOWS conditional sets in configure.ac.
--
Pat
- Re: texinfo-6.8.90 pretest, (continued)
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- free used incorrectly in api.c, Gavin Smith, 2022/10/23
- Re: free used incorrectly in api.c, Eli Zaretskii, 2022/10/23
- Re: free used incorrectly in api.c, Gavin Smith, 2022/10/23
- Re: free used incorrectly in api.c, Eli Zaretskii, 2022/10/23
- Re: free used incorrectly in api.c, pertusus, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, pertusus, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest,
pertusus <=
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, pertusus, 2022/10/23
- Directory separator for INFO_JS_DIR, Gavin Smith, 2022/10/23
- Re: Directory separator for INFO_JS_DIR, Eli Zaretskii, 2022/10/23
- Re: Directory separator for INFO_JS_DIR, pertusus, 2022/10/23
- Re: Directory separator for INFO_JS_DIR, pertusus, 2022/10/23
Re: texinfo-6.8.90 pretest, Gavin Smith, 2022/10/22