swipl-devel icon indicating copy to clipboard operation
swipl-devel copied to clipboard

SWI-Prolog Main development repository

Results 159 swipl-devel issues
Sort by recently updated
recently updated
newest added

If Pl_exception(0) is called when stack overflow occurs, the return value is a term that is a `variable` (as determined by `PL_term_type()`). Also, it seems to remove some exception information,...

Trying to build swi-prolog on NetBSD/macppc 10.0_BETA fails, with the following process getting a SEGV: ``` ../src/swipl -x /usr/pkgsrc/lang/swi-prolog-lite/work/swipl-8.0.2/build/man/pldoc2tex -- --source=/usr/pkgsrc/lang/swi-prolog-lite/work/swipl-8.0.2/man --summaries --out=lib/clpfdlib.tex --lib=clpfd --module=clpfd 'lib/clpfdlib.md' ``` It wasn't particularly...

For example, https://www.swi-prolog.org/pldoc/man?section=foreigntypes Text "See figure 6" Clicking on "figure 6" (which is https://www.swi-prolog.org/pldoc/foreigninclude.html#fig:pl-display ) results in: ``` Not Found The requested URL /pldoc/foreigninclude.html was not found on this server...

I'm embedding SWI in a C++ application and I found that PL_initialise is changing the process' locale (in my case the decimal separator switches from _dot_ to _comma_) ```c++ #include...

The Fedora project is currently switching from homegrown license identifiers to SPDX license identifiers. As part of that effort, we are auditing the various code bases to determine the exact...

There are two ways of getting an integer from a term (and throwing an exception if the term isn't an integer or is not representable as a C/C++ integer type):...

WARNING: unallocStream(): stream has context?? WARNING: Race condition detected. Please report at: WARNING: https://github.com/SWI-Prolog/swipl-devel/issues

Hi there, I've just encountered these test failures when updating the OpenBSD package to version 9.2.3: ``` ... 31: % [39/45] ieee754:ieee_nexttoward ..................................................................................................................................................... **FAILED (0.117 sec) 31: ERROR: /usr/local/pobj/swi-prolog-9.2.3/swipl-9.2.3/src/Tests/rational/test_ieee754.pl:491: 31:...

I tried to install SWI-Prolog using the self-installing executable for Microsoft Windows 64-bit editions on Windows 11 but JPL is not present in the swipl directory. Documentation on https://jpl7.org/ says...

I'm collecting a few items here that I've run into, to be figured out later. The first ones: * (`swipl pack -y install .` is interactive.) _Seems to be OK...