Eloy Durán

Results 250 comments of Eloy Durán

Fails for me locally as well: https://github.com/rubygems/rubygems/blob/e4d5e4decc8823b6aaa704724399d96eb86ffc14/lib/rubygems/security.rb#L343 A quick check shows: ``` ruby p OpenSSL::Digest.constants #=> [:DigestError] ``` Need to look into this at a later time.

My 2 cents. Having experimented with utilising macOS’ sandbox facility to [sandbox CocoaPods installations](https://github.com/CocoaPods/CocoaPods/blob/master/bin/sandbox-pod), my takeaways are that it is hard to get right and moreover many ideas about securing...

@dnalot Thanks for the feedback. @segiddins I guess this is because the formula links the binstub but doesn’t register that that happened with the user defaults: https://github.com/CocoaPods/CocoaPods-app/blob/master/app/CocoaPods/CPCLIToolInstallationController.m#L142-L153

@segiddins Or maybe it makes more sense to set the ‘do not ask again’ key in the case of homebrew https://github.com/CocoaPods/CocoaPods-app/blob/master/app/CocoaPods/CPCLIToolInstallationController.m#L159-L164

Hmm, looks like maybe some data from your Podfile is causing difficulties for Swift to convert. Can you verify that it works fine with other / new Podfiles and, if...

Hmm, interesting, so no Podfile open at all yet, is what you’re saying? Would be great if you could try to debug it by cloning this repo and building yourself.

Really weird, I just tried from a clean slate and it built fine for me 😕 ``` ~/C/C/CocoaPods-app [master] » cd workbench/ruby-2.2.3/ ~/C/C/C/w/ruby-2.2.3 [master] » ls -l defs/gmake.mk -rw-r--r-- 1...

Might be some NSDocument auto-save/load related issue?

Superb. Can this be closed or did you leave it open for a reason?