<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
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
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
<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
<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 :)