-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add test for Local Variable Type Inference #47
Comments
I will work on this. |
Awesome! 👍 |
Hey @vpondala , How's it going? Can I help you with anything regarding this issue? Cheers, |
Hi David
I had a bit of trouble with Jdk 11 on my Dev environment. I could not
progress much on this one.
My apologies :(
…On Wed., 24 Oct. 2018, 05:28 Dávid Csákvári, ***@***.***> wrote:
Hey @vpondala <https://github.com/vpondala> ,
How's it going? Can I help you with anything regarding this issue?
Cheers,
David
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABYhMO8EtZIYgS9l2pNWQKFejl5OOIcyks5un1_GgaJpZM4XBEyl>
.
|
Sure, no problem. :) |
I'm having trouble with maven plugin compatibility with JDK 11. Let me work on this and keep you posted. |
Sure! Thanks for piloting the JDK 11 support! |
Hi @vpondala! |
Great stuff. Sorry for the delay.
…On Sat., 1 Dec. 2018, 09:34 Dávid Csákvári ***@***.*** wrote:
Hi @vpondala <https://github.com/vpondala>!
I am planning to release the next version of Scott soon, so I've added the
necessary changes regarding this issue, to make the next version Java 11
compatible.
Cheers,
David
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABYhMNVcuUTwpu4II2KEE61p-lCZARcqks5u0bKFgaJpZM4XBEyl>
.
|
Enhance the test suite to verify that variables in tests containing
var
keywords are correctly recorded. Similar tests can be found in the junit4-tests project. For more info about Local Variable Type Inference, see JEP 286 and JEP 323.Also, add a failing test to the showcase project, to make sure that the rendered failure message looks pretty.
Note: please make sure to visit the contribution and development guide for some important notes on how to build and debug Scott.
The text was updated successfully, but these errors were encountered: