poml icon indicating copy to clipboard operation
poml copied to clipboard

feat: add default attribute for let variables

Open ultmaster opened this issue 2 months ago • 0 comments

Summary

  • add default attribute to <let> so variables are only set when unset
  • document default behavior for <let> in language guide
  • test default attribute including object merge semantics

Testing

  • npm run build-webview
  • npm run build-cli
  • npm run lint
  • npm test (fails: fetch failed and preprocessImage from URL)
  • python -m pytest python/tests (fails: POML command failed with ENETUNREACH)
  • npm run generate-component-spec

https://chatgpt.com/codex/tasks/task_e_68b6a75959b8832e90935174411160c2

ultmaster avatar Oct 20 '25 03:10 ultmaster