Pete Steinfeld
Pete Steinfeld
These checks are mostly implemented as part of pull request #596. Note that the only place where these checks are currently referenced is in the semantic processing for locality-specs. Note...
With respect to translating messages ... In other projects that I've worked on, here's how we handled internationalization and localization. We separated the messages from the source code in such...
> > Assuming that we follow something close to this process, this argues for keeping all of our messages in English and for keeping them in separate files. > >...
> > > Does that mean that the C++ code that is constructing a message is no longer doing so with the actual text of the message, but is instead...
> Test case(s) are needed. You caught me between the chicken and the egg. I wanted to file an issue so that I could reference the issue number in the...
I attached a test case. Here's the output currently produced by the compiler: test.f90:7:6: error: expected '=>' DO CONCURRENT (table(n) = 1:n) ^ test.f90:7:3: in the context: pointer assignment statement...
> > > Pete had a case in the past few weeks where common::TypeCategory and DeclTypeSpec::Category were interacting without c++ compiler complaint; I don't recall the particulars. I've updated the...