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

Go 1.18 generics! #5

Merged
merged 34 commits into from
Dec 21, 2021
Merged

Go 1.18 generics! #5

merged 34 commits into from
Dec 21, 2021

Commits on Dec 20, 2021

  1. generic Slices

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c97210f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca48a0 View commit details
    Browse the repository at this point in the history
  3. migrate the rest on generics

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    d86182c View commit details
    Browse the repository at this point in the history
  4. drop old implementation

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    fe83a32 View commit details
    Browse the repository at this point in the history
  5. make gslices_test package

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    8174380 View commit details
    Browse the repository at this point in the history
  6. simplify assert

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    4029561 View commit details
    Browse the repository at this point in the history
  7. more test packages

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    30269ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cfe8e3 View commit details
    Browse the repository at this point in the history
  9. use unbuffered channels

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    49460e3 View commit details
    Browse the repository at this point in the history
  10. lambdas, slice.Reject

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    8b8f699 View commit details
    Browse the repository at this point in the history
  11. unpack slices

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    d52132f View commit details
    Browse the repository at this point in the history
  12. use require

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    0821596 View commit details
    Browse the repository at this point in the history
  13. +gslices.Repeat

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    f997d2a View commit details
    Browse the repository at this point in the history
  14. drop gerrors

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    efcd4bb View commit details
    Browse the repository at this point in the history
  15. actualize readme

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    1114ebb View commit details
    Browse the repository at this point in the history
  16. go 1.18: stack overflow

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    6c3c6d9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0bfef38 View commit details
    Browse the repository at this point in the history
  18. package level docs

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    e58e9b9 View commit details
    Browse the repository at this point in the history
  19. more lambdas

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    404ffe5 View commit details
    Browse the repository at this point in the history
  20. more examples

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    2bd381c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7c6dfb9 View commit details
    Browse the repository at this point in the history
  22. shorten test funcs names

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    75594c1 View commit details
    Browse the repository at this point in the history
  23. a few more funcs for slice

    orsinium committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    ad1bca3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    21a5303 View commit details
    Browse the repository at this point in the history
  2. merge aslices into slices

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    26e8214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    289a67b View commit details
    Browse the repository at this point in the history
  4. clean up dependencies

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8f4c959 View commit details
    Browse the repository at this point in the history
  5. migrate from testify to is

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    b7be9b8 View commit details
    Browse the repository at this point in the history
  6. better docs, more checks

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    eb906bd View commit details
    Browse the repository at this point in the history
  7. add maps

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a57f277 View commit details
    Browse the repository at this point in the history
  8. restructure and test maps

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    5210f6f View commit details
    Browse the repository at this point in the history
  9. add CI

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    dccccb2 View commit details
    Browse the repository at this point in the history
  10. fix ci

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    7ee2c93 View commit details
    Browse the repository at this point in the history
  11. show coverage on ci

    orsinium committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    74e6933 View commit details
    Browse the repository at this point in the history