diff --git a/RELEASES.md b/RELEASES.md index bf5466a6..676e51b8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -16,6 +16,11 @@ commits that introduce the changes. To make a new release, run NEXT ==== +Compiler +-------- +- `lv:param-class-to-yields` will now trigger a failure rather than relying + on propagating bad values, which may not result in failure if the symbol + is represented by another type (non-class) of object. Miscellaneous ------------- diff --git a/src/current/include/preproc/template.xsl b/src/current/include/preproc/template.xsl index 743e5151..f326dccb 100644 --- a/src/current/include/preproc/template.xsl +++ b/src/current/include/preproc/template.xsl @@ -1264,16 +1264,11 @@ - + error: unable to determine @yields for class ` ' (has the class been imported?) - - - - - +