Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap version 0.1 #3

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Roadmap version 0.1 #3

wants to merge 17 commits into from

Conversation

weirdpercent
Copy link
Contributor

  • Convert Mirah scripts to Java code and separated the Ruby and Java code into two folders
  • Update to JRuby 1.6.7.2 [MRI 1.8.7-p357]
  • Update to JDK 6 Update 31
  • Many Java code inspection checks and removing Java 1.6 deprecations as a stepping stone to JRuby 1.6.7.2
  • Many Ruby code inspection checks with coding style and statement simplification changes, changing Ruby 1.9 deprecations as a stepping stone to JRuby 1.7.0-preview2
  • Merge separate code bases into one folder
  • Run RSpec tests and debugging tools on code changes

dfl and others added 16 commits April 30, 2012 22:54
- Convert Mirah scripts to Java code and separated the Ruby and Java
code into two folders
- Update to JRuby 1.6.7.2 [MRI 1.8.7-p357]
- Update to JDK 6 Update 31
- Many Java code inspection checks and removing Java 1.6 deprecations as
a stepping stone to JRuby 1.6.7.2
- Many Ruby code inspection checks with coding style and statement
simplification changes, changing Ruby 1.9 deprecations as a stepping
stone to JRuby 1.7.0-preview2
- Merge separate code bases into one folder
- Run RSpec tests and debugging tools on code changes
- Convert Mirah scripts to Java code and separated the Ruby and Java
code into two folders
- Update to JRuby 1.6.7.2 [MRI 1.8.7-p357]
- Update to JDK 6 Update 31
- Many Java code inspection checks and removing Java 1.6 deprecations as
a stepping stone to JRuby 1.6.7.2
- Many Ruby code inspection checks with coding style and statement
simplification changes, changing Ruby 1.9 deprecations as a stepping
stone to JRuby 1.7.0-preview2
- Merge separate code bases into one folder
- Run RSpec tests and debugging tools on code changes
- Add documentation for Ruby and Java code
@thbar
Copy link
Owner

thbar commented Sep 4, 2012

Hey, that's amazing! Thanks for continuing this and sharing back the changes :)

Can I merge it blindly?

@thbar
Copy link
Owner

thbar commented Sep 4, 2012

I'm in the process of testing it out and merging the README. I'll report back when it's done! (probably tomorrow).

@weirdpercent
Copy link
Contributor Author

Cool. I know it's a lot of changes, so thorough testing is definitely in order. Once it's stable, then I can begin working on version 0.2.

@thbar
Copy link
Owner

thbar commented Sep 8, 2012

After a more careful investigation, I'm going to attempt to gradually bring back the work instead of merging all at once.

@thbar
Copy link
Owner

thbar commented Sep 8, 2012

Hey @weirdpercent, here is an update:

  • I need to rewrite the readme largely based on what you have done (great job!)
  • I will also merge back the synth by @dfl
  • on master, I have merged some of your commits and made some clean-up
  • the whole thing is pushed to Travis
  • I will leave out the #noinspection (seems editor specific?) and the docs for now (to avoid cluttering the repo too much)

Well it's a bit late so this is off my head :)

I'll get back to this as time permits.

@weirdpercent
Copy link
Contributor Author

@thbar, I think Travis CI is a great idea to make Opaz even better.

  • The @ Override and #noinspection annotations are indeed IDE-specific, I will strip them out before future commits.
  • Maybe the docs could be hosted on gh-pages?

Thanks for the update!

@dfl
Copy link
Contributor

dfl commented Sep 10, 2012

the synth stuff I have improved on a lot and moved into dfl/radspberry
maybe better just to use that gem.

-David
(via phone)

On Sep 8, 2012, at 3:22 PM, Thibaut Barrère [email protected] wrote:

Hey @weirdpercent, here is an update:

I need to rewrite the readme largely based on what you have done (great job!)
I will also merge back the synth by @dfl
on master, I have merged some of your commits and made some clean-up
the whole thing is pushed to Travis
I will leave out the #noinspection (seems editor specific?) and the docs for now (to avoid cluttering the repo too much)
Well it's a bit late so this is off my head :)

I'll get back to this as time permits.


Reply to this email directly or view it on GitHub.

Added plugin from jvstwrapper examples, fixed rake tasks, jruby 1.7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants