View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006621 | JEDI Code Library | JclFileUtils | public | 2018-03-05 15:21 | 2019-04-13 14:37 |
| Reporter | Martin Fuller | Assigned To | AHUser | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Version 2.5 (Subversion repository/Daily zips) | ||||
| Target Version | Fixed in Version | Version 2.5 (Subversion repository/Daily zips) | |||
| Summary | 0006621: ParamPos and ParamValue ignore CaseSensitive parameter | ||||
| Description | ParamPos 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. | ||||
| Tags | No tags attached. | ||||
| Fixed in GIT commit | |||||
| Fixed in SVN revision | |||||
| IDE version | All | ||||
|
|
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. |
|
|
And here's the 2nd pull request, the one for ParamValue: https://github.com/project-jedi/jcl/pull/49 |
|
|
Fixed in master branch. |
| 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 |