Jerome Lacoste

Results 94 comments of Jerome Lacoste

Hello, I missed this issue. On which platforms are you running u3d? On mac, when the finder indexing is running, Unity should find the versions installed by the hub. On...

@niezbop WDYT of something like that? To test it ``` cd plugin-experiment bundle exec ruby test.rb ``` I kept the dependency on commander, which we may not want to keep...

Not very practical when digging why something broke :)

You might want to modify the README as well. It mentions Spotlight.

I don't have the proper set of unit tests to cover this feature yet. Note that I think some of the plugin manager Unit tests are 'fake'. In particular they...

And I've added another full integration test that runs fastlane out of process.

Well this PR was long to land. I hit https://github.com/rubygems/rubygems/issues/5558 along the way. It's ready for review from my hand. I'll rebase #20294 for which we can now add tests.

I made some changes. Note: given that I've split this into several independent commits, can I merge without squashing this time? It would ease reverting the independent parts if we...

I looked a bit at the failure. Test #1 is caused because that test is platform specific, invoking a shell script that probably doesn't work on Windows. It might be...

@route WRT Windows, would it be useful to add an AppVeyor config? We've done it in some of our projects. E.g. See https://github.com/DragonBox/freshsales/blob/master/appveyor.yml