You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"time":"2024-12-11T15:16:26.898523-06:00","level":"INFO","msg":"warn: Cannot find field on Go struct `pkl.ProjectEvaluatorSettings` matching Pkl property `color`. Ensure the Go structs are up to date with Pkl classes either through codegen or manually adding `pkl` tags."}
{"time":"2024-12-11T15:16:26.898544-06:00","level":"INFO","msg":"warn: Cannot find field on Go struct `pkl.ProjectEvaluatorSettings` matching Pkl property `externalModuleReaders`. Ensure the Go structs are up to date with Pkl classes either through codegen or manually adding `pkl` tags."}
{"time":"2024-12-11T15:16:26.898547-06:00","level":"INFO","msg":"warn: Cannot find field on Go struct `pkl.ProjectEvaluatorSettings` matching Pkl property `externalResourceReaders`. Ensure the Go structs are up to date with Pkl classes either through codegen or manually adding `pkl` tags."}
{"time":"2024-12-11T15:16:26.898551-06:00","level":"INFO","msg":"warn: Cannot find field on Go struct `pkl.Project` matching Pkl property `annotations`. Ensure the Go structs are up to date with Pkl classes either through codegen or manually adding `pkl` tags."}
These messages are a product of a mismatch between Pkl and pkl-go versions. pkl-go v0.8.x is aligned with Pkl 0.26.x; there is no pkl-go release yet for Pkl 0.27.x.
Those messages are from the binary decoder, but the evaluator option for the logger only controls logging produced by the Pkl server. That said, it's definitely not ideal that these are logged globally. It's probably worth filing a separate issue about the logging.
Utilizing:
pkl:
0.27.1
on MacOSpkl-go:
0.8.1
I receive these info logs:
Code:
The text was updated successfully, but these errors were encountered: