doc: fixed punctuation and coding style#32
Merged
Conversation
3 tasks
Lasovar
pushed a commit
to Lasovar/daScript
that referenced
this pull request
May 16, 2026
Two cards from the dasImgui PR GaijinEntertainment#32 session: * how-do-i-embed-a-bound-cpp-struct-as-a-daslang-state-field-and-what- binding-overrides-do-i-need — the four C++ ManagedStructureAnnotation overrides (isLocal / canBePlacedInContainer / hasNonTrivialCtor / canCopy) needed before a daslang state struct can embed a bound C value field, plus the two daslang-side overrides (JV + archive::serialize) that short-circuit json_boost's and LiveVarsPass's field walkers. Surfaced one error at a time during the ImGuiTextFilter embed work for the Example Console port — documents the cbind_boost-emits-only-two-of-four gotcha and the pure-daslang escape hatch as a reality check. * how-do-i-rebuild-a-loaded-daslang-shared-module-when-linker-fails- lnk1104-dll-locked — the rename-then-build workaround for the case where MCP has the DLL mapped. Keeps the session alive across multiple rebuild cycles without forcing the user to kill MCP. Documents the in-process vs subprocess code-loading distinction (fresh daslang.exe subprocesses see the new code; MCP-internal compile_check sees the old until MCP restarts). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
No description provided.