Meziu

Results 82 comments of Meziu

Good idea, but it's needless to say that having unit testing available would be golden. Is formatting and basic checks all we may need right now?

@AzureMarker didn’t you manage to get `clippy` running? I personally never looked too much into it.

@ian-h-chamberlain about the last message you sent in #56, I want to say it actually would cause a segmentation fault if it weren’t for a check in the code (`rtassert!`)...

> I don't think it's possible for it to be a stack issue, right? This is happening before the stack even reaches `main` (and the stack at that point shouldn't...

@ian-h-chamberlain are you sure those are the correct opt passes to cause the crash? Using your same parameters the app did’t crash to me…

I absolutely cannot check this issue the way @ian-h-chamberlain did. It is great how much effort you've put, but sadly my cpu is just way too slow for the building...

I've just done a simple test I couldn't do before (especially for @AzureMarker). I've tried running the main directly without any of the `rt::lang_start` code. While I had to remove...

I’ve started looking into the rapier2d code that caused the problem, and the issue seems to go and come if I just cut out some function calls. E.G. Removing the...

I don’t like this solution. This means that LocalKey instances aren’t being dropped, and that we use our slower version with `pthread_3ds`. I understand the problem impacting in that flag,...

Hmm, I don't think it's an OS/kernel issue (and even if it was, the conditions under which it occurs are very *very* specific). >Another interesting point: >``` >[src/main.rs:43] std::mem::size_of::() =...