-
-
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
Draft
masinter
wants to merge
1
commit into
main
Choose a base branch
from
add-dont-loadcomp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
(DEFINE-FILE-INFO PACKAGE "INTERLISP" READTABLE "INTERLISP" BASE 10) | ||
|
||
(FILECREATED " 2-Jun-2022 13:44:04" {DSK}<var>tmp>loops>sources>LOOPSUID.;2 17549 | ||
(FILECREATED "19-Aug-2022 14:47:13" {DSK}<home>larry>loops>system>LOOPSUID.;2 17366 | ||
|
||
:CHANGES-TO (FNS InitializeUIDs) | ||
:CHANGES-TO (VARS LOOPSUIDCOMS) | ||
|
||
:PREVIOUS-DATE "17-Mar-2022 16:22:46" {DSK}<var>tmp>loops>sources>LOOPSUID.;1) | ||
:PREVIOUS-DATE " 2-Jun-2022 13:44:04" {DSK}<home>larry>loops>system>LOOPSUID.;1) | ||
|
||
|
||
(* ; " | ||
|
@@ -41,8 +41,6 @@ Copyright (c) 1984-1988, 1990, 2022 by Venue & Xerox Corporation. | |
(* ;;; "Unpacking UIDs for human consumption") | ||
|
||
(FNS Unpack-UID ConvertFromRadix64) | ||
(DECLARE%: EVAL@COMPILE DONTCOPY (FILES (SYSLOAD) | ||
MATCH)) | ||
|
||
|
||
(* ;;; "Access UID/instance relation") | ||
|
@@ -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 commentThe 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. |
||
MATCH) | ||
) | ||
|
||
|
||
|
||
|
@@ -427,9 +420,9 @@ DONTEVAL@COMPILE DOCOPY | |
(ADDTOVAR AROUNDEXITFNS \Loops.AroundExit) | ||
(PUTPROPS LOOPSUID COPYRIGHT ("Venue & Xerox Corporation" 1984 1985 1986 1987 1988 1990 2022)) | ||
(DECLARE%: DONTCOPY | ||
(FILEMAP (NIL (2510 4036 (HasUID? 2520 . 2843) (Make-UID 2845 . 3394) (UID 3396 . 3799) (UIDP 3801 . | ||
4034)) (4471 9445 (InitializeUIDs 4481 . 8685) (RADIX64NUM 8687 . 9443)) (9501 14483 (Unpack-UID 9511 | ||
. 13912) (ConvertFromRadix64 13914 . 14481)) (14603 16692 (GetObjFromUID 14613 . 14894) (PutObjectUID | ||
14896 . 15308) (DeleteObjectUID 15310 . 15697) (MapObjectUID 15699 . 15915) (UIDHashBits 15917 . | ||
16292) (UIDEqual 16294 . 16690)) (16969 17383 (\Loops.AroundExit 16979 . 17381))))) | ||
(FILEMAP (NIL (2399 3925 (HasUID? 2409 . 2732) (Make-UID 2734 . 3283) (UID 3285 . 3688) (UIDP 3690 . | ||
3923)) (4360 9334 (InitializeUIDs 4370 . 8574) (RADIX64NUM 8576 . 9332)) (9390 14372 (Unpack-UID 9400 | ||
. 13801) (ConvertFromRadix64 13803 . 14370)) (14420 16509 (GetObjFromUID 14430 . 14711) (PutObjectUID | ||
14713 . 15125) (DeleteObjectUID 15127 . 15514) (MapObjectUID 15516 . 15732) (UIDHashBits 15734 . | ||
16109) (UIDEqual 16111 . 16507)) (16786 17200 (\Loops.AroundExit 16796 . 17198))))) | ||
STOP |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 :(