Author Topic: The 15 October2023 build (13373) is out.  (Read 9422 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
The 15 October2023 build (13373) is out.
« on: October 15, 2023, 05:08:54 pm »
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx323_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 15 October 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20231015_rev13373_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • CodeCompletion Fix CB freeze when adding project files
  • Clangd_client //1.2.88 23/10/12 Fix stall when user set option Environment/OpenDefaultWorkspace caused by OnProjectActivaded being called before internal init was finished
  • Clangd_client Fix a crash caused by not clear the GUI Symbols tree

Regressions/Confirmed/Annoying/Common bugs:



    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5493
    Re: The 15 October2023 build (13373) is out.
    « Reply #1 on: October 15, 2023, 05:09:43 pm »
    based on wx 3.2.3 

    Offline Xaviou

    • Regular
    • ***
    • Posts: 404
      • X@v's wxStuff
    Re: The 15 October2023 build (13373) is out.
    « Reply #2 on: October 15, 2023, 09:04:32 pm »
    Hi.

    OS X version of this rev can be downloaded from my Google Drive.
    There is only a macOS-11.6 version.
    Note that it is not a notarized version of the application.

    32 bits version for Windows can also be found in the same place.

    Debian Bookworm (32 and 64 bits) can be installed from my repo. Note that this time, I did not have the time to build for Debian 11 "Bullseye" : sorry (but I will surely do it next nightly)

    Ubuntu-22.04 and Ubuntu-23.04 versions can be installed from my ppa (they are actually in the build process)

    The Google Drive folder of this rev also contains the unsigned deb files available in the repo.

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline cacb

    • Lives here!
    • ****
    • Posts: 536
    Re: The 15 October2023 build (13373) is out.
    « Reply #3 on: October 16, 2023, 09:00:14 am »
    Thank you for this update! I have seen some crashes when adding files sometimes (I wasn't sure what caused the problem). so hopefully this fixes that.

    Thanks for the great work you are doing with Code::Blocks.

    Offline Bug Killer

    • Multiple posting newcomer
    • *
    • Posts: 17
      • Railroad modelling hardware and software
    Re: The 15 October2023 build (13373) is out.
    « Reply #4 on: October 16, 2023, 11:37:39 am »
    RPMs of Code::Blocks svn13373 with all contrib plugins, wxWidgets and wxSQLite3 for RHEL 8 and 9 are available from my repository.

    To update from previous RPMs :

    $ sudo dnf clean all
    $ sudo dnf update

    Offline Uriens The Gray

    • Single posting newcomer
    • *
    • Posts: 3
    Re: The 15 October2023 build (13373) is out.
    « Reply #5 on: October 28, 2023, 01:48:56 pm »
    Thanks, works fine on Fedora 38.

    And 39 as well.
    « Last Edit: November 14, 2023, 02:23:19 pm by Uriens The Gray »

    Offline myztmy

    • Multiple posting newcomer
    • *
    • Posts: 11
    Re: The 15 October2023 build (13373) is out.
    « Reply #6 on: November 10, 2023, 05:05:11 am »

    Resolved Fixed:

    • CodeCompletion Fix CB freeze when adding project files
    • Clangd_client //1.2.88 23/10/12 Fix stall when user set option Environment/OpenDefaultWorkspace caused by OnProjectActivaded being called before internal init was finished
    • Clangd_client Fix a crash caused by not clear the GUI Symbols tree

    Regressions/Confirmed/Annoying/Common bugs:



      I applaud and welcome fixing the first bug, but open this so simple txt file( attatched following) C::B still freeze when CodeCompletion is enable.


      « Last Edit: November 10, 2023, 05:07:28 am by myztmy »

      Offline Pecan

      • Plugin developer
      • Lives here!
      • ****
      • Posts: 2778
      Re: The 15 October2023 build (13373) is out.
      « Reply #7 on: November 10, 2023, 07:15:33 am »

      Resolved Fixed:

      • CodeCompletion Fix CB freeze when adding project files
      • Clangd_client //1.2.88 23/10/12 Fix stall when user set option Environment/OpenDefaultWorkspace caused by OnProjectActivaded being called before internal init was finished
      • Clangd_client Fix a crash caused by not clear the GUI Symbols tree

      Regressions/Confirmed/Annoying/Common bugs:



        I applaud and welcome fixing the first bug, but open this so simple txt file( attatched following) C::B still freeze when CodeCompletion is enable.

        I've verified that  legacy CodeCompletion is causing this problem. I'll investigate.

        Offline Pecan

        • Plugin developer
        • Lives here!
        • ****
        • Posts: 2778
        Re: The 15 October2023 build (13373) is out.
        « Reply #8 on: November 10, 2023, 11:46:16 pm »

        Resolved Fixed:

        • CodeCompletion Fix CB freeze when adding project files
        • Clangd_client //1.2.88 23/10/12 Fix stall when user set option Environment/OpenDefaultWorkspace caused by OnProjectActivaded being called before internal init was finished
        • Clangd_client Fix a crash caused by not clear the GUI Symbols tree

        Regressions/Confirmed/Annoying/Common bugs:



          I applaud and welcome fixing the first bug, but open this so simple txt file( attatched following) C::B still freeze when CodeCompletion is enable.

          I've verified that  legacy CodeCompletion is causing this problem. I'll investigate.

          This is happened because legacy CodeCompletion cannot parse over an invalid UTF8 character and gets into an infinite loop.
          I have a fix for this but I have a question.

          CB tells us we when we have invalid chars in a .h,.cpp file etc.
          But it does not for .txt files. Why is that?

          Edit: 2023/11/10 3:47 pm
          Fixed Head rev 13393

          @  myztmy
          Thanks for reporting.
          « Last Edit: November 11, 2023, 12:49:33 am by Pecan »