0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
correct explicit Ruby equality == and eql? (JRuby 1.7.1 compat)
Karol Bucek
as kares
More... over 11 years ago
allow to set javascript version programatically - globally also allow reading it from system properties by default : `java.lang.System.setProperty("rhino.js.version", "1.7")` (Java 7 embedded-rhino scripting engine compatible)
Karol Bucek
as kares
More... over 11 years ago
allow to set optimization level globally also allow reading it from system properties by default : `java.lang.System.setProperty("rhino.opt.level", "1")` (Java 7 embedded-rhino scripting engine compatible)
Karol Bucek
as kares
More... over 11 years ago
make sure Ruby function wrapper has (Ruby) #call semantics just like JavaScript functions exposed into the Ruby side have
Karol Bucek
as kares
More... over 11 years ago
function's return value should be converted to Ruby (when invoked Ruby #call style)
Karol Bucek
as kares
More... over 11 years ago
document how to override rhino's jar
Karol Bucek
as kares
More... over 11 years ago
fix a regression introduced in db54adc223 + make sure bundler does not require 'less'
Karol Bucek
as kares
More... over 11 years ago
baking 2.0.1
Karol Bucek
as kares
More... over 11 years ago
JSError improvement - make sure ruby error message is kept
Karol Bucek
as kares
More... over 11 years ago
1.7R4 added a ConsString for `'s1' + 's2'` optimalization this is the cause of the reported regression (closes #25)
Karol Bucek
as kares
More... over 11 years ago
reproduced regression with requires similar to LESS loading + added a require 'less' as an integration spec
Karol Bucek
as kares
More... over 11 years ago
require integration specs - hunt for a rhino 1.7R4 regression
Karol Bucek
as kares
More... over 11 years ago
specs all green with latest jruby-head
Karol Bucek
as kares
More... almost 12 years ago
error.message should be a String value (1.9.3 compat)
Karol Bucek
as kares
More... almost 12 years ago
package latest Rhino 1.7R4 for therubyrhino
Karol Bucek
as kares
More... almost 12 years ago
RedJS latest rspec compatibility
Karol Bucek
as kares
More... almost 12 years ago
add Rhino.implementation_version for checking loaded jar rhino 1.7R4 compatibility with prototype exposing (in specs)
Karol Bucek
as kares
More... almost 12 years ago
therubyrhino 2.0.0 without the baked in rhino.jar instead depending on therubyrhino_jar gem
Karol Bucek
as kares
More... almost 12 years ago
extract out rhino.jar into a separate gem (therubyrhino_jar)
Karol Bucek
as kares
More... almost 12 years ago
v1.73.5
Karol Bucek
as kares
More... almost 12 years ago
fn#apply error handling + include the latest specs for 6c962f7db048b7bb7903736193f73c1277a48abc
Karol Bucek
as kares
More... almost 12 years ago
inspect seems to print non-sense for native rhino objects
Karol Bucek
as kares
More... almost 12 years ago
make sure thrown values are correctly raised e.g. from `function foo() { throw 'bar' }` specs for this coming with redjs v0.4.6
Karol Bucek
as kares
More... almost 12 years ago
functionName typo introduced with 6a0032e946a2c2a643ca4ae23c4c21e7c810bcc5
Karol Bucek
as kares
More... almost 12 years ago
v1.73.4
Karol Bucek
as kares
More... almost 12 years ago
'correct' inspect for JSError - show thrown value
Karol Bucek
as kares
More... almost 12 years ago
allow for jar path overrides for experimenting
Karol Bucek
as kares
More... almost 12 years ago
add the javascript backtrace on top of the (ruby) backtrace
Karol Bucek
as kares
More... almost 12 years ago
JSError updates - make sure cause always points to native rhino cause (closes #19) - correct javascript_backtrace to be an array (just like backtrace) - use a slicely customized stack trace rendering by default
Karol Bucek
as kares
More... almost 12 years ago
avoid using instance variables with java class this is due JRuby 1.7.0 throwing warnings https://github.com/jruby/jruby/wiki/Persistence on org.mozilla.javascript.Context
Karol Bucek
as kares
More... almost 12 years ago