Author Topic: The 07 August 2022 build (12859) is out.  (Read 12089 times)

Offline MaxGaspa

  • Multiple posting newcomer
  • *
  • Posts: 29
Re: The 07 August 2022 build (12859) is out.
« Reply #15 on: August 09, 2022, 11:03:14 pm »
However, I've been waiting for it to run on all platforms for a whole months without a crash or serious bug before adding it to contribs. So far no cigar.

I switched back to the "old" code completion plugin because I had several crashes. The "old" one seems not suffering the issue. I think it was related to

Fixed: OnEditorActivated() crash when using menu/File/New/File...

Now I'd like to use the new code completion plugin  but the latest package is

ClangdClientForCBNightly_20220619_rev12839_win64.zip

and I haven't the framework to compile it from sources (I' using the nightly and not compiling CB from sources).

So, when and if you have time an updated package (latest version) is welcome and appreciated.

Max

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 07 August 2022 build (12859) is out.
« Reply #16 on: August 13, 2022, 07:48:06 pm »
https://github.com/wxWidgets/wxWidgets/commit/e777a82bfd79b2b0bef493fc910a64a9893497f0
as far as I can see, that one is already in place in 3.1.7, no need to patch.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 07 August 2022 build (12859) is out.
« Reply #17 on: August 13, 2022, 08:09:56 pm »
hmm, it seems unrelated, in preparation of recent nightly I now get a Debug Alert.

on strvararg.h (484)

anyone else seing that ?

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: The 07 August 2022 build (12859) is out.
« Reply #18 on: August 13, 2022, 10:07:37 pm »
It is fixed in trunk.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 07 August 2022 build (12859) is out.
« Reply #19 on: August 13, 2022, 10:46:10 pm »
confirmed