Rootspring

Results 96 comments of Rootspring

> Can you show an example to fully understand what specific type conversion / error message you meant? > > Generally error messages and type names are initialised statically during...

> > Can support for this be added? > > I'm sure it can. Do you have any ideas how it should look like? It requires a line number which...

@mintlu8 is this not possible already with mlua's serde ext

@khvzak After debugging this issue further, I believe I have found an unsoundness issue in mlua. The following struct if used with a Tokio LocalSet leads to undefined behaviour: ```rust...

> @cheesycod do you have a standalone example please to reproduce the issue? that I can run on my laptop > > > will either be an un-unwindable panic >...

@khvzak this issue isn’t so relevant in 0.10.0 thanks to your lovely change of making it sync (chefs kiss for that) so I no longer have to spawn 100 threads...

Oh wow, ig someone managed to do the impossible . Still seems to be some errors left to fix though like ``Assertion failed: (((nresults) < (L->top - L->ci->func)) && "not...

> > Oh wow, ig someone managed to do the impossible . Still seems to be some errors left to fix though like ``Assertion failed: (((nresults) < (L->top - L->ci->func))...

Any updates on this PR @radiantgurl

@radiantgurl @khvzak Have integrated this PR into my general PR for yielding and luau continuations (which go together anyways as you cant use continuations really without the yielding): #588