spacekookie changed the topic of #qaul.net to: https://qaul.net - Internet independent, decentralised ad-hoc wireless communication application - Logs: https://freenode.irclog.whitequark.org/qaul.net
frigginglorious has quit [Ping timeout: 256 seconds]
frigginglorious has joined #qaul.net
Degi_ has joined #qaul.net
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
frigginglorious has quit [Ping timeout: 256 seconds]
frigginglorious has joined #qaul.net
frigginglorious has quit [Ping timeout: 265 seconds]
frigginglorious has joined #qaul.net
frigginglorious has quit [Ping timeout: 258 seconds]
frigginglorious has joined #qaul.net
frigginglorious has quit [Ping timeout: 256 seconds]
adam_free2air has joined #qaul.net
_whitelogger has joined #qaul.net
mahmudov has quit [Ping timeout: 256 seconds]
adam_free2air has quit [Ping timeout: 265 seconds]
adam_free2air has joined #qaul.net
mahmudov has joined #qaul.net
<mathju> I created the REST endpoint for the WebGUI
<mathju> spacekookie: please have a look at it, there is a merge request.
<spacekookie> Okay!
<mathju> there are some test scripts in test/REST-test
<mathju> There are no rust tests yet ... :-/
<mathju> ohhh, i rebased it to master, but master does not build at the moment :-(
<spacekookie> It doesn't?!
<spacekookie> It builds for me
<qyliss> old compiler?
<spacekookie> Oh yea, math currently master needs rustc 1.42
<mathju> Ah, thanks for the info!
<spacekookie> Alexandria uses a feature that just came out
<mathju> hmm, I'm on 1.42, master still doesn't build
<mathju> --> libqaul/src/qaul.rs:93:13
<mathju> error[E0308]: mismatched types
<mathju> |
<mathju> | ^^^^^ expected struct `alexandria::core::Library`, found struct `std::sync::Arc`
<mathju> 93 | store,
<mathju> |
<mathju> = note: expected struct `std::sync::Arc<alexandria::core::Library>`
<mathju> found struct `std::sync::Arc<std::sync::Arc<alexandria::core::Library>>`
<spacekookie> Oh woops
<spacekookie> I forgot to check that change in >.<
<spacekookie> Now it should compile again, however: the message store is kinda broken right now because I'm in the middle of replacing it
link2xt has quit [Read error: Connection reset by peer]
link2xt has joined #qaul.net
link2xt has quit [Read error: Connection reset by peer]
link2xt has joined #qaul.net
<mathju> thanks, it works!
<mathju> I merged it, with changes.
<spacekookie> Cool!
adam_free2air has quit [Ping timeout: 260 seconds]
adam_free2air has joined #qaul.net
frigginglorious has joined #qaul.net
adam_free2air has quit [Quit: Konversation terminated!]
adam_free2air has joined #qaul.net
adam_free2air has quit [Client Quit]
adam_free2air has joined #qaul.net
link2xt has quit [Read error: Connection reset by peer]
link2xt has joined #qaul.net
adam_free2air has quit [Ping timeout: 256 seconds]
<mathju> nora: how is it going with the internet overlay?
<mathju> are the netmods working?
adam_free2air has joined #qaul.net
<spacekookie> I think she might still be blocked on my progress
<spacekookie> I'm getting there though
<mathju> Ah ok, cool :-)
<mathju> Ohh, master fails to build again :-(
<spacekookie> Working on it!
uwe has joined #qaul.net
frigginglorious has quit [Ping timeout: 256 seconds]
frigginglorious has joined #qaul.net
<spacekookie> Right, it builds again
<spacekookie> For some reason json::generator::user_delete fails and I don't understand why
<spacekookie> Oh nvm, it works now. I managed to get the _one_ operation in query that wasn't asymptotic the wrong way around x)
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #qaul.net
uwe has quit [Ping timeout: 264 seconds]
adam_free2air has quit [Ping timeout: 260 seconds]
<spacekookie> mathju: btw the webui tests are failing, do you know why?
<mathju> hmm, I will check on it tomorrow!