<simpson>
At the top, I've included the $(capnp compile -o $(which cat) schema.capnp > meta.capn) command that I've been working from.
<simpson>
I feel a bit stuck at this point, because I think that I've explored most of the packet and haven't seen the fields and types that I expected to see from a compiler request.
<simpson>
Am I even on the right track here? I feel like I've decoded the basic structure of the packet alright...
razzi53 has joined #sandstorm
Jan\\ has quit [Read error: Connection reset by peer]
Jan\\ has joined #sandstorm
ShalokShalom_ has joined #sandstorm
ShalokShalom has quit [Ping timeout: 260 seconds]
harish has quit [Remote host closed the connection]
harish has joined #sandstorm
razzi53 has quit [Ping timeout: 264 seconds]
razzi53 has joined #sandstorm
Atlantic778 has quit [Ping timeout: 240 seconds]
ecloud_wfh is now known as ecloud
Lionel_Debroux_ has quit [Ping timeout: 240 seconds]
razzi53 has quit [Ping timeout: 264 seconds]
tobald has joined #sandstorm
prettyvanilla has joined #sandstorm
harish has quit [Ping timeout: 258 seconds]
jemc has quit [Ping timeout: 256 seconds]
Jan\\ has quit [Ping timeout: 260 seconds]
derf- has quit [Ping timeout: 255 seconds]
nolan_d has quit [Ping timeout: 255 seconds]
thekyriarchy has quit [Ping timeout: 255 seconds]
Jan\\ has joined #sandstorm
derf- has joined #sandstorm
nolan_d has joined #sandstorm
thekyriarchy has joined #sandstorm
harish has joined #sandstorm
dcb has quit [Ping timeout: 240 seconds]
dcb has joined #sandstorm
ecloud has quit [Ping timeout: 264 seconds]
ecloud has joined #sandstorm
ShalokShalom_ is now known as ShalokShalom
dongo_ is now known as dongo
aundro has quit [Quit: Leaving]
CcxWrk has quit [Read error: Connection reset by peer]
CcxWrk has joined #sandstorm
aundro has joined #sandstorm
samba_ has joined #sandstorm
samba_ has quit [Ping timeout: 260 seconds]
zopsi has quit [Ping timeout: 260 seconds]
dwrensha has joined #sandstorm
<dwrensha>
simpson: fyi as of version 0.5.2 or so, you can do `capnp compile -o -` rather than `capnp compile -o /bin/cat`
michaelw has joined #sandstorm
<dwrensha>
simpson where specifically do you observations diverge from your expectations?
samba_ has joined #sandstorm
aundro has quit [Remote host closed the connection]
samba_ has quit [Ping timeout: 264 seconds]
aundro has joined #sandstorm
bodisiw has joined #sandstorm
zopsi has joined #sandstorm
MatheusRV has joined #sandstorm
<MatheusRV>
Hello, where is located the app-request forum?
<MatheusRV>
but i want to make about 100 t-shirt to give in enterpreeenuer and dev events
<MatheusRV>
want to organize a hackathon at campus party
<MatheusRV>
app hackathon
<MatheusRV>
in future be sponsor sandstorm
<MatheusRV>
what they think?
<MatheusRV>
what u think
<dwrensha>
sounds cool
<MatheusRV>
who i need talk about this partnership?
<MatheusRV>
sorry for bad english
<dwrensha>
kentonv is in charge
<MatheusRV>
tks
<dwrensha>
you could send an email to community@sandstorm.io, an email address that privately goes to some Sandstorm core team members
<dwrensha>
or you could send an email just to kenton@sandstorm.io
mnutt_ has joined #sandstorm
bodisiw has quit [Read error: Connection reset by peer]
bodisiw has joined #sandstorm
<mrdomino>
hrm, i'm wondering again about how to make ekam faster
<mrdomino>
it seems to rebuild the whole project every time rather than try to be incremental
<mrdomino>
it's great once a continuous server is running, but that can take an hour or more
<dwrensha>
make continuous
<dwrensha>
oh, right you just said that
<dwrensha>
wow, an hour is pretty bad
<mrdomino>
well, that's not just raw build time
<mrdomino>
this is more, i'm trying to get a dev environment set up
<mrdomino>
if it takes 5-10 minutes to rebuild to the point where the last error happened
<mrdomino>
then it can easily be an hour or more before i can start working
<mrdomino>
(incidentally, a recent commit to capnproto seems to have added some C++14-specific stuff, causing the ekam build to break with -std=c++11 as it ships with)
<mrdomino>
the culprit is kj/compat/http{,-test}.c++ but i haven't looked at it in enough detail to know what's going on
<dwrensha>
what version of clang++?
<mrdomino>
3.8
<mrdomino>
latest one on ubuntu 16.04.1
<mrdomino>
i think the same thing happened with 3.9 on 16.10
<dwrensha>
weird. I have not hit any trouble on Fedora or Arch
<dwrensha>
clang 3.8 on Fedora
<mrdomino>
weird. my steps to reproduce are: clone sandstorm, ln -s .. deps, make deps, cd ../ekam, make. reliably happens on a vultr.com ubuntu 16.04.1 vps.
<mrdomino>
make CXX=clang++ that is
<mrdomino>
(after installing the necessary system deps of course)
mnutt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mrdomino>
(there's also a slight possibility that i'm misremembering this from failed runs where i forgot to specify CXX=clang++ and was using g++ instead)
nwf has quit [Read error: Connection reset by peer]
<mrdomino>
(but i'm 80% sure that both CXX=clang++ and s/c++11/c++14/ in the Makefile are required for the build to pass)
nwf has joined #sandstorm
mnutt_ has joined #sandstorm
astuce has joined #sandstorm
astuce has joined #sandstorm
astuce has quit [Changing host]
mnutt_ has quit [Client Quit]
astuce has left #sandstorm [#sandstorm]
astuce has joined #sandstorm
<astuce>
hey guys, i got some issues with backup/restore since update 204
jemc has joined #sandstorm
razzi53 has joined #sandstorm
mnutt_ has joined #sandstorm
razzi53 has quit [Ping timeout: 240 seconds]
nwf has quit [Ping timeout: 260 seconds]
nwf has joined #sandstorm
mnutt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mrdomino>
dwrensha: just confirmed, make CXX=clang++ on ekam master fails in kj/compat/http-test.c++