this is a good starter ticket I believe: <https://...
# arrow-contributors
p
this is a good starter ticket I believe: https://github.com/arrow-kt/arrow/issues/1357
i
How can I contribute 🙂 ?
p
there’s one new function to add that looks a lot like an existing one + calling another existing one
both functions are linked in the description
fork the project, add the function, create a PR and we’re in business 😉
if you need any more info of any individual step, ask here, and if it’s about the code do the PR first so we can see the code
i
building it from the fork resulted in this: I have Java 8
Copy code
bash
 gradle clean build

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/ulti_mate/IdeaProjects/arrow/modules/meta/arrow-meta/build.gradle' line: 30

* What went wrong:
A problem occurred evaluating project ':arrow-meta'.
> tools.jar not found at your JAVA_HOME dir /Library/Java/JavaVirtualMachines/jdk-11.0.2.jdk/Contents/Home.
  Building with a JRE or JDK9 is currently not supported.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at <https://help.gradle.org>

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings>

BUILD FAILED in 39s
Should I change my JAVA Home variable to 1.8 ?
resolved. 🙂 My system settings had the java 11 version