infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
copy` has quit [Quit: Connection closed for inactivity]
infinity0 has joined #ocaml
infinity0 has quit [Changing host]
infinity0 has joined #ocaml
artart78_ is now known as artart78
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
segmond has quit [Quit: l8r]
jao has joined #ocaml
jlam_ has joined #ocaml
pierpa has quit [Remote host closed the connection]
silver has quit [Read error: Connection reset by peer]
andreas has quit [Quit: Connection closed for inactivity]
raphaelss has joined #ocaml
_whitelogger has joined #ocaml
shinnya has quit [Ping timeout: 245 seconds]
raphaelss has quit [Ping timeout: 245 seconds]
mfp has quit [Ping timeout: 240 seconds]
KeyJoo has quit [Read error: Connection reset by peer]
mengu has quit [Remote host closed the connection]
oschwald has quit [Ping timeout: 260 seconds]
FreeBirdLjj has joined #ocaml
infinity0 has joined #ocaml
gonz_ has quit [Ping timeout: 255 seconds]
segmond has joined #ocaml
shinnya has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
vicfred has joined #ocaml
jao has quit [Ping timeout: 260 seconds]
raphaelss has joined #ocaml
shinnya has quit [Ping timeout: 245 seconds]
Simn has joined #ocaml
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MercurialAlchemi has joined #ocaml
olibjerd has joined #ocaml
shinnya has joined #ocaml
cross_ has quit [Ping timeout: 255 seconds]
jlam__ has joined #ocaml
jlam has quit [Ping timeout: 255 seconds]
cross has joined #ocaml
segmond has quit [Quit: l8r]
dtornabene has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 255 seconds]
raphaelss has quit [Ping timeout: 260 seconds]
FreeBirdLjj has joined #ocaml
raphaelss has joined #ocaml
betux has joined #ocaml
raphaelss has quit [Ping timeout: 255 seconds]
dtornabene has joined #ocaml
cbot has joined #ocaml
betux has quit [Ping timeout: 260 seconds]
_whitelogger has joined #ocaml
jlam has joined #ocaml
jlam has quit [Read error: Connection reset by peer]
jlam has joined #ocaml
jlam_ has quit [Ping timeout: 260 seconds]
cbot has quit [Quit: Leaving]
FreeBirdLjj has quit [Remote host closed the connection]
troydm has joined #ocaml
raphaelss has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 240 seconds]
mfp has joined #ocaml
dtornabene has quit [Remote host closed the connection]
dtornabene has joined #ocaml
argent_smith has joined #ocaml
dtornabene has quit [Read error: Connection reset by peer]
dtornabene has joined #ocaml
dtornabene has quit [Ping timeout: 255 seconds]
dtornabene has joined #ocaml
vicfred has quit [Quit: Leaving]
MK__ has joined #ocaml
MK__ has left #ocaml ["Leaving..."]
MK__ has joined #ocaml
MK__ has left #ocaml ["Leaving..."]
MK__ has joined #ocaml
<MK__>
How is it possible to define a cstruct for a variable-length UDP payload?
_whitelogger has joined #ocaml
MK__ has quit [Remote host closed the connection]
toolslive has quit [Ping timeout: 258 seconds]
toolslive has joined #ocaml
rpg has joined #ocaml
silver has joined #ocaml
FreeBirdLjj has joined #ocaml
andreas_ has joined #ocaml
jnavila has joined #ocaml
dtornabene has quit [Remote host closed the connection]
dtornabene has joined #ocaml
dtornabene has quit [Remote host closed the connection]
dtornabene has joined #ocaml
Simn has quit [Ping timeout: 255 seconds]
Simn has joined #ocaml
jnavila has quit [Ping timeout: 255 seconds]
raphaelss has quit [Quit: leaving]
ontologiae has joined #ocaml
oschwald has joined #ocaml
dtornabene has quit [Read error: Connection reset by peer]
dtornabene has joined #ocaml
shinnya has quit [Ping timeout: 255 seconds]
malc_ has joined #ocaml
FreeBirdLjj has quit [Read error: Connection timed out]
FreeBirdLjj has joined #ocaml
jnavila has joined #ocaml
ontologiae has quit [Ping timeout: 260 seconds]
jnavila has quit [Ping timeout: 240 seconds]
jnavila has joined #ocaml
chelfi has quit [Ping timeout: 260 seconds]
kyod has quit [Ping timeout: 240 seconds]
chelfi has joined #ocaml
argent_smith1 has joined #ocaml
kyod has joined #ocaml
<pitastrudl>
hi, im doing an assigment, and im almost done with it but im having one problem, in my class, the initializer does not want to detect that the method of an input class is not being recognized
<octachron>
flux, to tell the truth I am bit worried that separation of the class language from the rest of the language pushes its maintenance cost a little too far.
<pitastrudl>
104-110
<pitastrudl>
first arg is a strng, second is an int and the third is an int
jnavila has joined #ocaml
<octachron>
flux, case in point the "let open M in … " feature that is not avalaible inside class definitions due to lack of man power
<pitastrudl>
String.sub "kekec" 0 5 works w/o problems
<octachron>
pitastrudl, possible pitfall: the third argument of sub is the lenght of the substring not the end position
<pitastrudl>
of the substring?
<pitastrudl>
ohhhh
<pitastrudl>
wow
<pitastrudl>
how did i miss that, hm
<pitastrudl>
yeah i was trying to get the surname of a full name
<pitastrudl>
so i thought the "len" was the last index or the length
<pitastrudl>
i guess for "len" i could then use the (len - i)
<pitastrudl>
quick and easy
<flux>
octachron, yes, omissions like that are a bit sad
<flux>
I doubt it would be a lot of work, but someone just forgot it?
fraggle-boate has joined #ocaml
fraggle-boate has quit [Read error: Connection reset by peer]
<octachron>
flux, well there is an open mantis ticked on the subject. So it is a more a problem of finding someone interested and knowledgeable enough to implement it
<hashpuppy>
i'm not sure i'm creating it correctly in App, but ...
<octachron>
flux, for instance, I would be much more interested in an local open at the type level
<hashpuppy>
is there a way to access session_id without pattern matching?
<hashpuppy>
i don't see the point of separating out wehn_initialized, session_id, and when_disconnected into their own variants if you can't
<hashpuppy>
because these variants are a transition
<hashpuppy>
for example, after you go from connecting to connected, you may still want to access when_initialized
<octachron>
hashpuppy, I am not sure what you are asking, but if you have a value "x" of type connected, you can access the field session_id with "x.session_id"
<hashpuppy>
i'm saying let's say i have connection of type Connection.t. i want to access connection.state.when_initialized
<hashpuppy>
i guess that wouldn't make sense
<hashpuppy>
i don't think this example makes sense