Jan Wielemaker
Jan Wielemaker
This issue has been mentioned on **SWI-Prolog**. There might be relevant details there: https://swi-prolog.discourse.group/t/http-engines-and-timeouts/1631/4
Hi Falco, I think the missing link is in the reference rewriting in `pldoc/doc_man.pl`. This file provides an index to the manual and extracts parts of the manual such as...
Thanks for your observations. I'm not much of a float expert. @ridgeworks, what is your opinion on these matters?
We have been here before :smile: I don't consider this _decomposition_ of a type, like turning an atom into character codes or one-character atoms, a float into its integral and...
I have added a shell function to `mkcerts.sh` to avoid dependency on `seq`. We should investigate the necessary conditions and replace the version tests with feature tests in configure. I...
Using the above we get a little further, but then it gets worrying. As we see below, a normal SSL query fails. ``` ERROR: /home/jan/src/swipl-devel/packages/ssl/test_ssl.pl:81: test readme: received error: SSL(14007086)...
> Namely picking up the root certs from the right path. Yes. Work should start from the current master. Just to avoid problems I deleted the `openbsd` branch on the...
If that happens you may try to trace through `modified_file/1` in `make.pl` and/or run some of the predicates this uses to figure out what happened. It may be related to...
The `--debug` option affects the `generate_debug_info` flag according to the [docs](https://www.swi-prolog.org/pldoc/man?section=cmdline). `-g debug` probably doesn't work because the -g goals are executed with some isolation that restores several settings after...
> It could be that this error is not being properly reported because the plunit module fails to load? Seems so. Possibly we should add hook code that causes error...