You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system: Fix infinite loop in link-target (on Unix)
Also added `follow-links?` keyword argument and a test.
`$EINVAL` became unused and started causing a warning. I removed it
from *-magic-numbers.dylan for all platforms without testing since it's not exported and
all Unixen share the same implementation of link-target, which was the only place it was
used.
Fixes#1408
0 commit comments