Skip to content
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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

masinter
Copy link
Member

No description provided.

@nbriggs
Copy link
Contributor

nbriggs commented Aug 31, 2022

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.

@masinter
Copy link
Member Author

masinter commented Sep 2, 2022

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'm thinking we might merge Loops back into the repo like with clos and rooms and we could more easily make a loops sysout or init. @skaisler1

@nbriggs
Copy link
Contributor

nbriggs commented Sep 3, 2022

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
Copy link
Member Author

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)
Copy link
Member Author

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.

@masinter masinter marked this pull request as draft October 13, 2022 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants