https://kotlinlang.org logo
Title
m

mattmoore

05/25/2020, 2:00 AM
@Nico Pushed up a simple test tinkering with destructuring. I rebased off master as I had a readme change as well, so you'll have to rebase with:
git fetch upstream
git rebase upstream/pattern-matching
where
upstream
is the arrow-meta repo. If you'd like I can just merge latest changes from master in the future. I tend to prefer rebasing feature branches on master, but I'm flexible either way... If you're not sure how to add upstream:
git add remote upstream git@github.com:arrow-kt/arrow-meta.git
Sorry for any inconvenience with the rebase 😬
n

Nico

05/30/2020, 8:32 AM
Sorry I have been out of the loop lately, I've been having a lot of work. I prefer rebasing to keep up with
master
too, that is completely fine. I am still a bit lost in
arrow-meta
but I can
git
and
gradle
fine ahahah so you don't need to worry. Thanks for the tips anyways!
m

mattmoore

05/30/2020, 4:14 PM
No worries! Totally fine 🙂. I'm also still getting used to arrow-meta so mostly been tinkering with it to see what's possible. I think I've got transformations down, but now I am starting to look into the idea plugin stuff.
n

Nico

05/30/2020, 9:38 PM
Good to know. I'll be lurking so I'm up to date and hopefully will be able to actually develop once my workload has decreased a bit