-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
➤ YN0079: Resolution limit exceeded
➤ YN0000: Failed with errors in 0s 115ms
### To reproduce
```pro repro
% avoid …
-
There is [lsp_server](https://github.com/jamesnvc/lsp_server) that works with SWI Prolog currently, but at some point can be used with Scryer too. So it makes sense to check if it works, maybe fix bug…
-
I'm trying to workaround the `format/2-3` predicates not accepting an atom in the first argument by using the `goal_expansion/2` predicate as follows:
```js
var program =
":- use_module(library…
-
**Operating System:**
Ubuntu 16.04
**Issue:**
When a tarball has symlink inside it, go-getter turns the symlink into zero-length file. One benefit of having go-getter support this would be with r…
-
```
:- meta_predicate(resource_error(+,:)).
resource_error(Resource, Context) :-
throw(error(resource_error(Resource), Context)).
```
UWN updated
11 months ago
-
The court recognizes the evidence of automated testing, but also notes it was added in a separate commit to the implementation it was testing. M'lud wonders whether it was perhaps lost down the back …
-
`help/0` and `help/1`, like in SWI-Prolog, that would be quite useful http://www.swi-prolog.org/pldoc/man?section=help
-
Looks like virtually mapped stacks are coming soon for x86:
https://lkml.org/lkml/2016/6/15/1064
There are some generic changes, but the bulk is arch specific. We will need to enable for power.
-
I built https://github.com/SWI-Prolog/swipl-devel/commit/e8c2e0dd02446e61543e6c41bb76429c8186c5f0 and:
```
?- dif(A, B), C=[D|D], A=[D|E], B=[C|D], D=[E|E].
ERROR: Stack limit (1.0Gb) exceeded
ERR…
-
Hi
Can you add sections to wiki describing this project or add it in read me file?
Thanks
Subham Mishra