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: klauspost/asmfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: klauspost/asmfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 11, 2021

  1. Updated the install command (#42)

    * Updated the install command
    
    The previous command issued a deprecated error
    ```
    go get: installing executables with 'go get' in module mode is deprecated.
    	Use 'go install pkg@version' instead.
    	For more information, see https://golang.org/doc/go-get-install-deprecation
    	or run 'go help get' or 'go help install'.
    ```
    
    * Updated install command to latest
    fredtux authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    8b4698f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Add github actions (#43)

    * Add github actions
    * More platforms
    * Try upgrading goreleaser.
    * Add badge
    klauspost authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b745a68 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Detect when in a string literal (#47)

    * [tests] Add failing test case for quoting issue #46
    * [asmfmt.go] Detect when in a string literal
    
    Fixes #46
    hughdavenport authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ef134b9 View commit details
    Browse the repository at this point in the history
Loading