<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div><br></div><blockquote type="cite" id="qt" style=""><div style="font-family:sans-serif;"><div style="white-space:normal;"><p dir="auto">On 29 Apr 2021, at 11:42, Stelian Ionescu wrote:<br></p><blockquote style="border-left-width:2px;border-left-style:solid;border-left-color:rgb(119, 119, 119);color:rgb(119, 119, 119);margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-left:5px;"><p dir="auto">How can ASDF or a developer determine that the unknown property doesn't change the semantics of the DEFSYSTEM, and therefore discarding it would have an effect that's contrary to the author's intention ?<br></p><p dir="auto">ASDF has no syntactic distinction between properties that affect the compilation process and mere annotations like author, licence, etc...<br></p></blockquote><p dir="auto">You can safely assume that the unknown property doesn't change the semantics, because if it does, then the system must require a particular version of ASDF.<br></p></div></div></blockquote><div><br></div><div>Yes but you can't assume that the system author specified the minimum ASDF version correctly.<br></div><div>Developers currently have no way of figuring out what is the actual minimum required version, and version guards are rare and the result of guesswork (including those I put in the libraries I maintain).</div><div><br></div><blockquote type="cite" id="qt" style=""><div style="font-family:sans-serif;"><div style="white-space:normal;"><p dir="auto">In other words, this does not introduce a failure mode that isn't already present.  If there's a <code style="background-color:rgb(247, 247, 247);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0.4em;padding-bottom:0px;padding-left:0.4em;" bgcolor="#F7F7F7">:use-apple-clang</code> property introduced in ASDF 29.7 and you didn't put some requirement for ASDF >= 29.7 then your system is busted whether the user discards and continues or not -- the library developer has erred, and nothing about this new extensibility makes the problem worse.<br></p><p dir="auto">But it <i>does</i> make it possible to extend ASDF <i>in safe ways</i> without compromising backwards compatibility.<br></p><p dir="auto">Note the "in safe ways" -- if we added new properties that change the semantics, we must do something to protect people using older versions. The proposed capability wouldn't change that one way or another. It just makes it possible to extend metadata without excessive pain.<br></p></div></div></blockquote><div><br></div><div>Instead of dedicating much work to ensuring that newer DEFSYSTEMs work with old ASDF versions, we should make it clear that one should just update ASDF frequently.<br></div><div><br></div><div id="sig4916231"><div class="signature">--<br></div><div class="signature">Stelian Ionescu<br></div></div><div><br></div></body></html>