docs: CLAUDE.md after #87, #88 and #90 - #91
Merged
Merged
Conversation
- Launcher: HarfBuzzPreload replaces the LD_PRELOAD workaround (#78), and must stay first on Main's GUI path. - Style: CI builds Debug too (#89); a using needed only under #if DEBUG goes inside its own #if DEBUG block. - Import flow: the Part Explorer imports EasyEDA/LCSC parts through the user-installed easyeda2kicad (#76), with the AGPL guardrails, the locator order, the straight-into-library run and its rollback. #68/#69 are scoped to the Ultra Librarian .zip path. - Tracked work: #76 and #78 are closed; #75 is the Avalonia 12 draft. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DHQsqcKVEiAKvCS98Hn4Yh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings CLAUDE.md up to date with what merged since #81.
Launcher (Linux: segfault in HarfBuzz right after the main window opens (CEF's GTK vs HarfBuzzSharp) #78, Bind HarfBuzzSharp to itself before CEF loads GTK (#78) #87).
HarfBuzzPreload.Apply()replaces theLD_PRELOADworkaround, and it must stay the first thing onMain's GUI path. TheLD_PRELOADbullet is gone from the dev-run recipe.Style (Debug builds do not compile since #35 (AttachDevTools lost its using), and CI never builds Debug #89, Compile Debug builds again, and build Debug in CI #90). CI builds Debug too. A
usingneeded only by#if DEBUGcode gets flagged as IDE0005 in a Release build, so it goes inside its own#if DEBUGblock instead of being deleted.Commandslists the Debug build.Import flow (Import EasyEDA / LCSC parts through the optional easyeda2kicad CLI #76, Import EasyEDA / LCSC parts through the user-installed easyeda2kicad (#76) #88). The Part Explorer now imports EasyEDA/LCSC parts through the user-installed easyeda2kicad. This section covers:
PYTHONUSERBASEdetail;Imported symbols cannot be loaded by KiCad 10 (upstream: danielmeza/kicad-sharp#45) #68 and Re-importing a part appends a duplicate symbol to the existing .kicad_sym #69 now apply only to the Ultra Librarian
.zippath. I checked the text Import EasyEDA / LCSC parts through the user-installed easyeda2kicad (#76) #88 suggested against the merged code before using it.Tracked work. Import EasyEDA / LCSC parts through the optional easyeda2kicad CLI #76 and Linux: segfault in HarfBuzz right after the main window opens (CEF's GTK vs HarfBuzzSharp) #78 are closed. Part Explorer cannot import the parts it finds #47 remains for the other providers. Port to Avalonia 12 on a locally built CefGlue.Avalonia (OutSystems/CefGlue#249) #75 is listed as the Avalonia 12 draft.
Docs only.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DHQsqcKVEiAKvCS98Hn4Yh