Unknown dependent for binding dependency on #"<raw-pointer>"
Using a compiler built from master on May 18, 2020, a clean build of daytime-server (note, not the one in the simple-daytime-server directory that has the same library name) works fine, but modifying the server port number and rebuilding results in
Internal error: Unknown dependent for binding dependency on #"<raw-pointer>"
Clean build works every time. Making a minor change and rebuilding fails every time.
There was a little discussion about this here: https://gitter.im/dylan-lang/general?at=5c982183dfc69a1454ed1a47 I've definitely rebuilt the compiler since then.
This sort of problem usually indicates that something needs to be wrapped in without-dependency-tracking; having a backtrace should help identify where.
I suspect this is fixed by PR#1459, but if anyone continues to see it please let me know.