Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KeiTomiy
-
|
We literally have a CI check to make sure noone adds awk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I experimented with rewriting provider_init() to avoid the long chained sed decoder. Behavior should be identical just less brittle and easier to audit. The current version works but is somewhat hard to read and debug. This version splits the hex into bytes and decodes them using a small awk map. Curious what upstream thinks of this?
Beta Was this translation helpful? Give feedback.
All reactions