jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.7.4 | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/manastech/crystal - Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
feefay has joined #crystal-lang
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
ozra has quit [Ping timeout: 246 seconds]
zodiak has quit [Quit: Leaving]
blue_deref has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
feefay has quit [Quit: Page closed]
willl has quit [Quit: Connection closed for inactivity]
<crystal-gh> [crystal] yui-knk opened pull request #965: Add test for Set.new (master...test/set_new) http://git.io/vqbTP
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 248 seconds]
ytti has quit [Ping timeout: 258 seconds]
fowlduck has joined #crystal-lang
<crystal-gh> [crystal] MakeNowJust opened pull request #966: Change it to use postfix '_spec.cr' for spec files (master...spec-file-postfix) http://git.io/vqbcu
fowlduck has quit [Remote host closed the connection]
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 248 seconds]
zodiak has joined #crystal-lang
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 248 seconds]
BlaXpirit has joined #crystal-lang
blue_deref has quit [Quit: bbn]
<crystal-gh> [crystal] asterite pushed 3 new commits to master: http://git.io/vqbrl
<crystal-gh> crystal/master e3d7248 Alex Bradbury: disable parsing of octal constants prefixed with only 0...
<crystal-gh> crystal/master c1deed8 Ary Borenszweig: Merge pull request #770 from asb/switch_to_0o_octal...
<crystal-gh> crystal/master e1540f4 Alex Bradbury: convert standard library to use 0o for octal constants
<crystal-gh> [crystal] asterite pushed 2 new commits to master: http://git.io/vqbrg
<crystal-gh> crystal/master 68eab46 Ary Borenszweig: Merge pull request #965 from yui-knk/test/set_new...
<crystal-gh> crystal/master 599bed8 yui-knk: Add test for Set.new
<travis-ci> manastech/crystal#68eab46 (master - Merge pull request #965 from yui-knk/test/set_new
<travis-ci> manastech/crystal#c1deed8 (master - Merge pull request #770 from asb/switch_to_0o_octal
zodiak has quit [Quit: Leaving]
<crystal-gh> [crystal] yui-knk opened pull request #967: To be albe to create Set from `Enumerable` (master...fix/set_new) http://git.io/vqbiT
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 248 seconds]
havenwood has quit [Remote host closed the connection]
ytti has joined #crystal-lang
NeverDie has joined #crystal-lang
Locke23rus has joined #crystal-lang
<crystal-gh> [crystal] asterite closed pull request #968: [ci skip] Add a space (master...fix/space3) http://git.io/vqbio
<crystal-gh> [crystal] asterite closed pull request #967: To be albe to create Set from `Enumerable` (master...fix/set_new) http://git.io/vqbiT
<BlaXpirit> dang it, now i keep forgetting to write return in other languages
fowlduck has joined #crystal-lang
strcmp1 has joined #crystal-lang
fowlduck has quit [Ping timeout: 248 seconds]
<travis-ci> manastech/crystal#71c2fe1 (master - Merge pull request #967 from yui-knk/fix/set_new
<crystal-gh> [crystal] yui-knk opened pull request #969: [ci skip] Remove space (master...fix/space4) http://git.io/vqNTC
<jhass> BlaXpirit: :D
<BlaXpirit> >> 05
<DeBot> BlaXpirit: # => 5 - http://carc.in/#/r/6wb
<BlaXpirit> >> 0o5
<DeBot> BlaXpirit: # => 5 - http://carc.in/#/r/6wc
<crystal-gh> [crystal] yui-knk opened pull request #970: Add `class_name` macro method (master...feature/add_class_name) http://git.io/vqNkB
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/vqNnc
<crystal-gh> crystal/master adb1785 Ary Borenszweig: Fixed #961: reference type var in generic type instance variable initializer
<travis-ci> manastech/crystal#adb1785 (master - Fixed #961: reference type var in generic type instance variable initializer): The build passed. https://travis-ci.org/manastech/crystal/builds/70506528
dhruv has joined #crystal-lang
<dhruv> can I disable linkage with standard library (or basically everything which is architecture dependent)?
<dhruv> Also, I would like to disable garbage collector and do some manual memory management
fowlduck has joined #crystal-lang
<jhass> not really, I mean you can do --prelude=empty or whatever it was and then non of stdlib will be loaded
fowlduck has quit [Ping timeout: 248 seconds]
<jhass> not sure how much stuff will be linked anyway
<jhass> dhruv: ^
<dhruv> aww man. I wanted to do some system programming in crystal. Thanks anyway. i'll look into the ==prelude=empty option
<jhass> I mean it's probably possible, but not sure how much of it without modifying the compiler
Ven has joined #crystal-lang
dhruv has quit [Quit: Leaving]
dhruv has joined #crystal-lang
Locke23rus has quit [Ping timeout: 246 seconds]
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 248 seconds]
dhruv has quit [Quit: Leaving]
Locke23rus has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/vqN1h
<crystal-gh> crystal/master c217578 Ary Borenszweig: Delete HelloWorld.hx
<travis-ci> manastech/crystal#c217578 (master - Delete HelloWorld.hx): The build passed. https://travis-ci.org/manastech/crystal/builds/70513185
unshadow has joined #crystal-lang
<unshadow> /quit
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 246 seconds]
<crystal-gh> [crystal] rosylilly opened pull request #972: Fix broken `defined in` link in doc (master...fix-defined-in-link) http://git.io/vqAJk
Locke23rus has quit [Ping timeout: 264 seconds]
havenwood has joined #crystal-lang
<crystal-gh> [crystal] rosylilly opened pull request #973: Add `target` attr into "defined in" link of types (master...set-defined-in-links-target) http://git.io/vqATk
fowlduck has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
Locke23rus has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/vqAGS
<crystal-gh> crystal/master 3b5fe02 Ary Borenszweig: Fixed #964: use simple `new` instead of `URI.new` in `URI.parse`.
<travis-ci> manastech/crystal#3b5fe02 (master - Fixed #964: use simple `new` instead of `URI.new` in `URI.parse`.): The build passed. https://travis-ci.org/manastech/crystal/builds/70523815
<crystal-gh> [crystal] jbbarth opened pull request #975: Flush STDERR when calling exit() (master...bugfix/flush-stderr-on-exit) http://git.io/vqACu
blue_deref has joined #crystal-lang
NeverDie has joined #crystal-lang
willl has joined #crystal-lang
ozra has joined #crystal-lang
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
lokulin has quit [Ping timeout: 256 seconds]
lokulin has joined #crystal-lang
havenwood has quit [Ping timeout: 264 seconds]
ozra has quit [Ping timeout: 246 seconds]
blue_deref has quit [Quit: bbn]
havenwood has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 3 new commits to master: http://git.io/vqxl4
<crystal-gh> crystal/master 0efe8b5 Ary Borenszweig: Correctly execute ensure blocks of exception handlers of `break` and `next` related to `while`. Fixes #180
<crystal-gh> crystal/master 8061ac1 Ary Borenszweig: Fixed return -> ensure hanlding
<crystal-gh> crystal/master 6cd0276 Ary Borenszweig: Finished rewriting exception handling logic in a more correct way. Fixes #180. Fixes #171.
<crystal-gh> [crystal] asterite pushed 2 new commits to master: http://git.io/vqx4T
<crystal-gh> crystal/master 7552626 Jean-Baptiste Barth: Flush STDERR when calling exit()...
<crystal-gh> crystal/master 0cc7e25 Ary Borenszweig: Merge pull request #975 from jbbarth/bugfix/flush-stderr-on-exit...
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ozra has joined #crystal-lang
<travis-ci> manastech/crystal#6cd0276 (master - Finished rewriting exception handling logic in a more correct way. Fixes #180. Fixes #171.): The build passed. https://travis-ci.org/manastech/crystal/builds/70546056
<travis-ci> manastech/crystal#0cc7e25 (master - Merge pull request #975 from jbbarth/bugfix/flush-stderr-on-exit
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
blue_deref has joined #crystal-lang
flaviu has quit [Ping timeout: 252 seconds]
flaviu has joined #crystal-lang
havenwood has joined #crystal-lang
epitron has quit [Ping timeout: 244 seconds]
epitron has joined #crystal-lang
NeverDie has joined #crystal-lang
<ozra> Ehm, why not?: "can't cast (Pointer(UInt8) | Pointer(Pointer(Void)) | Pointer(Float64) | Pointer(Float32)) to Pointer(Void)"
<ozra> Cause they're different size values pointed _to_ I assume.. Is there any way of doing evil casts like this?
BlaXpirit has quit [Quit: Konversation]
ozra has quit [Ping timeout: 246 seconds]