Original PR: https://github.com/apple/pkl/pull/48 Author: @KadoBOT Created: 2/5/2024 Status: ❌ Closed
Base: release/0.25 ← Head: patch-1
release/0.25
patch-1
c2a7774
1 file changed (+1 additions, -1 deletions)
📝 docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc (+1 -1)
docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc
fix wrong key being used, which would cause pkl eval to fail:
➜ pkl_poc pkl eval -f json ./parrot.pkl –– Pkl Error –– Cannot find property `species` in module `pigeon`. 6 | species { ^^^^^^^ at parrot#parrot (file:///Users/ricardoambrogi/Projects/pkl_poc/parrot.pkl, line 6) Available properties in module `pigeon`: diet name output taxonomy 106 | text = renderer.renderDocument(value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ at pkl.base#Module.output.text (https://github.com/apple/pkl/blob/0.25.1/stdlib/base.pkl#L106)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/48
Author: @KadoBOT
Created: 2/5/2024
Status: ❌ Closed
Base:
release/0.25← Head:patch-1📝 Commits (1)
c2a7774Update 02_filling_out_a_template.adoc📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc(+1 -1)📄 Description
fix wrong key being used, which would cause pkl eval to fail:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.