<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 29 Apr 2021, at 11:42, Stelian Ionescu wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; 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 ?</p>

<p dir="auto">ASDF has no syntactic distinction between properties that affect the compilation process and mere annotations like author, licence, etc...</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.</p>

<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:#F7F7F7; border-radius:3px; margin:0; padding:0 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.</p>

<p dir="auto">But it <em>does</em> make it possible to extend ASDF <em>in safe ways</em> without compromising backwards compatibility.</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.</p>
</div>
</div>
</body>
</html>