Daedalus documentation overhaul#166
Draft
auronen wants to merge 4 commits into
Draft
Conversation
added 2 commits
May 20, 2026 15:18
Add clarification on how instances inherit values from prototypes and require explicit assignment for class-based instances. Fix minor typos and normalize punctuation. Expand the pitfalls section to explain the dangers of function calls as statements and relying on automatic stack underflow protection.
muczc1wek
requested changes
May 22, 2026
Contributor
There was a problem hiding this comment.
I really like the changes. Daedalus article now looks far more professional and polished. The pitfalls one is great too and I think it could stay separated, not to overwhelm people trying to read about syntax 😅. Correct the typos and i will approve it.
Also, have you checked how syntax like this behaves on our site?
> ⚠️ See [Pitfalls]
EDIT: github fucked up the comments a bit, sorry 🤦
added 2 commits
May 25, 2026 13:18
Contributor
|
For me everything seems good now. Why is this PR still draft? |
Collaborator
Author
|
Still a draft because I thought I was going to add something more. I think we merge now and add extra stuff later. |
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.
Small edits and clarification to the Daedalus scripting language documentation.
Added a pitfalls & quirks page that lists and warns about various Daedalus quirks and what to think about when scripting Daedalus.