QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: RhoSigma on December 19, 2019, 02:20:07 pm

Title: Attention: discrepancies in x86 vs. x64 dev builts
Post by: RhoSigma on December 19, 2019, 02:20:07 pm
Is this intentionally?

I've noticed the latest changes (added new BIT commands to keyword list in ide_global.bas) do appear in the x86 download archive only. The x64 archive misses these additions and is practically unchanged compared to the previous dev built (qb64_2019-12-08-15-09-01_60c5873-development_win_x64).
Title: Re: Attention: discrepancies in x86 vs. x64 dev builts
Post by: luke on December 19, 2019, 04:25:23 pm
The x64 build seems to have an intermittent issue with building. I am investigating.
Title: Re: Attention: discrepancies in x86 vs. x64 dev builts
Post by: RhoSigma on December 23, 2019, 07:39:58 am
Ok, the problem seems to be solved in the latest builts qb64_2019-12-23-04-13-39_7262feb-development_win...
Title: Re: Attention: discrepancies in x86 vs. x64 dev builts
Post by: FellippeHeitor on December 23, 2019, 09:24:02 am
Good to hear!
Title: Re: Attention: discrepancies in x86 vs. x64 dev builts
Post by: RhoSigma on January 03, 2020, 06:32:50 pm
The latest dev builds for win x86 and x64 from 2020-01-03 are again not in line, according to internal\version.txt the x64 build is based on a different (earlier) git than the x86 build, hence not containing the latest updates.

You can also see it on the creation time of the download archives. The win x64 is 03:something, while the x86 as well as the Linux and Mac archives are 05:something.

I notice these gliches during the last 2-3 weeks only, can't remember it was happening before. Since the release of v1.3 I check at least every 2nd to 3rd day for new builds.
Title: Re: Attention: discrepancies in x86 vs. x64 dev builts
Post by: luke on January 03, 2020, 07:10:21 pm
The entire build system is in the process of being overhauled, so expect discrepancies and delays on builds.