-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Kotlin Language Adaptor #438
Conversation
RxJava-pull-requests #350 FAILURE |
This task is failing `:language-adaptors:rxjava-scala:compileScala FAILED`` Not related with my Pull Request |
It's not related to Scala either, but the problem is that the jvm ran out of perm gen memory. Increasing |
hello , any one can help me i am new to github and i want to contribute as i am proficient in java and i can see this project is going with my skills ,please tell me how to start i dont knw anything how to help so please can anyone guide me thank you :) |
Thank you @MarioAriasC for the pull request! This is great to have another language added. I'll try and get the CloudBees build issue resolved, review the structure of the pull request and then merge and release. |
Kotlin Language Adaptor
@benjchristensen still the same issue on CloudBees, could you please have a look? Should not be too hard according to https://wiki.jenkins-ci.org/display/JENKINS/Builds+failing+with+OutOfMemoryErrors |
@samuelgruetter I had increased the PermGen size and it started working for a bit then is failing again so apparently we pushed past the limit I set yet again. I'll try another time. |
Kotlin Language Adaptor
…eX#438) Issue ReactiveX#273: Added remove method to AbstractRegistry. Issue ReactiveX#273: Added replace method to AbstractRegistry. Issue ReactiveX#327: MicroMeter tagged Metric classes are automatically updated when an entry is added, removed or replaced in AbstractRegistry.
Kotlin could be used with RxJava without language adaptors.
This language adaptor just provide a set of extension functions to enable a more idiomatic usage.
There are two test classes: