Mobin

Results 97 comments of Mobin

Its looks very weird but i cant add a value to meson options. We need to add `-lrt` to `cpp_link_args` for FreeBSD uses but i cant add a value to...

Thanks. Why wasn't this mentioned in the docs? I found it on https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/meson.build#L1261

Also i use `add_project_argument` instead of `add_global_argument`. its recommended for some reasons (such as: with `add_global_argument`; project cant be used as subproject).

@davmac314 Hi; i have a question: we need to pass `-lrt` to FreeBSD fuzzing? I think no because original `LDFLAGS` in mconfig not applied on `fuzz` target.

> > @davmac314 Hi; i have a question: we need to pass `-lrt` to FreeBSD fuzzing? I think no because original `LDFLAGS` in mconfig not applied on `fuzz` target. >...

@davmac314 seems like; you right! :)

I Implement unit tests in meson. everything looks good but `loadtests` fails for no reason. its "Aborted" by system via SIGABRT! ```` ==================================== 4/5 ===================================== test: loadtests start time: 12:16:10...

Seems like `-fno-plt` broke Integration tests in FreeBSD 12.3. Dinit crashed with `SIGFAULT`

I am happy to say that the works are almost finished. Everything looks good and there are only a few possible improvements left such as: - Use `environment()` in man-pages...

@q66 Thanks for your review :) > but otherwise i see lots of other issues with this implementation What are that problems? For example please mention that if you like...