<Inside>
You can't tell what exceptions statically typed languages will throw either, can you?
<Inside>
You would need to pre-execute all code branches to every stack depth to determine if there is a throw routine somewhere
sanscoeur has quit [Ping timeout: 245 seconds]
sanscoeu_ has quit [Ping timeout: 252 seconds]
<Inside>
Unless you were... using some esoteric language that has no side effects?
<Inside>
haskell?
troulouliou_div2 has quit [Read error: Connection reset by peer]
Dimik has joined #ruby
Exuma has joined #ruby
relyks has quit [Read error: Connection reset by peer]
gix has quit [Ping timeout: 240 seconds]
ua has quit [Ping timeout: 252 seconds]
<Radar>
Does Haskell have no side effects because it's not used in production? :P
shterrett has joined #ruby
emerson has joined #ruby
venmx has joined #ruby
dviola has joined #ruby
TomyLobo has joined #ruby
ua has joined #ruby
nchambers has joined #ruby
Exuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blackmesa1 has quit [Ping timeout: 252 seconds]
TomyLobo has quit [Read error: Connection reset by peer]
Exuma has joined #ruby
ellcs has quit [Ping timeout: 250 seconds]
Tempesta has quit [Quit: See ya!]
queip has quit [Read error: Connection reset by peer]
cliluw has joined #ruby
Emmanuel_Chanel has quit [Read error: Connection reset by peer]
Tempesta has joined #ruby
venmx has quit [Ping timeout: 268 seconds]
Emmanuel_Chanel has joined #ruby
queip has joined #ruby
TheBloke has quit [Read error: No route to host]
DigitallyBorn has joined #ruby
TheBloke has joined #ruby
icarus has quit [Quit: leaving]
DigitallyBorn has quit [Ping timeout: 268 seconds]
<ivanskie>
im not sure how to search for this..
<ivanskie>
if im making a gem... how do I specify to create a directory and copy certain files when gem is being installed? is that possible?
blackmesa1 has joined #ruby
ivanskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dviola has quit [Ping timeout: 260 seconds]
orbyt_ has joined #ruby
Exuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
DigitallyBorn has joined #ruby
bmurt has joined #ruby
shterrett has quit [Quit: shterrett]
headius has quit [Ping timeout: 246 seconds]
Azure has quit [Ping timeout: 260 seconds]
druonysus has joined #ruby
jcarl43 has quit [Quit: WeeChat 2.3]
DigitallyBorn has quit [Ping timeout: 252 seconds]
jetchisel has quit [Ping timeout: 240 seconds]
jetchisel has joined #ruby
dviola has joined #ruby
DigitallyBorn has joined #ruby
akosednar has quit [Ping timeout: 252 seconds]
DigitallyBorn has quit [Ping timeout: 272 seconds]
Exuma has joined #ruby
akosednar has joined #ruby
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
queip has quit [Read error: Connection reset by peer]
truenito has joined #ruby
truenito has quit [Remote host closed the connection]
queip has joined #ruby
smutnysyn has joined #ruby
DigitallyBorn has joined #ruby
smutnysyn has quit [Quit: WeeChat 2.2]
smutnysyn has joined #ruby
DigitallyBorn has quit [Ping timeout: 268 seconds]
DigitallyBorn has joined #ruby
smutnysyn has quit [Client Quit]
smutnysyn has joined #ruby
ogres has joined #ruby
dviola has quit [Quit: WeeChat 2.3]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shterrett has joined #ruby
smutnysyn has quit [Ping timeout: 252 seconds]
esrse has joined #ruby
chongtxtx has quit [Ping timeout: 240 seconds]
eckhardt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blackmesa has joined #ruby
blackmesa1 has quit [Ping timeout: 252 seconds]
smutnysyn has joined #ruby
queip has quit [Read error: Connection reset by peer]
bambanx has joined #ruby
bihi has joined #ruby
minimal_life has joined #ruby
queip has joined #ruby
Exuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ruby[bot]>
JankyDoodle: we in #ruby do not like pastebin.com, it loads slowly for most, has ads which are distracting and has terrible formatting. Please use https://gist.github.com
elcontrastador has quit [Ping timeout: 240 seconds]
jetchisel has joined #ruby
jetchisel has quit [Ping timeout: 252 seconds]
<ivanskie>
thanks
AJA4350 has quit [Quit: AJA4350]
_whitelogger has joined #ruby
troulouliou_div2 has quit [Remote host closed the connection]
dviola has joined #ruby
vondruch has left #ruby [#ruby]
kapil____ has quit [Quit: Connection closed for inactivity]
Fridtjof has quit [Ping timeout: 245 seconds]
conta has quit [Ping timeout: 268 seconds]
queip has quit [Read error: Connection reset by peer]
jcalla has quit [Ping timeout: 252 seconds]
DigitallyBorn has quit [Ping timeout: 240 seconds]
rippa has quit [Read error: Connection reset by peer]
jcalla has joined #ruby
queip has joined #ruby
conta1 has joined #ruby
rippa has joined #ruby
smutnysyn has joined #ruby
whysthatso has joined #ruby
whysthatso has quit [Client Quit]
Inline has joined #ruby
kaleido has joined #ruby
whysthatso has joined #ruby
Fridtjof has joined #ruby
Fusl__ is now known as Fusl
DigitallyBorn has joined #ruby
foldr has joined #ruby
MoritaShinobu has quit [Quit: Leaving]
Rapture has joined #ruby
DigitallyBorn has quit [Ping timeout: 246 seconds]
<LinuxKnight>
Hello All, I need some help to make sure that the inner loop in following example runs only once , please suggest : https://carc.in/#/r/5iq7
nertzy has joined #ruby
vondruch has joined #ruby
bak1an has joined #ruby
<foldr>
LinuxKnight adding an 'if i == 1' after the first 'end'?
dviola has quit [Quit: WeeChat 2.3]
dminuoso has left #ruby ["WeeChat 2.0.1"]
Cupid has quit [Ping timeout: 246 seconds]
dviola has joined #ruby
conta2 has joined #ruby
conta2 has quit [Ping timeout: 244 seconds]
queip has quit [Read error: Connection reset by peer]
keden has quit [Quit: WeeChat 2.3]
keden has joined #ruby
conta1 has quit [Quit: conta1]
<jhass>
LinuxKnight: why is it inside a loop if it should run only once?
queip has joined #ruby
<phaul>
loop { loop { some_code_here; nuke_earth } } # then some_code_here will run only once
roshanavand has quit [Remote host closed the connection]
SirFunk has joined #ruby
aufi has quit [Ping timeout: 268 seconds]
<phaul>
?xy, LinuxKnight
<phaul>
?xy
<ruby[bot]>
it seems like you are asking for a specific solution to a problem, instead of asking about your problem. This often leads to bad solutions and increases frustration for you and those trying to help you. More: http://meta.stackexchange.com/a/66378
foldr has quit [Remote host closed the connection]
Dimik has joined #ruby
keden has quit [Quit: WeeChat 2.3]
queip has quit [Read error: Connection reset by peer]
jetchisel has quit [Ping timeout: 250 seconds]
millerti has joined #ruby
Puffball has joined #ruby
jetchisel has joined #ruby
sanscoeur has joined #ruby
queip has joined #ruby
AKPWD has joined #ruby
Dimik has quit [Ping timeout: 245 seconds]
Dark_Arc has left #ruby ["Konversation terminated!"]
orbyt_ has joined #ruby
<LinuxKnight>
foldr, jhass, phaul, I got timed out and moved away from desk, please allow me some time to read back and reply
<LinuxKnight>
foldr, jhass, phaul, i amsure not trying to use your help for a specific solution, however, what i am doing for real is trying to make a multi provider , multi vm vagrantfile ;
<LinuxKnight>
need for nested loop is to decide and apply count of disks , count of network adapters
<LinuxKnight>
so, i am trying to understand and solve that as per the required fundaments
za1b1tsu has quit [Ping timeout: 272 seconds]
venmx has quit [Ping timeout: 244 seconds]
za1b1tsu has joined #ruby
jamied has joined #ruby
schneider has joined #ruby
jamied has quit [Ping timeout: 252 seconds]
Puffball has quit [Remote host closed the connection]
<Eiam>
if you are building vagrant files shouldn't that be in #vagrant ?
Puffball has joined #ruby
tdy has quit [Ping timeout: 272 seconds]
crankharder has quit [Ping timeout: 244 seconds]
whysthatso has joined #ruby
queip has quit [Read error: Connection reset by peer]
<LinuxKnight>
Eiam, you are right but since the file uses Ruby and needed a specific looping experience, I thought that awesome people here could help either ways
<Eiam>
okay, well im not sure why you decided on needing a nested for loop. can't recall the last time i wrote a for loop in ruby but just personal experience. Whats the actual issue you are trying to solve?
smutnysyn has quit [Ping timeout: 240 seconds]
akem__ has quit [Read error: Connection reset by peer]
akem__ has joined #ruby
<LinuxKnight>
Eiam, so this loop is needed because when I need to apply the additional devices to a vagrant vm, the customization can be provider specific , it makes sense to work such statements in an inner loop
jamied has joined #ruby
<LinuxKnight>
say I want a createhd satement to run, once, it instead runs 4times being being nested.
Fr4n has joined #ruby
queip has joined #ruby
safetypin has joined #ruby
smutnysyn has joined #ruby
za1b1tsu has quit [Ping timeout: 245 seconds]
<LinuxKnight>
foldr, jhass, phaul, its late for me and I got to go again, but thanks for trying to help as always, in case you want to dig into the exact Vagrant I am trying to get done and hitting wall with unbreakable loop then here it is - > https://carc.in/#/r/5irn
za1b1tsu has joined #ruby
Puffball has quit [Ping timeout: 245 seconds]
<LinuxKnight>
(inspired by https://github.com/scottslowe 's work - but trying to address addition of additional disk and net devices)
akaiiro has joined #ruby
akem__ has quit [Remote host closed the connection]
akem__ has joined #ruby
Puffball has joined #ruby
za1b1tsu has quit [Ping timeout: 272 seconds]
whysthatso has left #ruby [#ruby]
whysthatso has joined #ruby
tdy has joined #ruby
Fr4n has quit [Quit: Fr4n]
eckhardt_ has joined #ruby
sauvin has quit [Remote host closed the connection]
Azure has joined #ruby
phaul has joined #ruby
dviola has joined #ruby
z64 has joined #ruby
tag has joined #ruby
queip has quit [Read error: Connection reset by peer]
jcalla has quit [Ping timeout: 252 seconds]
jcalla has joined #ruby
Dbugger has joined #ruby
queip has joined #ruby
akem__ has quit [Remote host closed the connection]
akem__ has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
akem__ has quit [Remote host closed the connection]
DigitallyBorn has quit [Ping timeout: 244 seconds]
<sputnik13>
al2o3-cr right, for every invocation of that method/block a new https connection would be created yes?
<al2o3-cr>
sputnik13: yes.
<sputnik13>
I was afraid of that... thank you
<al2o3-cr>
sputnik13: yw.
<sputnik13>
the example in the doc page has the connection persisting if you execute inside a .start(...) block, but is that the only way to use a persistent connection or is the connection lifetime tied to the lifetime of the connection object?