Re: Status Meeting (November 2020)

Colin Finck <[email protected]> Wed, 2 Dec 2020 08:09:19 +0100
Newsgroups gmane.os.reactos.kernel
Message-ID <[email protected]>
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--===============1305804813==
Content-Type: multipart/signed; micalg=pgp-sha256;
 protocol="application/pgp-signature";
 boundary="vFCVLrOv1XAk5Ly6PP1DrQvmvtOQjdkwu"

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--vFCVLrOv1XAk5Ly6PP1DrQvmvtOQjdkwu
Content-Type: multipart/mixed; boundary="DH0ePP4Dj8zYtZ7a1TAIogpl64RUv7Y1z";
 protected-headers="v1"
From: Colin Finck <[email protected]>
To: [email protected]
Message-ID: <fc2d27c0-6093-4037-b1f4-832e89307d56-td3rRX5TIkhAfugRpC6u6w@public.gmane.org>
Subject: Re: [ros-dev] Status Meeting (November 2020)
References: <d7a2437db59a803fc737e917c288d9d4-PLIk/8+YluuuxK4h4e4dvdi2O/[email protected]>
In-Reply-To: <d7a2437db59a803fc737e917c288d9d4-PLIk/8+YluuuxK4h4e4dvdi2O/[email protected]>

--DH0ePP4Dj8zYtZ7a1TAIogpl64RUv7Y1z
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: quoted-printable

Joachim, I know about your obsession with Windows XP, which makes it=20
hard to introduce any tool that was created in the last 5 years to=20
improve ReactOS development.
In fact, I've already spent multiple days on porting current CMake and=20
Ninja back to Windows XP just to not lock you out [1] [2] [3].

A few of your statements can't be left unchallenged though.


> Arguments that were raised by others against VS2010 and my reply:
> -"ditching it brings in new developers to ros magically" <- I do ask th=
en, where are they?

Hah, nice try! People aren't accepting a 2-year-old decision on dropping =

VS2010 support yet, even hijack unrelated PRs to mix requested style=20
changes with a call for restoring VS2010 support [4] - and you're=20
already asking for the new developers coming from that "welcoming"=20
attitude towards modern technologies..
Let me be straight: This ain't gonna happen until we import a C++=20
standard library that actually supports modern C++!

Anyway, it's not like my claims are unfounded. Quoting Dominik2 from=20
Mattermost, one of the potential new developers:

    "if 2020 is the year were ReactOS is ready to leave the 80ths of
    programming (win32 and C), let me know."

He already put his money where his mouth is and started importing=20
Clang's up-to-date and maintained libc++ into ReactOS. Unfortunately,=20
the efforts got halted for now by the equally sorry state of our CRT.


> -"we should not be limited to strict C89" <- No one did request for tha=
t. All we want is to remain compatible to VS2010.

Requesting compatibility with VS2010 is exactly the same as requesting=20
us to stay with C89.
Visual Studio has no C99 support until version 2013 [5] [6].


> -"syncing BTRFS is a bit harder" <- So what? Then let others do the job=
=2E
> -"libc++" <- I see no urgent need and nothing it would give in return t=
hat would outweight what we would sacrifice.

I get the feeling that you still believe we can code an entire operating =

system on our own and don't need any third-party components..
We already need VS2010-specific hacks for almost every library we=20
import. As someone who has done that kind of work in the past, let me=20
tell you that it adds at least a day of work for each sync. Work that is =

unthankful and could otherwise be spent on actual ReactOS development.
Multiply that by the number of external dependencies and you get an idea =

of the wasted time.

Besides, you don't seem to be aware of the sad state of C++ runtime=20
support in ReactOS: We're currently trying to get away with the=20
unmaintained C++98 STLport on MSVC builds and the *ROSBE-PROVIDED* GNU=20
libstdc++ on GCC builds.
Each RosBE release requires a new hack in our tree to somehow glue RosBE =

libstdc++ (compiled against RosBE CRT) and target code (compiled against =

ReactOS CRT) together [7]. The result is still undebuggable, as it has=20
symbol addresses belonging to the unique libstdc++ build of that RosBE=20
installation.

Calling that situation "no[t] urgent" is grossly negligent.


> My arguments again for keeping VS2010:
> -VS2010 creates the smallest binaries of all compilers we do support

This is not a metric that is in any way relevant for an alpha-stage=20
operating system that only exists as Debug builds..
Get someone to spend a day or two on optimizing our Release builds and=20
figuring out what blows up the binaries on other compilers, and this=20
argument will no longer hold.


> -VS2010 CAN be installed in ros, when ros is installed as Server during=
 2nd stage
> -VS2010 can now even open the VS2010 cmd prompt

Yes, that's a really nice achievement, and exactly why nobody here wants =

to remove support for *running* VS2010 *under* ReactOS :)

This entire discussion is only about *compiling ReactOS* with VS2010.=20
Which, if made a strict requirement for the upcoming years, jeopardizes=20
the future of the project, as I illustrated above.


> -no other VS>2010 can even complete its setup in ros, and that will rem=
ain like that for many years to come

Again, you're not looking into the future here and totally neglect the=20
application support for NT6+ that is being worked on.


> -VS2010 [...] covers > 95% of CPP2011-standard.

Not even close: [8]


Best regards,

Colin Finck


[1] https://github.com/libuv/libuv/pull/2800
[2] https://github.com/reactos/CMake/commits/cmake-3.17.2-reactos
[3]=20
https://github.com/ninja-build/ninja/pull/1674#pullrequestreview-42580352=
5
[4] https://github.com/reactos/reactos/pull/3094#pullrequestreview-541258=
099
[5] https://stackoverflow.com/q/6688895
[6]=20
https://devblogs.microsoft.com/cppblog/c99-library-support-in-visual-stud=
io-2013/
[7]=20
https://github.com/reactos/reactos/commit/fdd1d7d60c33b08f4181df8e81c7396=
94762898b
[8] https://msdn.microsoft.com/en-gb/library/hh567368.aspx


--DH0ePP4Dj8zYtZ7a1TAIogpl64RUv7Y1z--

--vFCVLrOv1XAk5Ly6PP1DrQvmvtOQjdkwu
Content-Type: application/pgp-signature; name="OpenPGP_signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="OpenPGP_signature"

-----BEGIN PGP SIGNATURE-----

wsF5BAABCAAjFiEENLXXTejc76VQ9g3AG6dOcEVroakFAl/HPZ8FAwAAAAAACgkQG6dOcEVroakE
qw/9H+Cwd/0hzgPxi3J0yny1+5uI6Dxxc8i7Jb+utSx+esYyBVjUBMegU870KwCDHn/mq1/uZbwB
pqtGIQC1ARM2213eGbj/znopQX8YRaeeS4wcQ1RuNpRzKig4jmcqAaSCf5ylPWlO/MLBRMn7/uwA
/zgEGT0C1+fxfBHsPIvP9JdtEZgDo19MZjUOCl30ZTs3q7TufOqV95rcnRTLHRChQdHHpBSEwS1P
q4dtfrP1NTPIXxrvVh5yAxMJm7N8aRBOrJJfn/cRLdHKEA64Piek734wMNq+3FxUlBdOMyNNcxVB
kb7Ar+Xww7sWW2O7IGq95wzD8+Oq3ZXj6F1iBzoiO7Zx8TanzRXF+3rtcwJ4W9swEEECymNHRnzT
tzKzpPeqaOc28h7fqU9L8ulIRW2oRcR+n2c1Ef+6BBhsg7jA90Q9Awe/X9DddI4WpyMonLD8Mlj+
sk4mcsAUlax+dIRCEzp8fMRn4HlskqR1T7x9jgqpchKm5guzqAzb2OpX2ESxse1FYxaMkqtxIlzk
9zG2XzGQBl4cDfEOetTOoe5HQwTzk7HGLWa1nVSYN1KJoQg7aOSEsV7auaOKyk7NK0BXMEjtbjSF
wBHjxK3+kHxB6FUI6oBc3sIpEVeBK1La+gis44fiDeb7NEZgkGWBpU/O410vAkCg0SITDrMyM33W
Ncc=
=r1d2
-----END PGP SIGNATURE-----

--vFCVLrOv1XAk5Ly6PP1DrQvmvtOQjdkwu--


--===============1305804813==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Ros-dev mailing list
[email protected]
http://reactos.org/mailman/listinfo/ros-dev

--===============1305804813==--