[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Regression on portray_clause/2
From: |
Thierry Martinez |
Subject: |
Regression on portray_clause/2 |
Date: |
Fri, 24 Aug 2012 14:37:32 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Hi,
With GNU Prolog 1.4.1, portray_clause/2 ignores its second argument and
prints the its first argument (supposed to be a stream) as
portray_clause/1 would do.
The culprit seems to be the line 57 of src/BipsPl/pretty.pl which calls
'$call_c'('Pl_Portray_Clause_2'(SorA, Term, AboveB)),
instead of
'$call_c'('Pl_Portray_Clause_3'(SorA, Term, AboveB)),
This bug was not present in GNU Prolog 1.4.0.
Best regards,
--
Thierry.
smime.p7s
Description: S/MIME cryptographic signature
- Regression on portray_clause/2,
Thierry Martinez <=