Conversation
konard
marked this pull request as ready for review
July 23, 2026 20:00
Author
Working session summaryImplemented and pushed the DXF visibility fix. Key results:
Local tests couldn’t compile because Lazarus/FPC is unavailable, and PR: #1397 This summary was automatically extracted from the AI working session output. |
Author
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (143.6K + 3.7M cached) input tokens, 9.0K output tokens, $5.541925 cost 🤖 Models used:
📎 Log file uploaded as Gist (1557KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
Author
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
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.
Описание
Исправляет обработку группового кода DXF 60 для примитивов динамических блоков. Признак видимости хранится в
GDBObjVisualProp, как предложено в комментарии к issue, и остаётся частью модели сущности после завершения загрузки DXF.Что изменено
GDBObjVisualPropдобавлено свойствоVisibilityсо значениямиEVVisibleиEVInvisible;EVInvisibleдля кода 60 со значением 1 иEVVisibleдля значения 0; при отсутствии кода сущность по умолчанию видима;TExtAttrib.Воспроизведение и автоматическая проверка
Добавлен
uzctentityvisibility.pasс анонимным блоком*U1и тремя LINE-примитивами:EVInvisible, остаётся в модели, не выбирается и не влияет на bounding box;CopyVPto.Проверка
make tests— инфраструктурная ошибка: цель ссылается на отсутствующий каталогcad_source/components/zcontainers/tests;cad_source/zengine/tests— недоступен в подготовленном окружении, поскольку Lazarus/FPC (lazbuild) не установлен;upstream/master.Fixes #788