ee7
ee7
Like https://github.com/crashappsec/chalk/pull/280, a small PR to get rid of deprecation warnings and reduce noise locally (e.g. when running `nimble build -d:debug`). --- Resolve the deprecation warning: > src/commands/cmd_exec.nim(214, 16) Warning:...
## Issue #214 ## Description Continue from #235 and #236, removing every remaining access of a `ChalkConfig` field that has a built-in type. With this PR, the remaining field accesses...
Pin every external action in this repo to the version used at the time of writing. Let's handle bumping the actions separately. This PR: - Increases reproducibility and robustness, removing...
I'm creating an issue to track what I mentioned in [this comment](https://github.com/crashappsec/chalk/pull/227/files/d2fef48de0c022d67ef05c7f23c4ef2a107bf148#r1509448563), since the failure mode just happened. PR https://github.com/crashappsec/chalk/pull/254 passed checks at PR time and on `main`, but only...
Rationale: https://github.com/crashappsec/chalk/pull/227#discussion_r1508108288
con4m was rewritten, most importantly to: - Decrease the chalk startup time - Supported multi-threaded attribute access ### Current flow Currently, building chalk execs the `con4m` executable to generate `c4autoconf.nim`...
Currently, this is possible: 1. CI passes on a PR 2. We merge the PR 3. CI fails on `main` I suggest that we should minimize the possibility of this...
## Description The [techStackGeneric plugin](https://github.com/crashappsec/chalk/blob/8f00241d0ae466af9601912e9f5e2bac6e30f22f/src/plugins/techStackGeneric.nim) is currently a bit too slow. It'd be good to speed it up. For example: - [x] Profile it - [x] Fix bugs in `getProcNames`...
## Description @nettrino and I had a good discussion earlier today about bypassing chalk (issue https://github.com/crashappsec/chalk/issues/224). Here's a sketch of a possible implementation. This is the "avoid as much chalk...
### Steps to reproduce Run `chalk docgen` with chalk 0.3.1 or b8a69436a25b2c9cb50f50ce64e4b02cb683eb64. ### Expected behavior HTML tables are rendered correctly, like: ```html Command Name Description insert Add chalk marks to...