Skip to content

fix: add missing Bonsplit import for Markdown find dlog calls#44

Merged
arzafran merged 1 commit into
mainfrom
fix/markdown-dlog-import
Jun 26, 2026
Merged

fix: add missing Bonsplit import for Markdown find dlog calls#44
arzafran merged 1 commit into
mainfrom
fix/markdown-dlog-import

Conversation

@arzafran

Copy link
Copy Markdown
Member

What this does

Fixes a build break on main from #19 (Markdown find, PR #37). MarkdownPanel.swift and MarkdownPanelView.swift call dlog(...) (a public func in the Bonsplit module) inside #if DEBUG blocks but never imported Bonsplit, so DEBUG builds failed with Cannot find dlog in scope (caught by the macOS Compatibility unit-test job).

Summary

  • Add import Bonsplit to both Markdown panel files. All dlog call sites were already correctly #if DEBUG-wrapped; only the import was missing.

Test Plan

  • macOS Compatibility unit-test job goes green

Follow-up to #19.

@arzafran arzafran merged commit dbf9d12 into main Jun 26, 2026
@arzafran arzafran deleted the fix/markdown-dlog-import branch June 26, 2026 19:33
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