Open edwardalee opened 3 years ago
Looks like a problem with hard-coded paths that weren't adjusted... Since we no longer compiler examples, this didn't show up in tests...
I think the new path is /lib/c/reactor-c/util/
.
Oh, this is a strange path. This gives yet further motivation for overhauling how we pull in library components.
Fixing this will be a fair amount of work. This properly belongs as part of the task of moving things around. In this case, there is code documentation, wiki pages, and quite a few files attributes in .lf files that need to be updated. Meanwhile, many of our examples will fail.
An alternative (and probably a better approach when moving things around) is to make the change backward compatible. In Ptolemy II, whenever something moved that might be used by application code, a table was updated that remapped the old address to the new. This could be made part of the handling of the files
attribute.
Seems easy enough to a regex string replace, no? I can take this as an action item...
Some recent change broke the mechanism using the target
files
parameter. Try this: