I'm glad it isn't completely ruled out. In my opinion the stewardship (so to speak) of the Pascal language belongs now to FPC, so they shouldn't be shy in improving it as UCSD and Borland did in the past.
Agreement. I also expect improvements in the language (actually, the compiler, because without it, the programming language is just a fanciful collection of whims). However, people evaluate something new differently. For some it will be a significant improvement and for others it will be a breakdown of what was working well. So, life is hard for people developing established programming languages. Because there will always be a group that will be dissatisfied. I think that some slight conservatism of the current FPC group is quite OK.
I'm not particularly fond of the language, which lacks some basic niceties that almost every other imperative language adopted decades ago.
Interesting statement. I'd love to know what subtleties, used in other languages for decades, are missing in FPC. Or maybe like Java which still doesn't have unsigned integers? Or something like properties and events that C++ still doesn't have? Or is it not possible to compile source code to machine code as in the case of C#? Or maybe no types like in Python and PHP (not to mention no compilation)?
Since when do all other imperative languages have modern subtleties adopted "decades ago"? And which languages? When referring to decades, they must be plural, i.e. at least two - which is a minimum of 20 years. Counting from today, it would be 2003. At that time, Java was a very young language, most of its features important today did not exist then. So does C#. These were his beginnings. "C++ reformed" (significantly), it's only been around "more or less" since 2011 (C++11, C++14, etc.). That's barely 12 years ago, a lot, but it's still not decades. In 2003, C++ was much simpler and a little clearer (although saying that C++ is transparent may make many people laugh or annoy). Python or PHP in 2003 were not very popular (PHP was probably more popular then). And they both sucked back then (and still do). D didn't even exist in the mind of its creator back then. No one knew that Rust would appear, and its creator probably didn't even know anything about programming at the time (simply, he was too young). It was the same with GO (didn't exist then). JavaScript, it was a monstrous mess (much worse than today).
To sum up. Object Pascal has some minor shortcomings. But against the background of other, "dignified" languages (C++/C#/Java) it is absolutely OK. The libraries are also decent. And how many open source environments like Lazarus exist for C++? Because I don't see it.
Of course, criticism is OK. But it's interesting when it's specific.
---
*) I, for example, criticize "certain"

open source project from the point of view of a regular user and a programmer. But I always try to state what annoys me and why. Of course, not all of my arguments are relevant.