Google Groups Home
Help | Sign in
compiling km-2-0-51 with clisp
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
sds@gnu.org  
View profile
 More options Jan 31 2007, 12:40 pm
From: "s...@gnu.org" <s...@gnu.org>
Date: Wed, 31 Jan 2007 17:40:55 -0000
Local: Wed, Jan 31 2007 12:40 pm
Subject: compiling km-2-0-51 with clisp
Hi,
compiling km-2-0-51 with clisp results in the following warnings:

;; Compiling file /home/sds/km-2-0-51.lisp ...
WARNING in PROCESS-KM1-RESULT in lines 1236..1260 :
keyword arguments to function PROCESS-KM1-RESULT should occur
pairwise: (:FAIL-MODE FAIL-MODE :TARGET TARGET :HANDLER-PATTERN :PID
PID)
WARNING in RAISE-PARTICIPANT-1 in lines 15499..15511 :
keyword arguments to function GET-EXPLANATION-DATA should occur
pairwise: (SITUATION)
[GET-EXPLANATION-DATA was defined in lines 11772..11775]
;; Wrote file /home/sds/km-2-0-51.fas

these warnings point two 2 bugs, fixed in the following patch:

diff -u -b -w -i -B /home/sds/km-2-0-51.lisp.old /home/sds/
km-2-0-51.lisp
--- /home/sds/km-2-0-51.lisp.old        2006-12-14 12:18:08.000000000 -0500
+++ /home/sds/km-2-0-51.lisp    2007-01-31 12:39:54.000286000 -0500
@@ -1256,7 +1256,7 @@
           (km1 kmexpr kmexpr-with-comments :fail-mode fail-mode :target
target :pid pid :rewritep rewritep))
          ((eq users-response 'fail)                                    ; resets answer to be NIL [doesn't
destroy cached non-nil answers though!]
           (increment-trace-depth)                                      ; put *depth* back to where it was
-          (process-km1-result nil kmexpr kmexpr-with-comments :fail-mode
fail-mode :target target :handler-pattern :pid pid))
+          (process-km1-result nil kmexpr kmexpr-with-comments :fail-mode
fail-mode :target target :handler-pattern handler-pattern :pid pid))
          (t answer))))

 ;;; Temp function
@@ -15505,7 +15505,7 @@
   ;;; Raise explanations
   (put-explanation-data participant (remove-duplicates
                                     (my-mapcan #'(lambda (situation)
-                                                   (get-explanation-data participant situation))
+                                                   (get-explanation-data participant :situation situation))
                                                (all-situations))
                                     :test #'equal)
                        :situation *global-situation*))

Diff finished.  Wed Jan 31 12:40:12 2007

Sam.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google