Skip to content
New issue

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

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

Already on GitHub? # to your account

all: drop pre go1.16 versions (and unicode tables) #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2022

  1. all: drop pre go1.16 versions (and unicode tables)

    This removes most of the tables that were only supported by older go version,
    which was added in c4d099d
    (https://go-review.googlesource.com/83235)
    
    I kept the "go1.16" build tag for now, but this can probably be dropped.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    45d33be View commit details
    Browse the repository at this point in the history
  2. remove go1.16 build-tag

    Remove the go1.16 build-tag, as go1.16 and before reached EOL.
    
    Some changes were needed in the generator code, as it would otherwise
    produce a new "tables.go" file instead of updating the versioned one.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a7b35a8 View commit details
    Browse the repository at this point in the history