Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 22, 2020, 08:31:30 pm

Title: The 22 December 2020 build (12253) is out.
Post by: killerbot on December 22, 2020, 08:31:30 pm
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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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


The 22 December 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20201222_rev12253_win64.7z
  - Linux :
   none

The current SDK version is : 2.4.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 December 2020 build (12253) is out.
Post by: omlk on December 22, 2020, 09:14:28 pm
maybe SDK Version      : 2.5.0  :P
Title: Re: The 22 December 2020 build (12253) is out.
Post by: oBFusCATed on December 23, 2020, 01:02:22 am
Ubuntu packages available in this PPA: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly
Title: Re: The 22 December 2020 build (12253) is out.
Post by: carra on January 03, 2021, 10:32:07 am
I just installed this nightly on Windows 10, and was experimenting with a "Commands only" project. Whenever I choose some folder for the objects output directory, the textbox contents keep being deleted. No matter if I write the path myself or if I choose the folder via GUI: whenever I reopen project properties, it is empty.

This is also annoying because it will cause compiler errors (since for other projects, even for the current folder, the path will contain the dot '.').
Title: Re: The 22 December 2020 build (12253) is out.
Post by: oBFusCATed on January 03, 2021, 12:13:48 pm
Is this a regression?
Can you log this on the ticket tracker (here it will get lost)?
Can you provide a minimal steps to reproduce or a minimal cbp file?
Title: Re: The 22 December 2020 build (12253) is out.
Post by: carra on January 03, 2021, 02:53:24 pm
Is this a regression?

Rather than a regression, it seems as if it has been always there... I have just tried this in another computer with nightly SVN 11628 (from April 2019), and the same thing happens. I can't prevent any chosen folder from being deleted.

If needed, I will create a ticket for this later.

As for the steps to reproduce, it's quite easy:
- create a new empty project
- in project properties, set the project type to Commands only
- in Objects output dir, type or choose any folder and press OK
- whenever you reenter project properties, the 'Objects output dir' field has been deleted
Title: Re: The 22 December 2020 build (12253) is out.
Post by: carra on January 03, 2021, 08:55:00 pm
Done, I have created ticket #1056:
https://sourceforge.net/p/codeblocks/tickets/1056/