jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.12.0 | Fund Crystals development: http://is.gd/X7PRtI | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
<crystal-gh> [crystal] asterite closed pull request #2253: String: allow back-references in sub and gsub. Fixes #2199. Fixes #684 (master...feature/string_backrefs) https://git.io/v2Ptn
Philpax__ has quit [Ping timeout: 264 seconds]
Philpax__ has joined #crystal-lang
mgarciaisaia has joined #crystal-lang
mgarciaisaia has left #crystal-lang [#crystal-lang]
sp4rrow has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<crystal-gh> [crystal] asterite closed pull request #2224: Added random methods with max of Float and range of Floats (master...rand_float_range) https://git.io/v2l0u
luislavena has quit [Quit: Leaving]
<travis-ci> crystal-lang/crystal#30a1bee (master - Merge pull request #2258 from crystal-lang/feature/case_tuple_cond): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113276678
<travis-ci> crystal-lang/crystal#89663bf (master - Merge pull request #2252 from crystal-lang/feature/keyword_type_declaration): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113276990
Philpax__ has quit [Ping timeout: 244 seconds]
Philpax has joined #crystal-lang
<travis-ci> crystal-lang/crystal#5540fc5 (master - Merge pull request #2253 from crystal-lang/feature/string_backrefs): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113277023
Philpax has quit [Ping timeout: 260 seconds]
Philpax has joined #crystal-lang
<travis-ci> crystal-lang/crystal#8649532 (master - Merge pull request #2224 from AlexWayfer/rand_float_range): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113283874
Philpax has quit [Ping timeout: 244 seconds]
Philpax has joined #crystal-lang
justinmcp_ has joined #crystal-lang
Davy_CC_ has joined #crystal-lang
Davy_CC has quit [Ping timeout: 248 seconds]
justinmcp has quit [Ping timeout: 248 seconds]
Philpax has quit [Ping timeout: 244 seconds]
krtv` has quit [Ping timeout: 244 seconds]
matp has quit [Ping timeout: 260 seconds]
Philpax has joined #crystal-lang
Philpax_ has joined #crystal-lang
_whitelogger has quit [Ping timeout: 260 seconds]
havenwood has quit [Read error: Connection reset by peer]
_whitelogger_ has joined #crystal-lang
tliff has joined #crystal-lang
Netfeed has joined #crystal-lang
waj has joined #crystal-lang
Guest121 has quit [Ping timeout: 276 seconds]
Guest121 has joined #crystal-lang
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
krtv` has quit [Ping timeout: 252 seconds]
krtv` has joined #crystal-lang
rkeene has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
matp has joined #crystal-lang
Philpax_ is now known as Philpax
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
fowlduck has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 276 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 252 seconds]
pawnbox has joined #crystal-lang
mgarciaisaia has joined #crystal-lang
mgarciaisaia has quit [Client Quit]
krtv` has quit [Ping timeout: 264 seconds]
mgarciaisaia has joined #crystal-lang
mgarciaisaia has left #crystal-lang [#crystal-lang]
Philpax has quit [Ping timeout: 264 seconds]
Philpax has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
fowlduck has joined #crystal-lang
pawnbox has joined #crystal-lang
_whitelogger_ has quit [Excess Flood]
_whitelogger has joined #crystal-lang
Philpax has quit [Ping timeout: 244 seconds]
Philpax has joined #crystal-lang
bjz has joined #crystal-lang
trapped has joined #crystal-lang
Netfeed has joined #crystal-lang
Netfeed has quit [Changing host]
Philpax has quit [Ping timeout: 244 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
bjz has quit [Ping timeout: 264 seconds]
bjz has joined #crystal-lang
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
ruslux has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
trapped has quit [Read error: Connection reset by peer]
alsm has joined #crystal-lang
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
pawnbox has joined #crystal-lang
bjz_ has joined #crystal-lang
bjz has quit [Ping timeout: 244 seconds]
ktec has quit [Ping timeout: 248 seconds]
<crystal-gh> [crystal] ysbaddaden closed pull request #2175: Added more escaping characters for HTML (master...HtmlEscapeCharacters) https://git.io/v2SAt
<travis-ci> crystal-lang/crystal#93d33c7 (master - Merge pull request #2175 from Ryuuzakis/HtmlEscapeCharacters): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113348786
Gasher has joined #crystal-lang
<ruslux> Hello! How i can owerride operator "&&"?
<BlaXpirit> >> true && 5
<BlaXpirit> DeBot pls
<BlaXpirit> ruslux, I'm 99% sure you cannot
<BlaXpirit> a && b is hardcoded to mean a ? b : a
<ruslux> gist: https://gist.github.com/anonymous/ac2893142c5aff16264f i try write django-like ORM
<BlaXpirit> proof https://carc.in/#/r/tj4
<BlaXpirit> ruslux, perhaps you can override `&` instead
pawnbox has quit [Remote host closed the connection]
<ruslux> Oh, tnx!
<BlaXpirit> ruslux, if you're coming from python, you know that you can't override `and` there for the exact same reason
<BlaXpirit> a and b is hardcoded to mean b if a else b
pawnbox has joined #crystal-lang
<ruslux> I did not know. Thank you for the clarification
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
Guest121 has quit [Ping timeout: 244 seconds]
<BlaXpirit> a and b is hardcoded to mean b if a else a ...........
Guest121 has joined #crystal-lang
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
sdogruyol has joined #crystal-lang
x0f has quit [Ping timeout: 246 seconds]
x0f has joined #crystal-lang
Guest121 has quit [Ping timeout: 250 seconds]
<crystal-gh> [crystal] asterite pushed 2 new commits to master: https://git.io/v29z9
<crystal-gh> crystal/master c73de5a HeleneMyr: Test added for Number
<crystal-gh> crystal/master 0a7f270 Ary Borenszweig: Merge pull request #2255 from HeleneMyr/testNumber...
shadeslayer has quit [Ping timeout: 260 seconds]
shadeslayer has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
<travis-ci> crystal-lang/crystal#0a7f270 (master - Merge pull request #2255 from HeleneMyr/testNumber): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113383640
Guest121 has joined #crystal-lang
trapped has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
Philpax has joined #crystal-lang
bjz has joined #crystal-lang
bjz_ has quit [Ping timeout: 244 seconds]
Guest121 has quit [Ping timeout: 244 seconds]
Philpax has quit [Ping timeout: 252 seconds]
bjz_ has joined #crystal-lang
pawnbox has joined #crystal-lang
bjz has quit [Ping timeout: 252 seconds]
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 248 seconds]
Guest121 has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
jeromegn has quit [Read error: Connection reset by peer]
jeromegn has joined #crystal-lang
rok has joined #crystal-lang
Davy_CC_ has quit [Ping timeout: 244 seconds]
Davy_CC has joined #crystal-lang
rok has quit [Quit: rok]
_whitelogger has quit [Ping timeout: 260 seconds]
_whitelogger has joined #crystal-lang
ruslux has quit [Remote host closed the connection]
Gasher has quit [Quit: Leaving]
<crystal-gh> [crystal] asterite pushed 2 new commits to master: https://git.io/v2Hm4
<crystal-gh> crystal/master ba794c9 Ary Borenszweig: Semantic: allow initializing instance variables in non-generic module types
<crystal-gh> crystal/master 80ec0e2 Ary Borenszweig: Semantic: allow declaring instance variables in non-generic module types
x0f has quit [Ping timeout: 276 seconds]
<travis-ci> crystal-lang/crystal#ba794c9 (master - Semantic: allow initializing instance variables in non-generic module types): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113427281
bougyman has quit [Ping timeout: 276 seconds]
bougyman has joined #crystal-lang
x0f has joined #crystal-lang
mgarciaisaia has joined #crystal-lang
mgarciaisaia has left #crystal-lang [#crystal-lang]
luislavena has joined #crystal-lang
trapped has quit [Ping timeout: 244 seconds]
Gasher has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
shama has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 2 new commits to master: https://git.io/v2H29
<crystal-gh> crystal/master 253b461 Ary Borenszweig: Compiler: show stats label first, then time after execution
<crystal-gh> crystal/master 9d72e64 Ary Borenszweig: Updated Changelog [ci-skip]
rok has joined #crystal-lang
alsm has quit [Ping timeout: 250 seconds]
sdogruyol has quit [Quit: Connection closed for inactivity]
_whitelogger has quit [Ping timeout: 260 seconds]
_whitelogger has joined #crystal-lang
trapped has joined #crystal-lang
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/v2HPT
<crystal-gh> crystal/master 14ebd17 Ary Borenszweig: `run` inside macros now also work with absolute paths (useful when used with `__DIR__`). Fixes #2127
m49p13 has quit [Quit: Page closed]
<travis-ci> crystal-lang/crystal#9d72e64 (master - Updated Changelog [ci-skip]): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113450623
mgarciaisaia1 has joined #crystal-lang
mgarciaisaia1 has left #crystal-lang [#crystal-lang]
<travis-ci> crystal-lang/crystal#14ebd17 (master - `run` inside macros now also work with absolute paths (useful when used with `__DIR__`). Fixes #2127): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113457617
<luislavena> asterite: wrapping things for another release? :-D
<asterite> Yes :-)
<asterite> Though I'll maybe wait for #2191 and #2140
Papierkorb has quit [Quit: Schnitzel]
* luislavena hopefully will have time to add some docs this weekend :-D
<luislavena> noticed that the contributing.md do not mention `tool format`, so that is another point to cover.
<asterite> Right, I'll mention it
<miketheman> q: can contributing spell out a few more details about llvm? I was confused when I tried to build the env last weekend - the details elude me right now
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/v2Hh2
<crystal-gh> crystal/master 14d36f3 Ary Borenszweig: Contributing: ask to follow the coding style, and mention the formatter
<crystal-gh> [crystal] Zavydiel opened pull request #2262: Fix documentation formatting in various classes (master...formatting) https://git.io/v2Hj3
<asterite> miketheman: sure, but what details?
<miketheman> asterite: from this:
<miketheman> > Note: if you are on a Mac make sure to install the LLVM that is used in that travis script, the LLVM that you download or get from homebrew has a bug (uninstall the LLVM from homebrew too).
<miketheman> I don't think I understood what the travis script was, or which llvm is the "right one" to use.
<asterite> Oh, I think that's very old... it downloaded a patched LLVM3.5... but LLVM3.6 fixed that
mgarciaisaia has joined #crystal-lang
<miketheman> ok, so that probably needs an update. :)
<miketheman> there's also downloads in the prepare script that I found now.
<miketheman> since I got a weird failure on my attempt to compile, I figured I'd try to read the docs.
<miketheman> ;)
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/v2QeX
<crystal-gh> crystal/master 6841bd6 Ary Borenszweig: Contributing: remove old note about LLVm on mac osx, and mention that LLVM 3.6 is required
<miketheman> homebrew now provides llvm 3.6.2
Papierkorb has joined #crystal-lang
<asterite> miketheman: I guess we can try to change it, maybe to `brew install llvm`, I think it's bottled... but that will break if the llvm changes, so for now I prefer to keep things like that if they work :)
<miketheman> asterite: you _could_ use homebrew/versions to pin to a given version of llvm: https://github.com/Homebrew/homebrew-versions/blob/master/llvm36.rb
<miketheman> but that's a different story
<miketheman> curious - what version of llvm is used to bottle crystal?
Gasher has quit [Quit: Leaving]
triangles has joined #crystal-lang
sp4rrow has joined #crystal-lang
mgarciaisaia has left #crystal-lang [#crystal-lang]
triangles has quit [Quit: Leaving]
jeromegn has quit [Read error: Connection reset by peer]
jeromegn has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 244 seconds]
<travis-ci> crystal-lang/crystal#14d36f3 (master - Contributing: ask to follow the coding style, and mention the formatter): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113475693
Excureo has quit [Remote host closed the connection]
Excureo has joined #crystal-lang
<travis-ci> MaloJaffre/crystal#9d72e64 (master - Updated Changelog [ci-skip]): The build passed. https://travis-ci.org/MaloJaffre/crystal/builds/113482576
<travis-ci> MaloJaffre/crystal#6841bd6 (master - Contributing: remove old note about LLVm on mac osx, and mention that LLVM 3.6 is required): The build passed. https://travis-ci.org/MaloJaffre/crystal/builds/113482673
pawnbox has joined #crystal-lang
<travis-ci> crystal-lang/crystal#6841bd6 (master - Contributing: remove old note about LLVm on mac osx, and mention that LLVM 3.6 is required): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/113477739
sp4rrow has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has quit [Ping timeout: 248 seconds]
Gasher has joined #crystal-lang
sp4rrow has joined #crystal-lang
sp4rrow has quit [Client Quit]
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
fowlduck has joined #crystal-lang
nightmared has joined #crystal-lang
fowlduck has quit [Ping timeout: 248 seconds]
sp4rrow has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 248 seconds]
sp4rrow has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sp4rrow has joined #crystal-lang
mgarciaisaia1 has joined #crystal-lang
pawnbox has joined #crystal-lang
fowlduck has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/v2QX1
<crystal-gh> crystal/master 042de17 Ary Borenszweig: BigInt: use `get_ui` for `to_u64`. Fixes #2264
pawnbox has quit [Ping timeout: 246 seconds]
fowlduck has quit [Ping timeout: 264 seconds]
_whitelogger has quit [Ping timeout: 260 seconds]
_whitelogger_ has joined #crystal-lang
bjz has joined #crystal-lang
BlaXpirit has quit [Quit: Bye]
bjz_ has quit [Ping timeout: 248 seconds]
rok has quit [Quit: rok]
sp4rrow has quit [Quit: The Internet needs a break and I need a cookie]
sp4rrow has joined #crystal-lang
luislavena has quit [Ping timeout: 264 seconds]
BlaXpirit has joined #crystal-lang
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<travis-ci> crystal-lang/crystal#042de17 (master - BigInt: use `get_ui` for `to_u64`. Fixes #2264): The build was broken. https://travis-ci.org/crystal-lang/crystal/builds/113514669
pawnbox has joined #crystal-lang
umurgdk has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
_whitelogger_ has quit [Excess Flood]
_whitelogger has joined #crystal-lang
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
sp4rrow has quit [Quit: The Internet needs a break and I need a cookie]
sp4rrow has joined #crystal-lang
_whitelogger has quit [Excess Flood]
_whitelogger has joined #crystal-lang
fowlduck has joined #crystal-lang
jmg_ has joined #crystal-lang
bjz has joined #crystal-lang
matp has quit [Quit: Textual IRC Client: www.textualapp.com]
matp has joined #crystal-lang
jmg_ has quit [Quit: Page closed]
umurgdk has quit [Remote host closed the connection]
bjz has quit [Ping timeout: 244 seconds]
A124 has quit [Read error: Connection reset by peer]
Gasher has quit [Ping timeout: 240 seconds]
A124 has joined #crystal-lang
Gasher has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/v27Ja
<crystal-gh> crystal/master 7282cf3 Ary Borenszweig: BigInt: only test to_u64 bug in 64 bits
Gasher has quit [Quit: Leaving]
Philpax has joined #crystal-lang
emancu has joined #crystal-lang