Wandalen

Results 42 comments of Wandalen

That's possible reason behind my problem is the same.

I have MainRepo having SubRepo One developer commits everything into MainRepo, and that work Another developer can commit only to SubRepo And after an attempt to pull changes from SubRepo...

I used command ``` git subrepo clean --all ; git subrepo pull --all ; git subrepo push --all ```

I see. Thnaks!

Hello Jeff. Please check? Do you see anything to improve?

I am offering only to add `#[repr(C)]` to structures. Why is it necessary? Because most math libs do that for vectors. Definitions of vectors should be compatible among libs. Forget...

@madsmtm as I noted, optimization is not the main reason vectors should have `#[repr(C)]`. Although, optimization not always work as in the over-simplified experiment. If you will embed vector in...

а безкоштовного нема?

@jgarzik 22k of LoC ready for your review, sir 🫡

@jgarzik Sir, it's done. Any other improvements you would glad to see?