<jhass>
a gist can take multiple files, maybe edit yours to your actual code? :)
<weskinner_work>
yeah I was misinterpreting
<weskinner_work>
that's where the seg is coming from so it must be an issue with @window
<jhass>
yeah, sounds like it
<weskinner_work>
gotta pack up, but thanks for the help jhass. not a major road block as I can just use the SDL2.poll_events form
<jhass>
weskinner_work: well, chances are that it just changes memory layout so that the garbage doesn't cause a direct segfault
weskinner_work has quit [Ping timeout: 264 seconds]
weskinner_work has joined #crystal-lang
leex has quit [*.net *.split]
dom96 has quit [*.net *.split]
leex has joined #crystal-lang
dom96 has joined #crystal-lang
shama has quit [*.net *.split]
vifino has quit [*.net *.split]
waj has joined #crystal-lang
shama has joined #crystal-lang
vifino has joined #crystal-lang
waj has quit [*.net *.split]
shama has quit [*.net *.split]
vifino has quit [*.net *.split]
waj has joined #crystal-lang
shama has joined #crystal-lang
vifino has joined #crystal-lang
weskinner_work has quit [Ping timeout: 264 seconds]
weskinner_mac has joined #crystal-lang
weskinner_mac has joined #crystal-lang
weskinner_mac has quit [Client Quit]
waj has quit [Quit: Leaving.]
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
havenwood has joined #crystal-lang
weskinner_work has joined #crystal-lang
weskinner_work has quit [Ping timeout: 264 seconds]
weskinner_mac has joined #crystal-lang
bcardiff has joined #crystal-lang
bcardiff has quit [Client Quit]
weskinner_mac has quit [Quit: weskinner_mac]
weskinner_mac has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
weskinner_mac has quit [Quit: weskinner_mac]
bcardiff has joined #crystal-lang
bcardiff has quit [Client Quit]
shama has joined #crystal-lang
shama has quit [Remote host closed the connection]
bcardiff has joined #crystal-lang
bcardiff has quit [Quit: Leaving.]
havenwood has quit [Remote host closed the connection]
leafybasil has quit [Remote host closed the connection]
waj has joined #crystal-lang
leafybasil has joined #crystal-lang
waj1 has joined #crystal-lang
waj has quit [Ping timeout: 256 seconds]
ismaelga has joined #crystal-lang
waj1 has quit [Quit: Leaving.]
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
waj has joined #crystal-lang
weskinner_mac has joined #crystal-lang
waj has quit [Quit: Leaving.]
weskinner_work has joined #crystal-lang
waj has joined #crystal-lang
<crystal-gh>
[crystal] asterite pushed 3 new commits to master: http://git.io/AdjI
<crystal-gh>
crystal/master 4f6cbc2 Ary Borenszweig: Fixed: MatchData#begin and MatchData#end were returning byte index. Now they return char index. Also added MatchData#byte_begin and btye_end.
<crystal-gh>
crystal/master ffd71d6 Ary Borenszweig: Doc: color strings in blue
<crystal-gh>
crystal/master 866a0fc Ary Borenszweig: Added some documentation to String#new
bcardiff has joined #crystal-lang
weskinner_mac has quit [Quit: weskinner_mac]
<travis-ci>
manastech/crystal#2059 (master - 866a0fc : Ary Borenszweig): The build has errored.
<weskinner_work>
should have been the first place I looked. just assumed that part was done because my simple example worked
<jhass>
weskinner_work: hah, long live auto generated bindings :P
<weskinner_work>
but like you said the memory layout must have been ok by chance
<asterite>
weskinner_work: oh, right, I forgot to mention that when you don't map types well, things might get corrupted
<asterite>
waj actually wants to have automatic bindings generated integrated into the language, and I'm starting to understand why it'll be very useful :)
<weskinner_work>
adding a "pad : UInt8[1000]" member to KeyboardEvent fixed it for now :P
<jhass>
asterite: meh, mixed up the line number markings
<asterite>
don't worry :)
<asterite>
Mmm… can you submit an issue? Possibly trying to reduce it...