Hello,
As a late Christmas gift (and after some deliberation with Mattias Gaertner
who provided many helpful remarks), I've added a package to the lazarus IDE:
InstantSearch.
It provides as-you-type search possibilities, which is much faster than the
current find-in-files.
For it to work, i
System Xubuntu 20.04 64-bit with latest updates
lazarus_2_2_4 (latest stable) builds successfully, but I am getting an
error trying to build Lazarus trunk. The same error happens with both
fpc stable and fpc trunk.
Running this:
git clone https://gitlab.com/freepascal.org/lazarus/lazarus.git
20
Am 01.01.2023 um 2:29 schrieb Wayne Sherman via lazarus:
System Xubuntu 20.04 64-bit with latest updates
lazarus_2_2_4 (latest stable) builds successfully, but I am getting an
error trying to build Lazarus trunk. The same error happens with both
fpc stable and fpc trunk.
Running this:
git clo
> Ondrej Pokorny wrote:
> Please update and retest. It should be fixed.
Sorry, getting the same error:
cd ~/2022-12-31_lazarus_trunk
git fetch origin
git reset --hard origin/main
git log --name-status HEAD^..HEAD
commit 09845999ff4ee6424b4cee11c589d7cfcbe45857 (HEAD -> main,
origin/main, origin/
> wayne wrote:
> Sorry, getting the same error:
Using git bisect, it seems the failure started happening with this commit:
https://gitlab.com/freepascal.org/lazarus/lazarus/-/commit/ba918c5eb21b04bc00b7bb12909360f40ee738d4
#start a bisect procedure
git bisect start
git bisect bad 2fb475adfb2d124b
> Bisecting: 0 revisions left to test after this (roughly 0 steps)
> [ba918c5eb21b04bc00b7bb12909360f40ee738d4] TLazIDEInterface: add
> OnPackageBuilding handler
Sorry, I did not actually test that last selected commit. After doing
one more iteration it did turn out to be that commit:
ba918c5eb2