Deprecation warnings for check_byte_order_marker and fix_byte_order_marker when pklr environment is active (built-in Rust evaluator)
#878
Closed
Answered
by
websolutions-hamburg
websolutions-hamburg
asked this question in
Troubleshooting and Bug Reports
-
|
When configuring the built-in Rust evaluator by setting Steps to Reproduce
amends "package://github.com/jdx/hk/releases/download/v1.44.1/[email protected]#/Config.pkl"
import "package://github.com/jdx/hk/releases/download/v1.44.1/[email protected]#/Builtins.pkl"
local linters = new Mapping<String, Step> {
["stylua"] = Builtins.stylua
["action-lint"] = Builtins.actionlint
["mise"] = Builtins.mise
}
hooks {
["check"] {
steps = linters
}
["fix"] {
fix = true
steps = linters
}
["pre-commit"] {
fix = true
stash = "git"
steps = linters
}
}
[env]
HK_PKL_BACKEND = "pklr"
HK_MISE = 1
[settings]
experimental = true
[tools]
actionlint = "latest"
hk = "latest"
pkl = "latest"
stylua = "latest"
Environmentmise: |
Beta Was this translation helpful? Give feedback.
Answered by
websolutions-hamburg
Apr 27, 2026
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
websolutions-hamburg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is fixed with v1.44.2. ❤️ @jdx