<JRubyGithub>
[jruby] subbuss closed issue #2198: Rails new fails on master 9e6c2be in Thor http://git.io/aXMBLw
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] subbuss opened issue #2201: In non-interpreter mode, access protection on a protected method seems to be bypassed? http://git.io/g_2S1w
<JRubyGithub>
[jruby] Allanon29 opened issue #2204: ?? instead of chars like á,é,ő,ű etc. in irb http://git.io/YLCvjA
JRubyGithub has left #jruby [#jruby]
e_dub has quit [Quit: ZZZzzz…]
tlarevo has joined #jruby
kaawee_ has quit [Ping timeout: 265 seconds]
yfeldblum has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] 1qaz1qaz closed issue #2203: %i doesn't work http://git.io/yLklmg
JRubyGithub has left #jruby [#jruby]
tbrock has joined #jruby
kaawee_ has joined #jruby
yfeldblum has quit [Ping timeout: 255 seconds]
tbrock has quit [Client Quit]
subbu has joined #jruby
<kaawee_>
Hello! Is there any Ruby idiom for Java assert? (That is: express assumptions as code and optionally check for the assumptions to be true)
tlarevo has quit [Remote host closed the connection]
thsig has joined #jruby
tlarevo has joined #jruby
thsig_ has joined #jruby
thsig has quit [Ping timeout: 256 seconds]
kaidu has joined #jruby
mitchellhenke has joined #jruby
<kaidu>
hi everyone
<kaidu>
I have a question (not directly connected to jruby) about rubygems. Maybe anyone can help me: I want to install the gem "bond", but it contains a native extension. This native extension seems to be "optional", so giving the command line option "--without-readline" it just creates an empty dummy makefile
<kaidu>
unfortunately, rubygems will still call "make", "make install" on this dummy makefile. But on my stupid windows machine there is no make installed. And I don't want to install make just to install a gem with an extension that isn't necessary
<kaidu>
I just wonder: is there a possibility in rubygems to ignore the c extension?
<kaidu>
as Jruby drops the c extension support there have to be a way to install a gem without c extension (for example, by replacing the c stuff with jvm code)
mitchellhenke has quit [Quit: Computer has gone to sleep.]
e_dub has joined #jruby
e_dub has quit [Client Quit]
subbu has quit [Ping timeout: 240 seconds]
mitchellhenke has joined #jruby
yfeldblum has joined #jruby
diegoviola has joined #jruby
johnmuhl has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
<Antiarc>
I'll join you, I've got my hacking cough on
<rtyler>
heh
<rtyler>
well, i had to wake up early so I might as well squeeze some hacking in before anybody notices
<Antiarc>
:)
zorak8 has quit [Ping timeout: 256 seconds]
thsig has joined #jruby
thsig_ has quit [Ping timeout: 245 seconds]
anaeem1 has joined #jruby
toshetm has joined #jruby
nirvdrum has joined #jruby
yfeldblum has joined #jruby
elux has joined #jruby
yfeldblum has quit [Ping timeout: 245 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
johnmuhl has quit [Quit: Connection closed for inactivity]
zorak8 has joined #jruby
thsig has quit [Remote host closed the connection]
mkristian has joined #jruby
calavera has joined #jruby
zorak8 has quit [Ping timeout: 240 seconds]
calavera has quit [Read error: Connection reset by peer]
calavera has joined #jruby
fivebats has quit [Remote host closed the connection]
fivebats has joined #jruby
cultureulterior1 has quit [Ping timeout: 240 seconds]
yfeldblum has joined #jruby
thsig has joined #jruby
calavera has quit [Ping timeout: 240 seconds]
mkristian has quit [Quit: bye]
yfeldblum has quit [Ping timeout: 244 seconds]
thsig has quit [Ping timeout: 250 seconds]
calavera has joined #jruby
mitchellhenke has joined #jruby
calavera has quit [Ping timeout: 240 seconds]
<kaawee_>
Antiarc: but is there any well-accepted method beyond "raise ... unless ..." which allows to switch off the checks for speed once there is confidence that the expectations are always met?
<Antiarc>
kaawee_: Not AFAIK, Rubyists generally expect that assertions are handled through a test suite rather than in-code asserts
<Antiarc>
You can certainly mimic it with a global or const or something, but it's uncommon to see inline asserts in production code
calavera has joined #jruby
<Antiarc>
There's no reason *not* to do it, other than speed - you can't avoid the method dispatch or conditional check, since Ruby is interpreted rather than compiled
<Antiarc>
So it's not like you could #define out asserts or something, but a single method dispatch is usually not going to be onerous overhead, unless it's in a tight inner loop or something
<Antiarc>
If you have code that needs performance and asserts, you could write it in Java and then call it from JRuby though
<Antiarc>
You might check out https://github.com/jimweirich/rspec-given#non-spec-assertions - it gives you global switches for the assertions, but you're still going to end up with a method dispatch that ends up doing nothing. Which may or may not be an issue, depending on your use case.
Hobogrammer has joined #jruby
thsig has quit [Ping timeout: 265 seconds]
Xzyx987X has joined #jruby
zph has quit [Ping timeout: 265 seconds]
Xzyx987X_ has quit [Ping timeout: 265 seconds]
zph has joined #jruby
Xzyx987X_ has joined #jruby
jeremyevans_ has joined #jruby
kaawee_ has quit [Ping timeout: 265 seconds]
kylo has quit [Ping timeout: 255 seconds]
Jamo__ has joined #jruby
iamjarvo has joined #jruby
kylo has joined #jruby
jeremyevans has quit [Ping timeout: 245 seconds]
mcclurmc has quit [Ping timeout: 245 seconds]
Xzyx987X has quit [Ping timeout: 245 seconds]
Jamo has quit [Ping timeout: 245 seconds]
yfeldblum has joined #jruby
errstr_ has joined #jruby
<byteit101>
anyone here know much about maven integration, pmaven, or maventools
errstr has quit [Ping timeout: 265 seconds]
cajone has quit [Ping timeout: 265 seconds]
dfr|work has quit [Ping timeout: 265 seconds]
teamon has quit [Ping timeout: 265 seconds]
electrical has quit [Ping timeout: 265 seconds]
joelmheim_ has quit [Ping timeout: 265 seconds]
<byteit101>
*maven-tools
dabradley has quit [Ping timeout: 265 seconds]
electrical has joined #jruby
yfeldblum has quit [Ping timeout: 258 seconds]
josh-k_ has joined #jruby
joelmheim__ has joined #jruby
teamon_ has joined #jruby
johnmuhl has joined #jruby
dfr|work has joined #jruby
calavera has quit [Ping timeout: 240 seconds]
cajone has joined #jruby
bga57 has joined #jruby
englishm has quit [Ping timeout: 255 seconds]
jamooo has quit [Ping timeout: 255 seconds]
joevandy1 has quit [Ping timeout: 255 seconds]
thsig_ has quit [Remote host closed the connection]
yarker has quit [Ping timeout: 255 seconds]
jamo_ has quit [Ping timeout: 255 seconds]
Jamo has joined #jruby
jamooo has joined #jruby
joevandyk has joined #jruby
kylo has quit [Ping timeout: 255 seconds]
yarker has joined #jruby
englishm has joined #jruby
havenwood has quit [Remote host closed the connection]
havenwood has joined #jruby
jeremyevans_ has quit [Ping timeout: 255 seconds]
havenwood has quit [Remote host closed the connection]
het_ has joined #jruby
GregMefford has joined #jruby
jeremyevans has joined #jruby
het has quit [Ping timeout: 255 seconds]
kylo has joined #jruby
anaeem1 has quit [Ping timeout: 258 seconds]
het has joined #jruby
thsig has joined #jruby
calavera has joined #jruby
het_ has quit [*.net *.split]
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 240 seconds]
thsig has quit [Remote host closed the connection]
anaeem1_ has joined #jruby
yipdw_ has joined #jruby
SynrGyy has joined #jruby
bpot_ has joined #jruby
blinsay_ has joined #jruby
fidothe_ has joined #jruby
_ko10 has joined #jruby
electrical has quit [*.net *.split]
bpot has quit [*.net *.split]
SynrGy has quit [*.net *.split]
ahadding1 has quit [*.net *.split]
mfournier has quit [*.net *.split]
universa1 has quit [*.net *.split]
qmx has quit [*.net *.split]
mjc_ has quit [*.net *.split]
fidothe has quit [*.net *.split]
asarih has quit [*.net *.split]
blinsay has quit [*.net *.split]
bruceadams has quit [*.net *.split]
yipdw has quit [*.net *.split]
amdprophet has quit [*.net *.split]
_ko1 has quit [*.net *.split]
blinsay_ is now known as blinsay
bpot_ is now known as bpot
fidothe_ is now known as fidothe
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elux_ has joined #jruby
mfournier has joined #jruby
ahadding1 has joined #jruby
qmx has joined #jruby
mjc_ has joined #jruby
asarih has joined #jruby
amdprophet has joined #jruby
bruceadams has joined #jruby
electrical has joined #jruby
electrical has quit [Changing host]
electrical has joined #jruby
elux has quit [Ping timeout: 258 seconds]
mistergibson has quit [Ping timeout: 258 seconds]
tharindu has quit [Read error: Connection reset by peer]
headius has quit [Ping timeout: 258 seconds]
mtfk has quit [Ping timeout: 258 seconds]
tharindu has joined #jruby
mtfk_ has joined #jruby
Jamo__ has quit [Ping timeout: 258 seconds]
headius has joined #jruby
jamo_ has joined #jruby
rhinon has quit [Ping timeout: 258 seconds]
rhinon has joined #jruby
anaeem1_ has quit [Ping timeout: 255 seconds]
calavera has quit [Ping timeout: 244 seconds]
iamjarvo has joined #jruby
elux_ is now known as elux
atamb0 has joined #jruby
atambo has quit [Ping timeout: 258 seconds]
mpapis has quit [Ping timeout: 258 seconds]
joast has quit [Ping timeout: 258 seconds]
mberg has quit [Ping timeout: 258 seconds]
mistergibson has joined #jruby
havenwood has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mpapis has joined #jruby
thsig has joined #jruby
thsig_ has joined #jruby
anaeem1 has joined #jruby
thsig has quit [Ping timeout: 245 seconds]
universa1 has joined #jruby
toshe_tm has joined #jruby
yfeldblum has joined #jruby
paulswilliamsesq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
toshetm has quit [Ping timeout: 250 seconds]
yfeldblum has quit [Ping timeout: 255 seconds]
dabradley has joined #jruby
paulswilliamsesq has joined #jruby
anaeem1 has quit [Read error: Connection reset by peer]
anaeem1 has joined #jruby
thsig_ has quit [Remote host closed the connection]
Hobogrammer has quit [Ping timeout: 240 seconds]
paulswilliamsesq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SynrGyy is now known as SynrG
zorak8 has joined #jruby
yfeldblum has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
tlarevo has quit [Remote host closed the connection]
tlarevo has joined #jruby
anaeem1 has quit [Read error: Connection reset by peer]
lidaaa has joined #jruby
anaeem1_ has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
zorak8 has quit [Ping timeout: 265 seconds]
kaawee_ has joined #jruby
kaawee_ has quit [Ping timeout: 250 seconds]
zorak8 has joined #jruby
havenwood has quit [Remote host closed the connection]
zorak8 has quit [Ping timeout: 255 seconds]
tlarevo has quit [Remote host closed the connection]
tharindu has quit [Ping timeout: 255 seconds]
havenwood has joined #jruby
zorak8 has joined #jruby
cajone has quit [Ping timeout: 245 seconds]
mitchellhenke has joined #jruby
cajone has joined #jruby
thsig has joined #jruby
thsig has quit [Remote host closed the connection]
thsig has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Client Quit]
thsig has quit [Ping timeout: 272 seconds]
ludyte has joined #jruby
josh-k_ has quit [Remote host closed the connection]
cultureulterior1 has joined #jruby
ludyte has quit [Quit: ludyte]
Hobogrammer has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]