[jruby-dev] Use BountySource plugin on Github?

2014-02-19 Thread Charles Oliver Nutter
Hey, what would folks think about installing the BountySource plugin on github? As I understand it, it does the following: * Updates new issues to have a banner at the bottom saying bounties are accepted * Labels such issues when someone has put a bounty on them * Updates issues and bounties when

Re: [jruby-dev] Use BountySource plugin on Github?

2014-02-19 Thread Rodrigo Rosenfeld Rosas
Sounds like an interesting service. I didn't know about it. :) On 19-02-2014 16:11, Charles Oliver Nutter wrote: Hey, what would folks think about installing the BountySource plugin on github? As I understand it, it does the following: * Updates new issues to have a banner at the bottom saying

RE: [jruby-dev] GSoC 2014

2014-02-19 Thread Andrea Francesco Iuorio
I write this proposal, how can i improve it in your opinion ? What should i change or add to it ? Name: Andrea Francesco Iuorio Location: Milan, Italy ( UTC+1 ) Contacts: andreafrancesco.iuo...@outlook.com, panzone(IRC), panzone91(Skype, Twitter). Background: I' m student in Computer Science at

[jruby-dev] Is forcing all FileResources to reference Ruby a good idea?

2014-02-19 Thread Dmitry Ratnikov
Hey all, This in regards of replacing NonExistentFile.NOT_EXIST check with a special EmptyFileResource (or NotExistsFileResource, if you strongly prefer): https://github.com/jruby/jruby/blob/jruby-1_7/core/src/main/java/org/jruby/util/JRubyFile.java#L67 What I realized is that some of the