-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add DONTEVAL@LOAD before LOADCOMP of other LOOPS sources to avoid load problems #14
base: main
Are you sure you want to change the base?
Conversation
I'm trying to get GITFNS to actually do a comparison for me... I'm going to have to read the source to figure out how to compare two branches that aren't in Medley, and where I don't have a directory outside the repository. |
you can't. You need to have a clone or fork of the repo to run any of the git commands. |
I have the repo clone. What I learned was T for the working directory. It is still giving me trouble because it’s trying to work with MEDLEY even though I told it the project was LOOPS, and in some place it’s sticking in a local/. local should go away… you should give it the git name for what you want, xxx or origin/xxx or whatever/xxx and let git do what you asked. |
@@ -346,13 +353,8 @@ DONTEVAL@COMPILE DOCOPY | |||
(PUTPROPS ClassVariables MACRO ((self) | |||
(APPEND (fetch (class cvNames) of self)))) | |||
|
|||
(PUTPROPS FetchCIVDescr MACRO [(self varName) (* dgb%: "25-JAN-82 15:48") | |||
|
|||
(* * Find the description list for the named variable in a class, returning NIL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like comments got dropped :(
@@ -327,11 +325,6 @@ DONTEVAL@COMPILE DOCOPY | |||
c) | |||
48))) finally (RETURN number]) | |||
) | |||
(DECLARE%: EVAL@COMPILE DONTCOPY | |||
|
|||
(FILESLOAD (SYSLOAD) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i didn't find a use of MATCH originally but perhaps this is still necessary.
No description provided.