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

all: add basic version skew detection #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 3, 2019

  1. all: add basic version skew detection

    Version skew between go-fuzz-build and go-fuzz
    is already a problem, and may get worse as
    we switch go-fuzz to modules.
    
    This change introduces simple, manual skew detection.
    Hopefully this will become less manual over time,
    and more sophisticated as needed.
    
    This change will force everyone to rebuild their zip files.
    But it will also tell them so, and explain why.
    josharian committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6a7b578 View commit details
    Browse the repository at this point in the history