DATurner/miranda
1
14
Fork
You've already forked miranda
2

Fix sahbug3.m #3

Open
opened 2025年04月02日 03:17:44 +02:00 by martinwguy · 0 comments

Fix sahbug3.m

Description

In types.c:deps() there is a suggestion for a possible fix:

case LAMBDA: /* d=UNION(d,patdeps(hd[x])); */
 /* should add this - see sahbug3.m */
 return(rembvars(UNION(d,deps(tl[x])),hd[x]));

but unfortunately sahbug3.m isn't included.

Conclusion

See if we can recover Professor Turner's later work and see if sahbug3.m is there. #18

# Fix sahbug3.m ## Description In `types.c:deps()` there is a suggestion for a possible fix: ``` case LAMBDA: /* d=UNION(d,patdeps(hd[x])); */ /* should add this - see sahbug3.m */ return(rembvars(UNION(d,deps(tl[x])),hd[x])); ``` but unfortunately `sahbug3.m` isn't included. ## Conclusion See if we can recover Professor Turner's later work and see if `sahbug3.m` is there. #18
martinwguy added this to the micro milestone 2025年04月27日 15:07:10 +02:00
martinwguy changed title from (削除) Maybe fix sahbug3.m (削除ここまで) to Fix sahbug3.m 2025年05月02日 20:20:59 +02:00
Sign in to join this conversation.
No Branch/Tag specified
main
interleave
sparc
miranda-2.067
miranda-2.067-rc2
miranda-2.067-rc1
No labels
unconfirmed
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DATurner/miranda#3
Reference in a new issue
DATurner/miranda
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?