prolint/core/prolint.p uses incorrect match to find proparse handle

Project:Prolint Issue Tracker
Component:Code
Category:bug report
Priority:minor
Assigned:jurjen
Status:closed
Description

Issue

The following is used to find the handle to proparse:

IF hpp:FILE-NAME MATCHES "~*~/proparse.*":U THEN /* added tildes because Progress confused it for a comment :-)*/

Since the . is a wildcard character this will match anything that starts with proparse.

Solution

This should be:

IF hpp:FILE-NAME MATCHES "~*~/proparse~~.*":U THEN


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Stefan Drissen's picture

How it was bugging me...

Thanks!

See http://www.oehive.org/node/1080... To fit proparse and prolint into our regular file tree I "degraded" them to the "internal" sub directory.


jurjen's picture

wrong group (Proparse, should have been Prolint)

Stefan, I am grateful for your issues, but.... you have put your Prolint issues in the "Proparse" group. That should have been the "Prolint" group. Would you please consider to subscribe to the Prolint group? click here to go there


Stefan Drissen's picture

Audiences

Thanks Jurjen, when submitting the issues I had no clue as to what the mandatory toggle for audience was for... And only having (accidentally?) subscribed to the proparse group at that point, that was my only option... I am still not sure why the issue must be posted to a group but its sorted now, thanks.


jurjen's picture

#1

Assigned to:Anonymous» jurjen
Status:active» fixed

hehe, I wonder how this bug has bugged you :-)
You are correct and I have committed the change into subversion, revision 347. Thanks!!


#2

Status:fixed» closed