The release of Nushell 1.102.0 came with some changes that made some data structures lazily evaluated in more scenarios. That meant that syntax errors in code under test were not being correctly emitted in the right context. This release manifests these parse errors in the appropriate context so they are displayed on the terminal correctly.