[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to compile with PCT to lowercase path and filename

  • Thread starter Thread starter Riverside Software
  • Start date Start date
Status
Not open for further replies.
R

Riverside Software

Guest
A quick test showed that there's an issue in PCT when using only toLowerCase(), probably a case-insensitive comparison in the code. I'll try to have a look. > It is corect that the source code must be able to run on unix which is casesenitive. That is why the rcode files must be lowercase because all our RUN statements have the file in lowercase. Rather than silently fixing the issue during the build, I'd make sure the repository doesn't contain mixed case procedures (with commit hooks or SonarQube code analysis) and educate developers.

Continue reading...
 
Status
Not open for further replies.
Back
Top