nakilon_ has quit [Ping timeout: 252 seconds]
BlaXpirit has quit [Quit: Konversation]
nakilon has joined #crystal-lang
nakilon has quit [Ping timeout: 244 seconds]
NeverDie has joined #crystal-lang
NeverDie has quit [Max SendQ exceeded]
NeverDie has joined #crystal-lang
* CompanionCube
should really get around to filing another bug on crystal_lib describing an issue he found
MightyMouse has joined #crystal-lang
blue_deref has quit [Quit: bbn]
MightyMouse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
MightyMouse has joined #crystal-lang
MightyMouse has left #crystal-lang [#crystal-lang]
leafybas_ has quit [Remote host closed the connection]
nakilon has joined #crystal-lang
nakilon has quit [Ping timeout: 250 seconds]
A124 has quit [Read error: Connection reset by peer]
A124 has joined #crystal-lang
CodiS has joined #crystal-lang
nakilon has joined #crystal-lang
nakilon has quit [Ping timeout: 240 seconds]
blue_deref has joined #crystal-lang
blue_deref has quit [Client Quit]
leafybas_ has joined #crystal-lang
leafybas_ has quit [Ping timeout: 260 seconds]
Raimondii has joined #crystal-lang
Raimondii has quit [Remote host closed the connection]
Raimondii has joined #crystal-lang
Raimondi has quit [Ping timeout: 260 seconds]
Raimondii is now known as Raimondi
nakilon has joined #crystal-lang
leafybas_ has joined #crystal-lang
leafybas_ has quit [Ping timeout: 255 seconds]
CodiS has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox_ has joined #crystal-lang
BlaXpirit has joined #crystal-lang
nakilon has quit [Ping timeout: 264 seconds]
CodiS has joined #crystal-lang
CodiS has joined #crystal-lang
nakilon has joined #crystal-lang
BlaXpirit has quit [Quit: Konversation]
nakilon has quit [Ping timeout: 244 seconds]
alsm has quit [Ping timeout: 260 seconds]
CodiS has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bam0 has joined #crystal-lang
CodiS has joined #crystal-lang
CodiS has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox_ has quit [Remote host closed the connection]
BlaXpirit has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox_ has quit [Remote host closed the connection]
CodiS has joined #crystal-lang
CodiS has quit [Client Quit]
leafybas_ has joined #crystal-lang
pawnbox_ has joined #crystal-lang
leafybas_ has quit [Ping timeout: 255 seconds]
CodiS has joined #crystal-lang
nakilon has joined #crystal-lang
CodiS has quit [Ping timeout: 264 seconds]
nakilon has quit [Ping timeout: 240 seconds]
trapped has joined #crystal-lang
CodiS has joined #crystal-lang
CodiS has quit [Client Quit]
leafybas_ has joined #crystal-lang
leafybas_ has quit [Remote host closed the connection]
leafybas_ has joined #crystal-lang
kulelu88 has joined #crystal-lang
kulelu88 has joined #crystal-lang
CodiS has joined #crystal-lang
pawnbox_ has quit [Ping timeout: 272 seconds]
leafyba__ has joined #crystal-lang
leafybas_ has quit [Read error: Connection reset by peer]
CodiS has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
leafyba__ has quit [Read error: Connection reset by peer]
leafybas_ has joined #crystal-lang
pawnbox_ has joined #crystal-lang
nakilon has joined #crystal-lang
nakilon has quit [Ping timeout: 264 seconds]
leafybas_ has quit [Read error: Connection reset by peer]
leafyba__ has joined #crystal-lang
BlaXpirit has quit [Remote host closed the connection]
BlaXpirit has joined #crystal-lang
lokulin has quit [Ping timeout: 264 seconds]
lokulin has joined #crystal-lang
pawnbox_ has quit [Ping timeout: 250 seconds]
pawnbox_ has joined #crystal-lang
<
pawnbox_>
Is there a way to have local dependencies in shards?
<
BlaXpirit>
explain
<
pawnbox_>
use a local shards library.
<
BlaXpirit>
pawnbox_, i think u can put stuff in libs and that will be used
<
pawnbox_>
BlaXpirit: i guess that'd work. :)
nakilon has joined #crystal-lang
nakilon has quit [Ping timeout: 272 seconds]
pawnbox_ has quit [Ping timeout: 240 seconds]
blue_deref has joined #crystal-lang
blue_deref has quit [Quit: bbn]
BlaXpirit has quit [Quit: Konversation]
pawnbox_ has joined #crystal-lang
shadeslayer has quit [Ping timeout: 252 seconds]
shadeslayer has joined #crystal-lang
BlaXpirit has joined #crystal-lang
NeverDie has joined #crystal-lang
CodiS has joined #crystal-lang
NeverDie has quit [Max SendQ exceeded]
leafybas_ has joined #crystal-lang
leafyba__ has quit [Ping timeout: 244 seconds]
barosl_ has joined #crystal-lang
leafybas_ has quit [Ping timeout: 246 seconds]
bam0 has quit [Ping timeout: 250 seconds]
barosl has quit [Ping timeout: 244 seconds]
NeverDie has joined #crystal-lang
pawnbox_ has quit [Remote host closed the connection]
CodiS has joined #crystal-lang
fowlduck has joined #crystal-lang
CodiS has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nakilon has joined #crystal-lang
buggs has quit [Ping timeout: 246 seconds]
nakilon has quit [Ping timeout: 252 seconds]
buggs has joined #crystal-lang
CodiS has joined #crystal-lang
yxhuvud has joined #crystal-lang
blue_deref has joined #crystal-lang
<
jokke>
is it somehow possible to make conditional requires?
<
jokke>
crystal compiles just what's needed anyway
nakilon has joined #crystal-lang
zz_Cidan is now known as Cidan
shama has joined #crystal-lang
NeverDie has joined #crystal-lang
slash_part is now known as slash_nick
<
nakilon>
how do I convert string into symbol?
<
nakilon>
i have raw string "asd 1 2" and want to get a tuple {:asd, 1, 2}
<
RX14>
nakilon, you can't
<
RX14>
symbols are constants
<
RX14>
they are converted into an int32 in the compiler
<
RX14>
from the docs
Ven_ has joined #crystal-lang
Ven_ has quit [Read error: Connection reset by peer]
Ven__ has joined #crystal-lang
leafybas_ has joined #crystal-lang
BlaXpirit has quit [Remote host closed the connection]
BlaXpirit has joined #crystal-lang
Ven__ has quit [Read error: Connection reset by peer]
Ven_ has joined #crystal-lang
leafybas_ has quit [Read error: Connection reset by peer]
<
nakilon>
solved by constructing via hash lookup: symbols = {
<
nakilon>
"yellow" => :yellow,
<
nakilon>
"red" => :red,
leafybas_ has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
<
BlaXpirit>
that's the only acceptable way
fowlduck has joined #crystal-lang
Ven_ has quit [Read error: Connection reset by peer]
Ven_ has joined #crystal-lang
Ven_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
leafybas_ has quit [Remote host closed the connection]
Cidan is now known as zz_Cidan
BlaXpirit has quit [Quit: Konversation]
BlaXpirit|m has joined #crystal-lang
leafybas_ has joined #crystal-lang
kulelu88 has left #crystal-lang ["Leaving"]
BlaXpirit|m has quit [Quit: AndChat]
<
nakilon>
Program exited because of a segmentation fault (11)
<
nakilon>
should I report?
<
nakilon>
should I report?
<
nakilon>
oops, sry, I thought I've alt+tabbed to Terminal
trapped has quit [Ping timeout: 260 seconds]