Skip to content

Disable parsing Cursor transcripts on BSD#1309

Merged
alanhamlett merged 1 commit intodevelopfrom
bugfix/disable-cursor-bsd
Apr 1, 2026
Merged

Disable parsing Cursor transcripts on BSD#1309
alanhamlett merged 1 commit intodevelopfrom
bugfix/disable-cursor-bsd

Conversation

@alanhamlett
Copy link
Copy Markdown
Member

# modernc.org/libc
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:247:25: cannot use int64(off) (value of type int64) as int32 value in assignment
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:269:50: cannot use int64(off) (value of type int64) as int32 value in assignment
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1642:17: invalid operation: Uint64(Uint64FromInt32(-1)) / uint64(255) * size_t(c) (mismatched types uint64 and size_t)
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1643:192: invalid operation: *(*uint64)(unsafe.Pointer(w)) ^ k (mismatched types uint64 and size_t)
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1662:42: cannot use &l1 (value of type *size_t) as *uint64 value in argument to AssignUint64
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1662:47: cannot use size_t((int64(X__strchrnul(tls, var1, '=')) - int64(var1)) / 1) (value of uint32 type size_t) as uint64 value in argument to AssignUint64
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1671:19: invalid operation: l1 + l2 + uint64(2) (mismatched types size_t and uint64)
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1677:48: invalid operation: l2 + uint64(1) (mismatched types size_t and uint64)
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1690:6: cannot use uint64(0) (constant 0 of type uint64) as size_t value in assignment
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1700:57: invalid operation: l + uint64(1) (mismatched types size_t and uint64)
Error: ../../../go/pkg/mod/modernc.org/libc@v1.70.0/libc_freebsd.go:1700:57: too many errors

@alanhamlett alanhamlett force-pushed the bugfix/disable-cursor-bsd branch from 7064dca to 96c45d4 Compare April 1, 2026 05:45
@alanhamlett alanhamlett merged commit 819763b into develop Apr 1, 2026
9 checks passed
@alanhamlett alanhamlett deleted the bugfix/disable-cursor-bsd branch April 1, 2026 05:48
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.45%. Comparing base (d51a6fd) to head (96c45d4).
⚠️ Report is 2 commits behind head on develop.

@@           Coverage Diff            @@
##           develop    #1309   +/-   ##
========================================
  Coverage    54.45%   54.45%           
========================================
  Files          399      399           
  Lines        12348    12348           
========================================
  Hits          6724     6724           
  Misses        4994     4994           
  Partials       630      630           
Flag Coverage Δ
unittests 54.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
pkg/ai/cursor.go 76.01% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alanhamlett alanhamlett mentioned this pull request Apr 1, 2026
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