Conversation
- Calculated_events (EN+RU): make the target precise — a calculated event sets a data property (the platform rejects non-DATA targets in addScriptedWriteWhen); link to the data-property article. - Simple_event (EN+RU): describe the handler-per-object-collection behavior instead of the "wraps handling in a loop operator" mechanic, keeping the paradigm tier-pure (the FOR equivalence stays in the WHEN Language article). - Events (EN+RU): document handler execution order — by default handlers run in data-dependency order (a handler that uses data modified by another runs after it), and the order can be constrained explicitly. - Events (EN): use "handler(s)" consistently for the action object (was mixing "handler"/"handling"); keep "handling" only for the process sense. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- WHEN_statement (EN+RU): the auto-wrapped condition uses the SET operator, not
CHANGE (LogicsModule.addCheckPrevWhenAction, IncrementType.SET); link retargeted
to the SET operator article.
- lt-_WHEN_statement (EN+RU): note the same auto-SET wrapping for calculated
events; the target is a data property.
- Event_description_block (EN+RU): GOAFTER/AFTER are one mutually-exclusive pair
of synonyms (not two separate clauses, per grammar ('GOAFTER'|'AFTER')); the
ordering list accepts properties and actions, not only properties.
- AFTER_statement / BEFORE_statement (RU): restore EN/RU example parity; fix the
BEFORE "Описание" heading that lost its "### " prefix.
- Event_block (RU): restore parity — add the missing ON SCHEDULE example and the
blank line between the ON OK and ON DROP handlers.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A shared, per-block registry of functionality deliberately left undocumented (with rationale), so omissions are not lost, are not re-litigated at review, and surface candidates for a dedicated article. Any executor appends their block's section. Seeded with B14 (events): ON SINGLE, event naming, NOINLINE/INLINE, the undocumented <- WHEN DO form. Co-Authored-By: Claude Opus 4.8 <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.