enthymeme has quit [Quit: rcirc on GNU Emacs 23.1.1]
ttamttam has joined #ocaml
Shoggoth has joined #ocaml
ttamttam has quit [Quit: Leaving.]
ygrek has joined #ocaml
enthymeme has joined #ocaml
ttamttam has joined #ocaml
ftrvxmtrx has quit [Quit: Leaving]
Yoric has joined #ocaml
segmond has quit [Ping timeout: 258 seconds]
jakedouglas has quit [Quit: Leaving.]
Yoric has quit [Quit: Yoric]
SEcki has joined #ocaml
SEcki has quit [Client Quit]
avsm1 has quit [Quit: Leaving.]
ikaros has joined #ocaml
myu2 has quit [Remote host closed the connection]
myu2 has joined #ocaml
myu2 has quit [Remote host closed the connection]
barismetin has joined #ocaml
barismetin has quit [Changing host]
barismetin has joined #ocaml
enthymeme has quit [Quit: rcirc on GNU Emacs 23.1.1]
Yoric has joined #ocaml
myu2 has joined #ocaml
komar_ has quit [Read error: Connection reset by peer]
smimou has quit [Ping timeout: 246 seconds]
alpounet has quit [Ping timeout: 240 seconds]
smimou has joined #ocaml
ftrvxmtrx has joined #ocaml
drk-sd has joined #ocaml
alpounet has joined #ocaml
ikaros has quit [Remote host closed the connection]
barismetin has quit [Quit: Leaving...]
barismetin has joined #ocaml
barismetin has quit [Changing host]
barismetin has joined #ocaml
ikaros has joined #ocaml
avsm has joined #ocaml
thomasga has joined #ocaml
drk-sd has quit [Quit: foo]
myu2 has quit [Remote host closed the connection]
myu2 has joined #ocaml
myu2 has quit [Remote host closed the connection]
ikaros has quit [Quit: Leave the magic to Houdini]
myu2 has joined #ocaml
Associat0r has joined #ocaml
rwmjones has quit [Quit: Terminated with extreme prejudice - dircproxy 1.2.0]
rwmjones has joined #ocaml
smimou has quit [Ping timeout: 246 seconds]
smimou has joined #ocaml
komar_ has joined #ocaml
myu2 has quit [Remote host closed the connection]
_unK has joined #ocaml
valross has quit [Quit: Ex-Chat]
myu2 has joined #ocaml
myu2 has quit [Remote host closed the connection]
myu2 has joined #ocaml
ikaros has joined #ocaml
myu2 has quit [Remote host closed the connection]
ztfw` has left #ocaml []
Submarine has joined #ocaml
Submarine has quit [Read error: Operation timed out]
pimmhogeling has joined #ocaml
boscop has joined #ocaml
nous1024 has joined #ocaml
thrasibule has quit [Ping timeout: 248 seconds]
bmp has joined #ocaml
fraggle_ has quit [Quit: -ENOBRAIN]
M| has quit [Ping timeout: 276 seconds]
drk-sd has joined #ocaml
fraggle_ has joined #ocaml
M| has joined #ocaml
maskd has joined #ocaml
bmp has quit [Quit: bmp]
pimmhogeling has quit [Ping timeout: 276 seconds]
Narrenschiff has joined #ocaml
ikaros has quit [Ping timeout: 260 seconds]
spearalot has joined #ocaml
ikaros has joined #ocaml
nous1024 has quit [Ping timeout: 252 seconds]
nous1024 has joined #ocaml
ccasin has joined #ocaml
myu2 has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
ztfw has joined #ocaml
segmond has joined #ocaml
nous1024 has left #ocaml []
seanmcl has joined #ocaml
joewilliams_away is now known as joewilliams
rfg has joined #ocaml
rfg has quit [Read error: Connection reset by peer]
rfg has joined #ocaml
pimmhogeling has joined #ocaml
Narrenschiff_ has joined #ocaml
Narrenschiff has quit [Ping timeout: 252 seconds]
Narrenschiff_ is now known as Narrenschiff
munga has joined #ocaml
ftrvxmtrx has quit [Quit: Leaving]
Narrenschiff has quit [Ping timeout: 246 seconds]
mfp has quit [Ping timeout: 265 seconds]
Narrenschiff has joined #ocaml
<Camarade_Tux>
yup, using gobject-introspection (ocaml-gir) was a really bad idea I guess.
<Camarade_Tux>
using yacfe is probably going to be much nicer
Shoggoth has quit [Quit: Ex-Chat]
<hcarty>
Camarade_Tux: Is this for generating bindings?
<Camarade_Tux>
hcarty: yes
<Camarade_Tux>
I have a few things to add to ocaml-gir but the code is not clean and updating the .gir files with gobject-introspection is everything but fun
<Camarade_Tux>
especially, the code isn't clean because I kept discovering new things to do so the "architecture" isn't very nice
<hcarty>
A yacfe or similarly based binding generator would be a nice thing to have, either as a tool or a reference.
<Camarade_Tux>
currently, I can parse C function declarations (it's not perfect but it's working pretty well already)
<Camarade_Tux>
which means I can parse: gchar * webkit_web_view_get_uri (WebKitWebView *web_view);
<Camarade_Tux>
one nice things with yacfe is that it can work on unpreprocessed files
<Camarade_Tux>
so, with #define, #ifdef, ... in the middle of the file, it also doesn't need to "resolve" types: it can understand the WebKitWebView type without the corresponding header and I don't need more
<hcarty>
That's quite nice. I currently use cpp + ugly PCRE regexes + camlidl for a few libraries. It works, but it's ugly and horribly fragile.
Narrenschiff_ has joined #ocaml
<Camarade_Tux>
(in ocaml-gir, the conversion macros weren't looked up: for type WebKitWebView, it was SOMETHING_WEB_KIT_WEB_VIEW and it would compile or not, was pretty dumb but worked well)
<Camarade_Tux>
it's because of the fragility I gave up with gobject-introspection: the command-line to properly generate the .gir files (xml description of the library) would easily be 600 chars and it certainly wasn't going to improve
Narrenschiff has quit [Ping timeout: 246 seconds]
Narrenschiff_ is now known as Narrenschiff
jakedouglas has joined #ocaml
mfp has joined #ocaml
barismetin has quit [Quit: Leaving...]
spearalot has quit [Quit: -arividerchi]
ulfdoz_ has joined #ocaml
zhijie has joined #ocaml
ulfdoz has quit [Ping timeout: 276 seconds]
sepp2k has joined #ocaml
Yoric has quit [Quit: Yoric]
seanmcl has quit [Quit: seanmcl]
seanmcl has joined #ocaml
derdon has joined #ocaml
ikaros has joined #ocaml
seanmcl has quit [Quit: seanmcl]
Narrenschiff_ has joined #ocaml
avsm has quit [Ping timeout: 248 seconds]
Narrenschiff has quit [Ping timeout: 240 seconds]
Narrenschiff_ is now known as Narrenschiff
ttamttam has quit [Quit: Leaving.]
komar_ has quit [Quit: WeeChat 0.2.6]
komar_ has joined #ocaml
onigiri_ has quit [Quit: onigiri_]
jeddhaberstro has joined #ocaml
jsk is now known as jsk-afk
_unK has quit [Remote host closed the connection]
seanmcl has joined #ocaml
dark has joined #ocaml
enthymeme has joined #ocaml
drk-sd has quit [Quit: foo]
ccasin has quit [Quit: Leaving]
ttamttam has joined #ocaml
Jedai has joined #ocaml
ikaros_ has joined #ocaml
enthymeme has quit [Quit: rcirc on GNU Emacs 23.1.1]
seanmcl has quit [Read error: Connection reset by peer]
seanmcl has joined #ocaml
_unK has joined #ocaml
rfg has quit [Quit: rfg]
segmond is now known as eastwind
ttamttam has quit [Quit: Leaving.]
<rwmjones>
gildor, you got the photos OK? sorry my mail system burped and delayed that email by a couple of days
Demitar has joined #ocaml
alpounet has quit [Ping timeout: 240 seconds]
ygrek has quit [Ping timeout: 245 seconds]
ygrek has joined #ocaml
maskd has quit [Quit: leaving]
ikaros_ has quit [Read error: Operation timed out]
ikaros_ has joined #ocaml
iZZy_ has joined #ocaml
ikaros has quit [Ping timeout: 240 seconds]
alpounet has joined #ocaml
ulfdoz_ has quit [Quit: Reconnecting]
ulfdoz has joined #ocaml
onigiri_ has joined #ocaml
derdon has quit [Ping timeout: 258 seconds]
Narrenschiff has quit [Ping timeout: 258 seconds]
ftrvxmtrx has joined #ocaml
pimmhogeling has quit [Ping timeout: 265 seconds]
Narrenschiff has joined #ocaml
seanmcl has quit [Quit: seanmcl]
slash_ has joined #ocaml
iZZy_ has quit [Read error: Operation timed out]
rfg has joined #ocaml
Nazral has left #ocaml []
<gildor>
rwmjones: when did you send them ?
maskd has joined #ocaml
Narrenschiff has quit [Ping timeout: 260 seconds]
iZZy_ has joined #ocaml
ikaros has joined #ocaml
iZZy_ has quit [Ping timeout: 260 seconds]
onigiri_ has quit [Read error: Operation timed out]
pimmhogeling has joined #ocaml
ztfw` has joined #ocaml
ztfw has quit [Ping timeout: 258 seconds]
ulfdoz has quit [Ping timeout: 246 seconds]
ulfdoz has joined #ocaml
<rwmjones>
gildor, yesterday I think
* rwmjones
checks
<rwmjones>
gildor, actually my mail server can't seem to talk to yours
<rwmjones>
gildor, ok finally it should have been sent
ygrek has quit [Ping timeout: 245 seconds]
jakedouglas has quit [Quit: Leaving.]
jakedouglas has joined #ocaml
jakedouglas has quit [Ping timeout: 246 seconds]
M| has quit [Ping timeout: 260 seconds]
M| has joined #ocaml
Submarine has joined #ocaml
rfg has quit [Quit: rfg]
ulfdoz has quit [Ping timeout: 264 seconds]
slash_ has quit [Quit: Lost terminal]
enthymeme has joined #ocaml
drk-sd has joined #ocaml
ikaros_ has quit [Quit: Leave the magic to Houdini]
Demitar has quit [Ping timeout: 252 seconds]
jeddhaberstro has quit [Read error: Connection reset by peer]
jeddhaberstro has joined #ocaml
pimmhogeling has quit [Ping timeout: 265 seconds]
<gildor>
rwmjones: was it Johannes Kanig or Johannes Hoff that also takes picture of the meeting ?
<Camarade_Tux>
gildor: Hoff
ikaros has quit [Remote host closed the connection]
pimmhogeling has joined #ocaml
jakedouglas has joined #ocaml
thieusoai has joined #ocaml
julm has quit [Remote host closed the connection]
julm has joined #ocaml
maskd has quit [Quit: leaving]
<gildor>
Camarade_Tux: thanks
boscop has quit [Read error: Connection reset by peer]