chenglou changed the topic of #reasonml to: facebook.github.io/reason/. Public channel logs at irclog.whitequark.org/reasonml. github.com/facebook/reason/wiki/Newcomer-Tips-&-Tricks
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 244 seconds]
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 240 seconds]
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 240 seconds]
emmanueloga has joined #reasonml
seangrove has quit [Ping timeout: 250 seconds]
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 250 seconds]
struk|desk has quit [Read error: Connection reset by peer]
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 260 seconds]
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 244 seconds]
copy` has quit [Quit: Connection closed for inactivity]
pvolok has joined #reasonml
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 260 seconds]
pvolok has quit [Remote host closed the connection]
pvolok has joined #reasonml
pvolok has quit [Remote host closed the connection]
pvolok has joined #reasonml
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 240 seconds]
darenthis has joined #reasonml
pvolok has quit [Ping timeout: 276 seconds]
darenthis has quit [Ping timeout: 258 seconds]
darenthis has joined #reasonml
darenthis has quit [Remote host closed the connection]
darenthis has joined #reasonml
darenthis has quit [Ping timeout: 244 seconds]
struk|desk has joined #reasonml
darenthis has joined #reasonml
darenthis has quit [Read error: No route to host]
darenthis has joined #reasonml
Iwan_ has joined #reasonml
darenthi_ has joined #reasonml
darenthis has quit [Ping timeout: 265 seconds]
Iwan_ has quit [Ping timeout: 250 seconds]
seangrove has joined #reasonml
darenthis has joined #reasonml
darenthis has quit [Read error: Connection reset by peer]
darenth__ has joined #reasonml
darenth__ has quit [Read error: Connection reset by peer]
darenthi_ has quit [Read error: No route to host]
darenthis has joined #reasonml
darenthi_ has joined #reasonml
darenthis has quit [Ping timeout: 244 seconds]
copy` has joined #reasonml
darenthis has joined #reasonml
darenthi_ has quit [Ping timeout: 276 seconds]
seangrove has quit [Ping timeout: 240 seconds]
seangrov` has joined #reasonml
seangrov` has quit [Ping timeout: 258 seconds]
darenthis has quit [Remote host closed the connection]
<switchcade>
for a given release tarball, how does the build system turn the META file's %{version} into a number?
<switchcade>
I'm trying to use some WIP PKGBUILD on ArchLinux and doing "make build" + "ocamlfind install reason /path/to/META /path/to/_build/*" and it's not getting properly registered
<sspi>
chenglou: can you clarify? is the named arguments approach problematic for you?
<chenglou>
well, we don't know how we'd pass them into e.g. ``render
<chenglou>
and the various lifecycle events
<chenglou>
since you wouldn't be able to do `props.foo`
<chenglou>
unless you have a translation that takes named arguments and stuff them into an obj/record
<chenglou>
which is cumbersome
jeffmo has quit [Ping timeout: 244 seconds]
jeffmo_ has joined #reasonml
jeffmo_ has quit [Read error: Connection reset by peer]
jeffmo has joined #reasonml
<sspi>
I would prefer to keep named arguments, besides that I'm lazy it has certain benefits
<sspi>
Would be nice if we could get all the arguments like a certain language can...
<chenglou>
that'd require some rather sophisticated types I think
* chenglou
but keep doing what you're doing, by all means
<chenglou>
^ oops IRC shortcut
<chenglou>
thanks for the PR so far
<sspi>
chenglou: no worries, we'll figure it out :-)
<sspi>
we could go to records, but the question is how do you solve default variables there?
<sspi>
with named arguments that part is easy
<chenglou>
objects
<chenglou>
muahahaha
<sspi>
yikes!
<sspi>
I think we can do better then that
<sspi>
btw. you are building a interop with React.js?
<sspi>
or React Native?
<sspi>
ah btw. I'm also on Gitter will continue there
<sspi>
with the cool kids
<chenglou>
yeah Jared Forsyth too
<chenglou>
and IwanKaramazow
<chenglou>
reactjs binding is the new compilers todomvc