Conversation
373be23 to
328ac39
Compare
|
Looks like some valid problems in the travis run... are you able to run those suites locally to reproduce? |
|
Converted to a draft while you try to work out issues. Thanks for digging into this! Whenever we do merge I will probably have to squash your commits to get right of the "try again". If you can restructure the commits and do a force push to clean it up, then we can keep more of the history intact. |
Thanks! Yes, sorry for the 'try again' commits, I think I can clean up once I finished it. |
d1c59df to
10bc51c
Compare
Hi, I'm enable to run, but with some errors, maybe I can share the issues I had locally ? |
baf1bc0 to
e901a14
Compare
…if adding a file as `myfile` and the file is called MyFile` the name considered will be MyFile. It fixes some failing tests for `Dir.glob`
e901a14 to
7bbc78e
Compare
9c20808 to
d921bdd
Compare
|
@edipofederle Awesome! Thanks for your first (of many) contribution(s)! :) |
Hi,
This PR updates the
addToResultIfExistsJava method in order to handle the correct file name in the file system. It should close this issue: #2150.note: This is my attempt to achieve my first contribution to JRuby, so any feedback here would be great.
Thanks