getappmap / getappmap/appmap-js
"needle / haystack" error in patch applier
Open
@dustinbyrne is already working on this.
Since Sep 20, 2024.
bug
navie-plan
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 18
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 8
Description
https://github.com/getappmap/navie-benchmark/actions/runs/10960062312/job/30434119659
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
(0, assert_1.default)(trimmed.length && haystack.length)
at findLineMatch (/home/runner/work/navie-benchmark/navie-benchmark/submodules/appmap-js/packages/cli/built/rpc/file/applyFileUpdate.js:12:26)
at applyFileUpdate (/home/runner/work/navie-benchmark/navie-benchmark/submodules/appmap-js/packages/cli/built/rpc/file/applyFileUpdate.js:53:19)
at async Object.handler (/home/runner/work/navie-benchmark/navie-benchmark/submodules/appmap-js/packages/cli/built/cmds/apply.js:62:13) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 0,
expected: true,
operator: '=='
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.