Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ doc ] Improve docs for let and := #3159

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Dec 7, 2023

  1. [ doc ] Improve let and := docs

    :doc `(:=)` was not very helpful. This has now been expanded, and the
    expanded version lifted out to its own string so as to be (re)used in
    both `:=` and `let`'s documentation.
    
    With thanks to skykanin, buzden, gallais, and MithicSpirit on Discord
    for inspiration to refactor these docs and explaining the bits I weren't
    clear on.
    CodingCellist committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    409fff8 View commit details
    Browse the repository at this point in the history
  2. [ doc ] Fix misunderstanding about plain := vs =

    The type annotation matters for those two, it turns out.
    CodingCellist committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    18eadae View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. [ doc:let ] Syntax errs, let reducing, sep stmts

    Based on feedback from buzden and emdash. Thank you both for looking
    things through!  : )
    CodingCellist committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6cd58ed View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. merge w/ upstream main

    mattpolzin committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c6743f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. [ doc ] Apply suggestions from gallais

    Co-authored-by: G. Allais <[email protected]>
    CodingCellist and gallais authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    67f5210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4313e89 View commit details
    Browse the repository at this point in the history