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
In the following example, it isn't clear that llbuild should rebuild the link on the second iteration – the semantics of the build file are such that the ln is up to date, but because it doesn't exist, and we `stat()`, then we rebuild
We should probably have a way for the client to specify the appropriate semantics to use for file based nodes. It isn't clear to me yet whether that should be an attribute tied to the file or the command, though.
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: d36aca20d0c383ff9b730a94e12b72ea
Issue Description:
In the following example, it isn't clear that llbuild should rebuild the link on the second iteration – the semantics of the build file are such that the ln is up to date, but because it doesn't exist, and we `stat()`, then we rebuild
We should probably have a way for the client to specify the appropriate semantics to use for file based nodes. It isn't clear to me yet whether that should be an attribute tied to the file or the command, though.
The text was updated successfully, but these errors were encountered: