Skip to content

Conversation

bitjson
Copy link
Member

@bitjson bitjson commented Aug 7, 2024

No description provided.

Copy link

changeset-bot bot commented Aug 7, 2024

🦋 Changeset detected

Latest commit: 0534f9b

The changes in this PR will be included in the next version bump.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

❌ Patch coverage is 74.67090% with 1116 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.82%. Comparing base (ade0151) to head (0534f9b).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/lib/vm/instruction-sets/common/crypto.ts 46.72% 228 Missing ⚠️
...b/vm/instruction-sets/bch/2026/bch-2026-bitwise.ts 29.87% 162 Missing ⚠️
...truction-sets/bch/2023/bch-2023-instruction-set.ts 78.39% 143 Missing ⚠️
...vm/instruction-sets/bch/2026/bch-2026-functions.ts 30.69% 70 Missing ⚠️
src/lib/vm/instruction-sets/common/inspection.ts 39.77% 53 Missing ⚠️
src/lib/vm/instruction-sets/common/arithmetic.ts 81.88% 52 Missing ⚠️
src/lib/vm/instruction-sets/common/stack.ts 36.76% 43 Missing ⚠️
src/lib/vm/instruction-sets/xec/xec-types.ts 16.32% 41 Missing ⚠️
...ib/vm/instruction-sets/bch/2023/bch-2023-tokens.ts 21.73% 36 Missing ⚠️
...truction-sets/bch/2025/bch-2025-instruction-set.ts 79.77% 36 Missing ⚠️
... and 18 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   98.35%   95.82%   -2.54%     
==========================================
  Files         152      161       +9     
  Lines       61284    54119    -7165     
  Branches     2272     1820     -452     
==========================================
- Hits        60276    51857    -8419     
- Misses       1002     2261    +1259     
+ Partials        6        1       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bitjson bitjson force-pushed the master branch 3 times, most recently from e72ba49 to 60aec23 Compare November 13, 2024 15:36
@github-actions github-actions bot mentioned this pull request Dec 19, 2024
github-actions bot and others added 2 commits December 19, 2024 00:12
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot mentioned this pull request Apr 22, 2025
github-actions bot and others added 2 commits May 28, 2025 00:23
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot and others added 2 commits May 31, 2025 03:17
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot mentioned this pull request Jul 1, 2025
if ('comment' in currentNode) {
const sourceSample = samples.length - 1;
const lastSampleStack = samples[sourceSample]?.state.stack;
const match = /\[\[(?<hint>[\s\S]*?)\]\]/u.exec(currentNode.comment);

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with '[[' and with many repetitions of '[[a'.
This
regular expression
that depends on
library input
may run slow on strings starting with '[[' and with many repetitions of '[[a'.
github-actions bot and others added 2 commits July 1, 2025 02:54
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot and others added 3 commits September 5, 2025 13:43
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant