Also convert URIs when running conversion scripts
See modelica/ModelicaSpecification#3199.
@perost, are we doing that already?
@perost, are we doing that already?
No, the compiler doesn't parse documentation strings. I guess we can search for modelica:// URIs and replace those in the text, though quoted identifiers complicates things a bit.
I'm not sure about names used in other contexts than URIs though. URIs should be fairly safe to convert, but other uses could potentially reference old names on purpose (like in changelogs). Though if the name is used as link text in a HTML link with a modelica:// URI it's probably safe to convert it.
I would stick to URIs that refer to the library being converted, wherever they show up (e.g. in documentation layers or loadResource() function calls)