Skip to content

Commit

Permalink
Update to options 1.4-SNAPSHOT.
Browse files Browse the repository at this point in the history
Boolean properties can now be specified blank for true:

$ jruby -Xir.print -e 1
2016-01-07T22:44:11.449-06:00: IRScope: Printing final IR for -e
begin SCRIPT_BODY<-e>
signature(pre=0,opt=0,post=0,rest=NONE,kwargs=0,kwreq=0,kwrest=false)
0:          *%self := recv_self
1:            %v_0 := load_frame_closure
2:  %current_scope := copy(scope<0>)
3: %current_module := copy(mod<0>)
4:                    line_num(lineNumber: 0)
5:                    return(fix<1>)
headius committed Jan 8, 2016
1 parent b8b07a5 commit e3cb316
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
jar 'org.jruby:dirgra:0.3'

jar 'com.headius:invokebinder:1.5'
jar 'com.headius:options:1.3'
jar 'com.headius:options:1.4-SNAPSHOT'
jar 'com.headius:coro-mock:1.0', :scope => 'provided'
jar 'com.headius:unsafe-mock', '${unsafe.version}', :scope => 'provided'
jar 'com.headius:jsr292-mock:1.1', :scope => 'provided'
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -199,7 +199,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.headius</groupId>
<artifactId>options</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.headius</groupId>

0 comments on commit e3cb316

Please sign in to comment.