unisonweb / base

Unison base libraries
https://share.unison-lang.org/@unison/base
18 stars 6 forks source link

PR: Small performance optimization to List.slidingPairs #183

Closed jskripsky closed 11 months ago

jskripsky commented 11 months ago

This is my first contribution to Unison base, so please bear with me.

Changes to List.slidingPairs

Links to Unison Share

I've added myself to metadata.{authors, copyrightHolders} and the MIT license to metadata.licenses.jskripsky2023. Let my know if anything is missing or needs changing.

rlmark commented 11 months ago

🎉 Thank you for the PR @jskripsky! We're grateful for the contributions. Welcome!

rlmark commented 11 months ago

This has been merged into main. @jskripsky, I linked your author and license metadata to the List.slidingPairs term so you'll show up in the metadata linked to the term. You can set up your codebase to manually link your author and license to the things you write or contribute with a config file: https://www.unison-lang.org/learn/tooling/configuration/. Admittedly, it's a clunky process at the moment, but if you have questions you can ping one of us in the slack.

rlmark commented 11 months ago

Closing as merged in /main