Re: Ann: SWI-Prolog 6.5.3
Alan Baljeu <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
I have identified two bugs in the CHR module. One I fixed:
library/chr/chr_runtime.pl 914c
<handle_debug_command('c,Event,Depth)
>handle_debug_command(creep,Event,Depth)
Makes the tracer behave nicer. How do I submit this?
The other I don't have a fix. make/1 recompiling frequently causes this problem:
CHR compiler TYPE ERROR:
`--> Ambiguous type aliases: you have defined
`id==dense_int'
`id==dense_int'
resulting in two definitions for "id".
Somehow the compiler attempts to add this alias a second time. I don't have a grasp on how the Prolog compiler maintains such information upon remake, so I'm not sure how to approach a solution.
Alan Baljeu
-------------- next part --------------
HTML attachment scrubbed and removed