write more tests or documentation
and so on.
Andrea Francesco IuorioStudent in Computer Science, Università degli Studi di
milanoandreafrancesco.iuo...@outlook.com - GPG Key
> From: u...@kubosch.no
> Date: Fri, 14 Feb 2014 22:56:00 +0100
> To: dev@jruby.codehaus.org
> Subject: Re: [jruby
On 2014-02-14, at 19:10, Andrea Francesco Iuorio
wrote:
> I think i' ll try to apply for the ir-dalvik project. I worked on a compiler
> for the jvm so i' m not completely new to this kind of project. Just one last
> question: do you have some template for the proposal or i can write it as i
0xB7CE867432B28197>
>
>
> --
> Date: Wed, 12 Feb 2014 23:29:21 -0600
> From: sss.li...@gmail.com
> To: dev@jruby.codehaus.org
> Subject: Re: [jruby-dev] GSoC 2014
>
> Hi Andrea,
>
> A quick overview of the Intermediate Representation f
om: sss.li...@gmail.com
To: dev@jruby.codehaus.org
Subject: Re: [jruby-dev] GSoC 2014
Hi Andrea,
A quick overview of the Intermediate Representation for JRuby before talking
about possible projects.
This IR has been designed with the following goals in mind:
1. Capture Ruby semantics as accurately a
Hi Andrea,
A quick overview of the Intermediate Representation for JRuby before
talking about possible projects.
This IR has been designed with the following goals in mind:
1. Capture Ruby semantics as accurately as possible without losing
information.
2. Expose primitive operations (ex: a const
It's largely up to you which of the two projects sounds more
interesting, but Chris (already replied) or Subbu (probably will reply
soon) are your contacts for Truffle and IR, respectively. I would say
that from a compiler perspective, IR probably has more work and
subprojects for you to help with,
Hello Andrea,
If you'd like to chat about the Truffle project, chat to me on Skype
(chrisgrahamseaton), Google Chat (chrisgsea...@gmail.com) or JRuby IRC and
I'll give you some more details.
Chris
On 12 February 2014 12:56, Andrea Francesco Iuorio <
andreafrancesco.iuo...@outlook.com> wrote:
>
Good morning, i' m a student in Computer Science and i could be interested in
one of your projects for the Google Summer of Code. I have some experience with
compilers and virtual machines since my thesis project involved the creation of
a compiler for the JVM and i want to improve my skills par
Hello all,
I am Kumar Sukhani, a GSOC student. I was working on JRuby on
Embedded Project. I tried various JVMs on x86 to know their performance,
status and some insight about it. I tried Icedtea, JamVM, Oracle JVM, Avain VM,
Cacao JVM, GCJ, JatoVM, JikesVM, Maxine, Vmkit etc. After the work
Hi all,
*Operating system*
- Angstrom booting from internal 2 GB memory
- Ubuntu 13.04 booting from external 4GB SDcard.
*Ruby*
- On Angstrom - Able to run Ruby 1.9.3p194
- On Ubuntu - Able to run ruby 2.1.0dev
Now the import part-
*JRuby on Angstrom:*
- Zero VM - jruby 1.6.5.
Em 06-04-2012 23:47, Rodrigo Rosenfeld Rosas escreveu:
...
After that, I still had another issue. I set JRUBY_OPTS=--1.9 in my
.bashrc, so I had to fix part of the code for 1.9 compatibility:
See https://github.com/mkristian/jbundler/pull/4
Okay, I took a glance over the code and I found that a file named
'jbundler.jar' was expected to exist, although the command-line doesn't
give me the appropriate error message.
So, I followed the instructions in Build.md to generate the jbundler.war
file, which was painfully slow, by the way.
Hi Kristian, I'm just back to home.
It didn't create any Mvnfile.lock nor a .jbundler directory here.
Am I missing something?
Sorry, but I couldn't find time to take a look at the sources yet. I was
just trying to test it out-of-the-box.
Good night,
Rodrigo.
Em 06-04-2012 13:33, kristian e
I'll let you know when I get home.
Em 06/04/2012 13:33, "kristian" escreveu:
> hi again Rodrigo,
>
> I guess my fixed typo was not the problem. how does you
> .jbundler/classpath.rb file look like ?
>
> -Kristian
>
> On Fri, Apr 6, 2012 at 9:20 PM, kristian wrote:
> > hi Rodrigo,
> >
> > also ha
hi again Rodrigo,
I guess my fixed typo was not the problem. how does you
.jbundler/classpath.rb file look like ?
-Kristian
On Fri, Apr 6, 2012 at 9:20 PM, kristian wrote:
> hi Rodrigo,
>
> also happy easter !
>
> well, from the error is looks like the classpath from
> .jbundler/classpath.rb is
hi Rodrigo,
also happy easter !
well, from the error is looks like the classpath from
.jbundler/classpath.rb is empty.
but actually I am surprised that you did not see another error since
there was a little typo in the code - time to get specs ready !
please remove the Mvnfile.lock if it is the
Hi Kristian, I followed the instructions in the README, but adapted to
use RVM:
rvm jruby
cd example/my_project
bundle install
bundle exec info.rb
And it raised this exception:
NameError: cannot load Java class org.slf4j.LoggerFactory
get_proxy_or_package_under_package at
org/jruby/javasupp
hi Charlie,
did you speak about the jbundler idea ? from Rondrigo's response I
concluded this.
currently it does not depend on "changing" bundler, rubygems or jruby.
there is NO technical dependency to the jruby-1.7 release. so any edge
case can be dealt and fixed when it pops up.
since there is
Charlie, I really doubt this will be finished before a month. There are
lots of corner cases that must be taken into consideration...
Em 05-04-2012 12:35, Charles Oliver Nutter escreveu:
Ok, time for a status update. GSoC proposals close tomorrow.
Given the timeframe of May for a JRuby 1.7 pre
Ok, time for a status update. GSoC proposals close tomorrow.
Given the timeframe of May for a JRuby 1.7 preview release, does it
seem like we can have this work done or is this something that might
take more than a month? I emphasize this is a preview release; JRuby
1.7 has had such a long cycle a
thanx anyways. your input so far was really great made the whole thing
happen. and it feels like a clean solution. hope you find some time to
see what is going on with your maven3/ruby-maven error since that part
is copy and paste of the current maven_gemify.rb from jruby.
thanx again. Kristian
Hi Kristian, I tried once to give it a quick try, but it complained
about Maven3 not being installed.
I have it installed and I even installed the ruby-maven gem but the
error persisted.
I didn't have time for fixing it because I need to fix some issues with
the Grails application I maintain
Hi Rodrigo,
I just rounded up the whole thing - hope it works for someone
different then me. there are no commandline tools, no groups in the
Mvnfile and version resolution is split between gems (done by bundler)
and jars (done by jbundler).
the only thing which is missing from my side are specs
Hi Kristian, I'm just back home after a long weekend. I'll try to find
some time this week to take a look at this project.
Thank you for your effort on this.
Cheers,
Rodrigo.
Em 01-04-2012 17:42, kristian escreveu:
Hi Rodrigo,
I just put a few ideas and pieces together in
https://github.com/
Hi Rodrigo,
I just put a few ideas and pieces together in
https://github.com/mkristian/jbundler
a Mvnfile.lock needs to step deeper into maven but once the embedding
of maven or using of aether is clear, the actual Mvnfile.lock is quite
easy to achieve.
regards,
Kristian
On Fri, Mar 30, 2012 a
On 2012-03-26, at 15:55, Vipul Amler wrote:
> On Mar 26, 2012 1:48 PM, "Uwe Kubosch" wrote:
> >
> > On 2012-03-26, at 07:15, Charles Oliver Nutter wrote:
> >
> > > On Mon, Mar 26, 2012 at 3:37 AM, Benoit Daloze wrote:
> > >> I would be very interested to take part as a student, although I don't
hi,.
I would like to add my comments on this
Mvnfile
---
org.apache.solr:solr-solrj:3.5.0
org.apache.poi:poi:3.7
and using the patch from
https://github.com/ANithian/bundler/commit/a29d4550dfb2f24372bf6e60f00e633ff92d5d64
(https://github.com/carlhuda/bundler/pull/1683) - at least as far as
neede
I'd love to see this completed until 1.7 release date, about May.
But honestly, this requires a lot of energy for discussing some approach
with the Bundler team that would work for all of us in a sustainable way.
Personally, I think it would be better to separate the Maven integration
concern
Both projects were submitted by folks not on the JRuby team, but I
know we would have mentors available to work with you on either one.
The Kilim idea was submitted by Tony Arcieri of Celluloid and NIO4R.
I'm not sure if he's interested in acting as mentor or not.
The EM on Netty idea was submitt
My primary concern is that we had really hoped to have the
maven/rubygems/bundler support *finalized* for JRuby 1.7, which will
preview in May for JRubyConf. The final release schedule isn't
decided, but it will certainly be long before the end of summer...
Is that unreasonable? We're talking abou
Hi guys,
I'm interested in working on the Kilim integration and Eventmachine on
Netty projects. Are there any mentors interested in those two projects?
Kind regards,
Miloš
On 29 March 2012 22:16, Charles Oliver Nutter wrote:
> Sorry I have been absent...out of town halfway around the world...
so I just put it briefly:
there is a demand to get bundler with maven artifact integration.
I am happy to help supervising such a project (with the help and input
of other on certain issue of course)
so for me the question is how does could this materialize ?
I could register myself as GSoC men
Sorry I have been absent...out of town halfway around the world...
I'm here to answer any questions about GSoC, for which student
proposals end NEXT WEEK...
So fire away with any remaining questions and we'll try to get all answered!
- Charlie
---
hi Douglas,
thanx for the pointer. it close what I mentioned before.
regards,
Kristian
On Tue, Mar 27, 2012 at 10:59 PM, Douglas Ferreira
wrote:
> Hi Kristian, what do you think about this pull request to maven support on
> bundler?
>
>
> https://github.com/carlhuda/bundler/pull/1683
>
>
> 2012
Now I can see. Your previous link was
https://github.com/torquebox/jruby-maven-plugins/tree/master/gem-maven-plugin/
Which has a different goal in the README. The root of the project has a
different README that really does what we have discussed:
https://github.com/torquebox/jruby-maven-plugi
Em 27-03-2012 14:04, kristian escreveu:
On Tue, Mar 27, 2012 at 10:18 PM, Rodrigo Rosenfeld Rosas
wrote:
But if the GSoC has a similar format as RSoC, I think you could become a
great mentor for Peter if both of you are interested on that.
so you say I can "subscribe" somewhere as mentor for
Hi Kristian, what do you think about this pull request to maven support on
bundler?
https://github.com/carlhuda/bundler/pull/1683
2012/3/27 kristian
> just look at that example
>
> https://github.com/torquebox/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it/small-project
>
> - Kristia
just look at that example
https://github.com/torquebox/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it/small-project
- Kristian
On Tue, Mar 27, 2012 at 10:35 PM, kristian wrote:
> On Tue, Mar 27, 2012 at 10:34 PM, Rodrigo Rosenfeld Rosas
> wrote:
>> Em 27-03-2012 13:58, kristian escreve
On Tue, Mar 27, 2012 at 10:34 PM, Rodrigo Rosenfeld Rosas
wrote:
> Em 27-03-2012 13:58, kristian escreveu:
>
>> On Tue, Mar 27, 2012 at 10:26 PM, Rodrigo Rosenfeld Rosas
>> wrote:
>>>
>>> That may seem like a small project for you that already knows about all
>>> internals for writing such proje
On Tue, Mar 27, 2012 at 10:18 PM, Rodrigo Rosenfeld Rosas
wrote:
> But if the GSoC has a similar format as RSoC, I think you could become a
> great mentor for Peter if both of you are interested on that.
>
so you say I can "subscribe" somewhere as mentor for "bundler managing
maven artifacts for
Em 27-03-2012 13:58, kristian escreveu:
On Tue, Mar 27, 2012 at 10:26 PM, Rodrigo Rosenfeld Rosas
wrote:
That may seem like a small project for you that already knows about all
internals for writing such project, but this is not trivial to me.
I don't even know how to make Maven resolve my ge
Em 27-03-2012 13:55, kristian escreveu:
On Tue, Mar 27, 2012 at 10:21 PM, Rodrigo Rosenfeld Rosas
wrote:
Sorry for picking a small part to comment but I need more time to read and
answer the other parts.
...
so a typical maven dependency is
3.0.1
but maven might use version 4.0.0 instead
On Tue, Mar 27, 2012 at 10:26 PM, Rodrigo Rosenfeld Rosas
wrote:
> That may seem like a small project for you that already knows about all
> internals for writing such project, but this is not trivial to me.
>
> I don't even know how to make Maven resolve my gem dependencies.
>
you can use
https
That may seem like a small project for you that already knows about all
internals for writing such project, but this is not trivial to me.
I don't even know how to make Maven resolve my gem dependencies.
Em 27-03-2012 13:52, kristian escreveu:
hi again,
after so much writing and hoping to mak
On Tue, Mar 27, 2012 at 10:21 PM, Rodrigo Rosenfeld Rosas
wrote:
> Sorry for picking a small part to comment but I need more time to read and
> answer the other parts.
>
>> ...
>>
>> so a typical maven dependency is
>>
>> 3.0.1
>>
>> but maven might use version 4.0.0 instead depending on the depen
hi again,
after so much writing and hoping to make myself understood.
actually it seems like a small project.
given a Gemfile like
jar 'xerces'
jar 'xalan'
make a "pom" out of it.let maven/aether resolve the deps. locked the
versions of the above two jars and use the rest to build up the
clas
Sorry for picking a small part to comment but I need more time to read
and answer the other parts.
...
so a typical maven dependency is
3.0.1
but maven might use version 4.0.0 instead depending on the dependency
hull. but in can be the other way around as well and maven choose
version 2.0.5
Since you're already aware about Maven internals and lots of integration
issues and solutions to/from Ruby, I guess you'd be an appropriate
mentor for such a GSoC, but I don't really understand how this works in
GSoC.
I've subscribed as a RSoC mentor a long time ago to the project Rails
Admin
hi Rodrigo,
I think it should be no problem to have something like
jar "xerces"
in your Gemfile or Mavenfile and let bundler fix the version for it.
my concern is after fixing of all the version of xerces, xalan, etc
then transitive dependency must come from a maven deps resolution.
that is eas
On Tue, Mar 27, 2012 at 9:43 PM, Rodrigo Rosenfeld Rosas
wrote:
> Em 27-03-2012 13:02, kristian escreveu:
>
>> On Tue, Mar 27, 2012 at 9:09 PM, Rodrigo Rosenfeld Rosas
>> wrote:
>>>
>>> Here is my point of view about this subject.
>>>
>>> We're comparing different things here.
>>>
>>> RubyGems c
hi,
On Tue, Mar 27, 2012 at 9:31 PM, Rodrigo Rosenfeld Rosas
wrote:
> Hi Kristian, thanks for your response.
>
> I'm very sorry but I have a hard time trying to understand your point.
I am afraid of that but I do my best to clearly things :)
Could
> you please elaborate using some real examples
Em 27-03-2012 13:02, kristian escreveu:
On Tue, Mar 27, 2012 at 9:09 PM, Rodrigo Rosenfeld Rosas
wrote:
Here is my point of view about this subject.
We're comparing different things here.
RubyGems can be compared to Maven but I don't think Bundler has anything
similar in other languages I kn
On Tue, Mar 27, 2012 at 9:09 PM, Rodrigo Rosenfeld Rosas
wrote:
> Here is my point of view about this subject.
>
> We're comparing different things here.
>
> RubyGems can be compared to Maven but I don't think Bundler has anything
> similar in other languages I know about.
>
> Bundler will genera
Hi Kristian, thanks for your response.
I'm very sorry but I have a hard time trying to understand your point.
Could you please elaborate using some real examples so that we could
discuss on top of those?
" if rubygems or bundler are not able to reproduce the same set of
dependencies what is
sorry for the late responds. so I try to indicate some problems:
* maven artifacts can be relocated and it can be just relocated to a
new version. ie. you depend on xml-api-3.0.1 and actually get
xml-api-3.0.2
* for example maven3 has a version 3.x :) but is backwards compatible
with maven2 3.x.
Here is my point of view about this subject.
We're comparing different things here.
RubyGems can be compared to Maven but I don't think Bundler has anything
similar in other languages I know about.
Bundler will generate a Gemfile.lock that will assure that the exact
dependencies versions can
I may be a biased editor... I personally believe RubyGems is broken,
certainly around dep-resolution.
I point to CPAN a lot as an example of library repository that sums up all
the best-practices.
Maven may do the same, though I haven't learned it.
I believe the existence and adoption of Bundler i
Wouldn't the simplest solution be to do what I've seen other projects do
and just implement some wrapper around Aether (
http://www.eclipse.org/aether/)? I know that Leiningen's 2.x version that
they are working towards is using it, and it simplified their API quite a
bit in resolving dependencies
It was a bit confusing to me too, but I guess he is saying that you
shouldn't try to convert each maven artifact to a gem and let RubyGems
manage the dependencies instead of Maven.
Honestly I don't know what is the advantage of this approach. I mean,
Kristian, why do you think the Maven depend
Can someone point me to a doc that decyphers what kristian just said?
Interesting!
Peter Fitzgibbons
(847) 859-9550
Email: peter.fitzgibb...@gmail.com
IM GTalk: peter.fitzgibbons
IM AOL: peter.fitzgibb...@gmail.com
On Tue, Mar 27, 2012 at 2:07 AM, kristian wrote:
> On Tue, Mar 27, 2012 at 5:36
On Tue, Mar 27, 2012 at 5:36 AM, Rodrigo Rosenfeld Rosas
wrote:
> Finally integrating Maven to Bundler would be terrific. I would certainly
> vote on this project!
as long it opens the whole maven artifact universe and NOT tries to
map an maven artifact onto a rubygem and hope that the quite diff
Finally integrating Maven to Bundler would be terrific. I would
certainly vote on this project!
Cheers,
Rodrigo.
Em 26-03-2012 20:45, aliaksei escreveu:
I would like to participate in gsoc as a student.
I have the same difficulties as Benoit. But i'm interested in Maven
support for Rubygems an
I would like to participate in gsoc as a student.
I have the same difficulties as Benoit. But i'm interested in Maven
support for Rubygems and Bundler and Runtime code optimization in
particular.
So, Is there any mentors of that specific projects that i could
contact directly?
---
On 2012-03-26, at 15:55, Vipul Amler wrote:
> Hi Uwe,
> this is is Vipul, a final year comp-sci student.
> I am an android developer, but very new to jruby.
> Can i give it a try? Or work on any of the features?
I am new to the GSoC concept, so I hope Headius or others with more experience
in th
Charlie,
Can you point me to a webform or other for submitting a GSOC proposal.
Also, am I proposing as a "manager seeking work" ?
Thanks,
Peter Fitzgibbons
(847) 859-9550
Email: peter.fitzgibb...@gmail.com
IM GTalk: peter.fitzgibbons
IM AOL: peter.fitzgibb...@gmail.com
On Mar 26, 2012 1:48 PM, "Uwe Kubosch" wrote:
>
> On 2012-03-26, at 07:15, Charles Oliver Nutter wrote:
>
> > On Mon, Mar 26, 2012 at 3:37 AM, Benoit Daloze
wrote:
> >> I would be very interested to take part as a student, although I don't
> >> have a fixed idea yet.
> >> I'd love to improve JRub
On 2012-03-26, at 07:15, Charles Oliver Nutter wrote:
> On Mon, Mar 26, 2012 at 3:37 AM, Benoit Daloze wrote:
>> I would be very interested to take part as a student, although I don't
>> have a fixed idea yet.
>> I'd love to improve JRuby in general, may it be compatibility,
>> start-up time, per
On Mon, Mar 26, 2012 at 3:37 AM, Benoit Daloze wrote:
> I would be very interested to take part as a student, although I don't
> have a fixed idea yet.
> I'd love to improve JRuby in general, may it be compatibility,
> start-up time, performance or fibers (Kilim).
That sounds great! We would welc
No, projects that work on external libraries related to JRuby are welcome too!
- Charlie
On Mon, Mar 26, 2012 at 3:54 AM, Peter Fitzgibbons
wrote:
> Does the JRuby GSoC work have to specifically modify JRuby core?
>
> Shoes project would LOVE some Google Love.
>
> Thoughts?
>
> Peter Fitzgibbons
Does the JRuby GSoC work have to specifically modify JRuby core?
Shoes project would LOVE some Google Love.
Thoughts?
Peter Fitzgibbons
(847) 859-9550
Email: peter.fitzgibb...@gmail.com
IM GTalk: peter.fitzgibbons
IM AOL: peter.fitzgibb...@gmail.com
On Sun, Mar 25, 2012 at 5:07 PM, Benoit Dalo
Hello,
I just saw the mail from @headius that JRuby got in GSoC 2012 (and
proposals open today), congratulations!
I would be very interested to take part as a student, although I don't
have a fixed idea yet.
I'd love to improve JRuby in general, may it be compatibility,
start-up time, performance
The GSoC deadline has been extended to April 7, this coming monday...so
if you haven't gotten a proposal in, there's still time!
Timeline:
http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_timeline
Student applications:
http://groups.google.com/group/google-summer-of-code-announce/web/g
I`m thinking in "port" jruby to maemo(www.maemo.org).
Doing hildon bindings to jruby.
What do you think?
[]`s Igor
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para
armazenamento!
http://br.mail.yahoo.com/
-
73 matches
Mail list logo