8000 Comparing v1.1.3...v1.1.4 · pedropark99/zig-book · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pedropark99/zig-book
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: pedropark99/zig-book
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.4
Choose a head ref
  • 13 commits
  • 11 files changed
  • 4 contributors

Commits on Nov 18, 2024

  1. Update 01-zig-weird.qmd

    KorryKatti authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5d01c25 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update 03-structs.qmd

    KorryKatti authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    96e86e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Fix indentation

    pedropark99 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    426b59b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from KorryKatti/patch-2

    Fix: Add else branch to make the switch exhaustive
    pedropark99 authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    e9afae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0532a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Rewrite note

    pedropark99 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6895ef7 View commit details
    Browse the repository at this point in the history
  2. Add footnotes

    pedropark99 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    46167ad View commit details
    Browse the repository at this point in the history
  3. Improve comment

    pedropark99 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7615f8b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #94 from KorryKatti/patch-1

    Add Windows-specific note about stdout initialization at compile-time
    pedropark99 authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    afe06f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Specify the CRAN mirror server in install.packages

    As someone with no experience with R, I just installed R using:
    
    `brew install --cask R`
    
    and tried to run the script with:
    
    `Rscript dependencies.R`
    
    It threw the error:
    
    ```
    Error in contrib.url(repos, "source") :
      trying to use CRAN without setting a mirror
    Calls: install.packages -> contrib.url
    Execution halted
    ```
    
    Google told me that the repos parameter would tell R where to install
    the packages from, and this change fixed the script for me.
    
    Thanks!
    vedang committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a5b760f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Update dependencies.R

    pedropark99 authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    37c322e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from vedang/specify-mirror

    Specify the CRAN mirror server in install.packages
    pedropark99 authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0612f87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    885b977 View commit details
    Browse the repository at this point in the history
Loading
0