thanh
12/04/2021, 2:14 PM<https://github.com/arrow-kt/arrow/blob/main/CONTRIBUTING.md#steps>
are outdated.
cd arrow-libs/core
./gradlew build
doesn't work any moresimon.vergauwen
12/04/2021, 8:08 PMsimon.vergauwen
12/04/2021, 8:08 PMsimon.vergauwen
12/04/2021, 8:09 PMbuildDoc
or runSite
command should still work. Is this failing?thanh
12/05/2021, 9:47 AMbuildDoc
or runSite
works but in root directory not in arrow-libs
directory anymore.
I faced this error when trying to add a filter
function to Optional
in optics (as we discussed few weeks ago).thanh
12/05/2021, 9:56 AMstojan
12/05/2021, 2:38 PMsimon.vergauwen
12/05/2021, 3:15 PMsimon.vergauwen
12/05/2021, 3:17 PMfilter
here, https://github.com/arrow-kt/arrow/blob/main/arrow-libs/optics/arrow-optics/src/commonTest/kotlin/arrow/optics/OptionalTest.kt
If it passes the law, we should still test for specific behavior since the laws just check if it adheres to the generic behaviors of Optional
.simon.vergauwen
12/05/2021, 3:18 PMthanh
12/05/2021, 7:04 PMOptional.listHead
to make sure set
function work correctly: https://github.com/arrow-kt/arrow/pull/2589thanh
12/07/2021, 8:29 AMsimon.vergauwen
12/07/2021, 11:03 AMsimon.vergauwen
12/07/2021, 11:03 AMthanh
12/07/2021, 11:04 AM