<emancu>
anyone using `waterlink/mysql_adapter.cr` here ?
Philpax has quit [Ping timeout: 244 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
elia has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 248 seconds]
Philpax has joined #crystal-lang
A124 has quit [Read error: Connection reset by peer]
A124 has joined #crystal-lang
Philpax has quit [Ping timeout: 260 seconds]
perks has quit [Quit: perks]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 244 seconds]
A124 has quit [Quit: '']
A124 has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
pawnbox has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 252 seconds]
vikaton has quit [Quit: Connection closed for inactivity]
Philpax has joined #crystal-lang
RainbowReich has joined #crystal-lang
ytti has quit [Ping timeout: 240 seconds]
victor_lowther has quit [*.net *.split]
aemadrid has quit [*.net *.split]
guilleiguaran__ has quit [*.net *.split]
Philpax has quit [Ping timeout: 260 seconds]
victor_lowther has joined #crystal-lang
guilleiguaran__ has joined #crystal-lang
aemadrid has joined #crystal-lang
Philpax has joined #crystal-lang
Dreamer3_ has quit [Ping timeout: 246 seconds]
Dreamer3_ has joined #crystal-lang
Dreamer3 has quit [Ping timeout: 246 seconds]
Dreamer3 has joined #crystal-lang
Philpax has quit [Ping timeout: 276 seconds]
victor_lowther has quit [*.net *.split]
aemadrid has quit [*.net *.split]
guilleiguaran__ has quit [*.net *.split]
trapped has joined #crystal-lang
guilleiguaran__ has joined #crystal-lang
aemadrid has joined #crystal-lang
victor_lowther has joined #crystal-lang
fka has joined #crystal-lang
pawnbox_ has quit [Remote host closed the connection]
ytti has joined #crystal-lang
ytti has quit [Ping timeout: 240 seconds]
victor_lowther has quit [*.net *.split]
aemadrid has quit [*.net *.split]
guilleiguaran__ has quit [*.net *.split]
elia has joined #crystal-lang
victor_lowther has joined #crystal-lang
aemadrid has joined #crystal-lang
guilleiguaran__ has joined #crystal-lang
ytti has joined #crystal-lang
elia has quit [Quit: Computer has gone to sleep.]
ytti has quit [Ping timeout: 240 seconds]
ytti has joined #crystal-lang
ytti has quit [Ping timeout: 240 seconds]
ytti has joined #crystal-lang
elia has joined #crystal-lang
pawnbox has joined #crystal-lang
elia has quit [Read error: No route to host]
elia has joined #crystal-lang
trapped has quit [Read error: Connection reset by peer]
<fka>
we built crystalshards.xyz
<fka>
it also has a random cryastal project name generator `crystal init app $(curl -s crystalshards.xyz/name)`
<fka>
:)
elia has quit [Quit: Computer has gone to sleep.]
tamole has joined #crystal-lang
tamole has quit [Client Quit]
elia has joined #crystal-lang
<jokke>
haha
elia has quit [Quit: Computer has gone to sleep.]
trapped has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
x0f has quit [Ping timeout: 268 seconds]
x0f has joined #crystal-lang
pawnbox has joined #crystal-lang
ponga has joined #crystal-lang
Philpax has joined #crystal-lang
_kfpratt has joined #crystal-lang
kfpratt has quit [Ping timeout: 252 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
ryuuzaki has joined #crystal-lang
<ryuuzaki>
Hi everyone.
<ryuuzaki>
I've added a french version for the wikipedia page of the language
<ryuuzaki>
I saw that the current version number on the english version isn't up to date
<ryuuzaki>
and also, I thought it would be nice to add a picture of the creators of the language in the wiki =)
<ryuuzaki>
and the logo of the language too
<crystal-gh>
[crystal] Nesqwik opened pull request #2295: fix :nodoc: typo in spec.cr (master...typo_specs) https://git.io/vasAc
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<crystal-gh>
[crystal] asterite pushed 4 new commits to master: https://git.io/vashA
<crystal-gh>
crystal/master 52fde0c Ary Borenszweig: More type annotations
<crystal-gh>
crystal/master 05c8abd Ary Borenszweig: Compiler: `self` in type declarations wasn't working well
<crystal-gh>
crystal/master b956dad Ary Borenszweig: Some type annotations in the compiler's source code
<ryuuzaki>
I have encountered a problem with the documentation : when I generate it with "make doc", sometimes the ditto command won't work, and sometimes the ` to show code will appear in the code preview
ponga has quit [Quit: Connection closed for inactivity]
fka has quit [Remote host closed the connection]
perks has joined #crystal-lang
fka has joined #crystal-lang
rok has quit [Quit: rok]
fka has quit [Remote host closed the connection]
fka has joined #crystal-lang
kulelu88 has joined #crystal-lang
_kfpratt has quit [Remote host closed the connection]
shama has joined #crystal-lang
shama has left #crystal-lang [#crystal-lang]
<adam|>
Likely the first roadblock of many in cross-compiling for SunOS, but any hints on where to follow this error? Error in crystal/std/dir.cr:22: uninitialized constant DirEntry
<adam|>
Looks like there are definition files per os (dir.linux.cr, dir.darwin.cr). Likely need one for this OS.
<adam|>
(ruby branch of git repo, btw)
<BlaXpirit>
adam|, sure, that's a good guess
<BlaXpirit>
ruby branch? that's uhh
<BlaXpirit>
defunct
<adam|>
I know ....
<adam|>
master gets me this error
<adam|>
src/llvm/ext/llvm_ext.cc:2:30: fatal error: llvm/IR/DebugLoc.h: No such file or directory
aharlan has joined #crystal-lang
<adam|>
Could be arch as well. No idea if this will even compile on SunOS .. just being nosey.
<BlaXpirit>
adam|, well sure, it's very unlikely to compile if that os is not supported and nobody tried to run it there