Forum > Lazarus
Lazarus Release Candidate 2 of 2.2.0
JuhaManninen:
--- Quote from: BSaidus on November 08, 2021, 10:44:45 am ---It works well, the code explorer synchronize well with the code.
Tested on saved project.
--- End quote ---
I guess it should work on non-saved project, too. It may not be important because any code where you want to use CodeExplorer is part of some project or package.
dbannon:
The current rc2 (and trunk) again have some misspelling of the word "occurred". All in string literals so, no big deal to fix.
--- Code: ---grep -rw occured lazarus-lazarus_2_2_0_RC2 [enter]
--- End code ---
I reported a number of these some time ago and they were fixed so have to assume they have crept back in again over time. Last time, my patch was not very well received so will just report for someone else to make a better patch.
I report it because occured is on Debian's hit list and it gets reported by lintian (in pedantic mode).
EDIT : I should have mentioned than most of the "occured" occur in msgid of po files.
Davo
dsiders:
--- Quote from: dbannon on November 09, 2021, 03:33:43 am ---The current rc2 (and trunk) again have some misspelling of the word "occurred". All in string literals so, no big deal to fix.
--- Code: ---grep -rw occured lazarus-lazarus_2_2_0_RC2 [enter]
--- End code ---
I reported a number of these some time ago and they were fixed so have to assume they have crept back in again over time. Last time, my patch was not very well received so will just report for someone else to make a better patch.
I report it because occured is on Debian's hit list and it gets reported by lintian (in pedantic mode).
EDIT : I should have mentioned than most of the "occured" occur in msgid of po files.
Davo
--- End quote ---
In Lazarus: If you look at the matches, you'll see that they are commented entries in the .po files with the following line being the correction.
In FPC: There are source comments with the spelling error too. They need to be reported to the FPC issues tracker.
dbannon:
re: "occured"
--- Quote from: dsiders on November 09, 2021, 09:00:05 pm ---In Lazarus: If you look at the matches, you'll see that they are commented entries in the .po files with the following line being the correction.
--- End quote ---
It does not matter to Debian lintian why they are there or why they are there. It just spits them out if it finds them anywhere.
--- Quote from: dsiders on November 09, 2021, 09:00:05 pm ---In FPC: There are source comments with the spelling error too. They need to be reported to the FPC issues tracker.
--- End quote ---
As mentioned, my previous bug report including a patch was unacceptable. Cannot see how i can do any better this time.
Davo
edit: sorry, that sounded very penchant. Having a bad time at home at present, will try harder.
dsiders:
--- Quote from: dbannon on November 10, 2021, 12:22:55 am ---re: "occured"
--- Quote from: dsiders on November 09, 2021, 09:00:05 pm ---In Lazarus: If you look at the matches, you'll see that they are commented entries in the .po files with the following line being the correction.
--- End quote ---
It does not matter to Debian lintian why they are there or why they are there. It just spits them out if it finds them anywhere.
--- Quote from: dsiders on November 09, 2021, 09:00:05 pm ---In FPC: There are source comments with the spelling error too. They need to be reported to the FPC issues tracker.
--- End quote ---
As mentioned, my previous bug report including a patch was unacceptable. Cannot see how i can do any better this time.
Davo
edit: sorry, that sounded very penchant. Having a bad time at home at present, will try harder.
--- End quote ---
I looked for a previous issue to see its disposition. I could not find one. Issue with patch: https://gitlab.com/freepascal.org/fpc/source/-/issues/39434.
Navigation
[0] Message Index
[#] Next page
[*] Previous page