Skip to content

Defect: Removed image.urlLoremFlickr reports misleading params error #250

Description

@eviltester

Summary

The removed/deprecated command image.urlLoremFlickr() does not generate output, but the user-facing validation message is misleading. The app rewrites/displays the input as image.url(LoremFlickr()) and reports a params-wrapping error rather than clearly saying the command is unknown, removed, or deprecated.

Environment

Repeat Steps

  1. Open the deployed generator.
  2. Switch schema editor to text mode with Edit as Text.
  3. Enter:
value: image.urlLoremFlickr()
  1. Click Preview.
  2. Repeat from a clean page state.

Expected

The app should report that image.urlLoremFlickr is unknown, removed, or deprecated, and ideally point to the supported replacement such as image.url().

Actual

The app does not generate output, but rewrites/displays the value as image.url(LoremFlickr()) and reports:

Row 1: params should be wrapped in parentheses, e.g. (LoremFlickr().

The message points the user toward params wrapping rather than the real problem. Current image.url() generated valid picsum URLs, so this is specific to removed/deprecated command handling.

Evidence

Screenshots and video were captured in the local review artifact folder under docs/testing/20260627/issue-230-001. Structured evidence is in negative-validation-results.json and loop-gap-review-evidence.json.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions