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

Add a short discussion of assignment and ownership in ch. 04 #4049

Merged
merged 2 commits into from
Oct 4, 2024

Commits on Oct 1, 2024

  1. Add a short discussion of assignment and ownership in ch. 04

    Add a short new section showing how assignment to a mutable variable
    causes an existing *owned* binding to be freed immediately. Create a new
    code sample and a new diagram to illustrate the behavior.
    
    Fixes #4001.
    chriskrycho committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dc67ffe View commit details
    Browse the repository at this point in the history
  2. Simplify dot file for Figure 4-5

    Get rid of things which are not contributing meaningfully to the
    resulting SVG output.
    chriskrycho committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    81c42b5 View commit details
    Browse the repository at this point in the history