View Issue Details

IDProjectCategoryView StatusLast Update
0006621JEDI Code LibraryJclFileUtilspublic2019-04-13 14:37
ReporterMartin FullerAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionVersion 2.5 (Subversion repository/Daily zips) 
Target VersionFixed in VersionVersion 2.5 (Subversion repository/Daily zips) 
Summary0006621: ParamPos and ParamValue ignore CaseSensitive parameter
DescriptionParamPos and ParamValue always do case-insensitive match, whatever the value of CaseSensitive. If CaseSensitive=True then they do a case-sensitive match first and then continue with the case-insensitive match.
TagsNo tags attached.
Fixed in GIT commit
Fixed in SVN revision
IDE versionAll

Activities

mh

2019-04-13 10:59

reporter   ~0021663

I created a pull request for the ParamPos part of this report:
https://github.com/project-jedi/jcl/pull/48

One for the ParamValue will most likely follow in a few minutes.

mh

2019-04-13 11:03

reporter   ~0021664

And here's the 2nd pull request, the one for ParamValue:
https://github.com/project-jedi/jcl/pull/49

AHUser

2019-04-13 14:37

developer   ~0021670

Fixed in master branch.

Issue History

Date Modified Username Field Change
2018-03-05 15:21 Martin Fuller New Issue
2018-03-05 15:21 Martin Fuller IDE version => All
2019-04-13 10:59 mh Note Added: 0021663
2019-04-13 11:03 mh Note Added: 0021664
2019-04-13 14:37 AHUser Note Added: 0021670
2019-04-13 14:37 AHUser Status new => resolved
2019-04-13 14:37 AHUser Fixed in Version => Version 2.5 (Subversion repository/Daily zips)
2019-04-13 14:37 AHUser Resolution open => fixed
2019-04-13 14:37 AHUser Assigned To => AHUser