QB64 Phoenix Edition v3.2.0 Released! - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Official Links (https://staging.qb64phoenix.com/forumdisplay.php?fid=16) +--- Forum: Announcements (https://staging.qb64phoenix.com/forumdisplay.php?fid=18) +--- Thread: QB64 Phoenix Edition v3.2.0 Released! (/showthread.php?tid=880) |
QB64 Phoenix Edition v3.2.0 Released! - DSMan195276 - 09-12-2022 QB64 Phoenix Edition v3.2.0! https://github.com/QB64-Phoenix-Edition/QB64pe/releases/tag/v3.2.0 Enhancements
Bug Fixes
Full Changelog: https://github.com/QB64-Phoenix-Edition/QB64pe/compare/v3.1.0...v3.2.0 RE: QB64 Phoenix Edition v3.2.0 Released! - Pete - 09-12-2022 Looks like this release is full of "SOUND" improvements, congrats to the developers. One issue, Matt. FreeBASIC called... and their horse logo wants its $UNSTABLE back. Pete RE: QB64 Phoenix Edition v3.2.0 Released! - Kernelpanic - 09-12-2022 What a pace! It's starting to get scary. Is also included Pete's math super routine for pi with a million digits after the decimal point? RE: QB64 Phoenix Edition v3.2.0 Released! - bplus - 09-12-2022 Thanks to all involved, the project seems as alive as ever! RE: QB64 Phoenix Edition v3.2.0 Released! - Fifi - 09-13-2022 Hello all. News: Very good, good, bad and requests. Very good:
To download my installation script (that is more sexy than the old current one), please go to my dedicated web page: www.l7d.ddns.net. TIA for your return, critics and suggestions. Cheers. Fifi RE: QB64 Phoenix Edition v3.2.0 Released! - bert22306 - 09-13-2022 All looks good from here. Please, guys, don't burn out!! These rapid updates make me nervous. We've had enough teams burning out already! RE: QB64 Phoenix Edition v3.2.0 Released! - DSMan195276 - 09-13-2022 (09-13-2022, 01:43 AM)Fifi Wrote: In regards to the blocking issue, yes please write a clarification of it somewhere. We resolved one such issue a few months ago, I wasn't aware there was another (or that the original wasn't resolved for you). For the -fswitch, can you clarify, you're saying QB64-PE itself already had an -fswitch? I just checked to be sure and the older QB64PE versions do not support an -fflag, the behavior you're talking about works by just passing a filename with no flag. We didn't remove an -fflag in QB64PE, so perhaps the flag was removed in some older version of QB64? All your requests seem pretty reasonable I'd ask that you make GitHub issues for them if you can, that's the best way to make sure they don't get lost. Also I would try the existing -qswitch for quiet output, I believe it will give you what you're looking for. In regards to your installer, it's possible but we would need to talk about it. I'm not particularly tied to the existing install script, but switching to yours would be a fairly major change in how QB64-PE installs on Linux since you place things in global directories and also provide other helper scripts and such (which is not a bad thing! but still a major change). Personally I'd rather just look at creating proper packages for the more popular distributions rather than more complicated install scripts, but I also think proper packages are a long way out so perhaps your install script could be a reasonable in-between (potentially offered along side the existing one). (09-13-2022, 02:01 AM)bert22306 Wrote: All looks good from here. Please, guys, don't burn out!! These rapid updates make me nervous. We've had enough teams burning out already! I wouldn't worry too much about that personally Honestly the release schedule makes things easier, no reason to rush stuff if it can just go in a release next week. I also wouldn't expect new features every week, that wasn't and isn't the goal. Things get done when they get done RE: QB64 Phoenix Edition v3.2.0 Released! - mnrvovrfc - 09-13-2022 (09-13-2022, 05:27 AM)DSMan195276 Wrote: :If this has to do with "setup_lnx.sh" then I wouldn't wish to have it changed. Maybe except the command lines that write heavy on the terminal. It's good to see some commands seen of what is being done to build QB64 on Linux, but some people might like to have it muted. Otherwise, the "setup_lnx.sh" is the best it's ever been IMHO. RE: QB64 Phoenix Edition v3.2.0 Released! - Fifi - 09-13-2022 Hi DSman195276, Thank you very much for your clear and interesting return. (09-13-2022, 05:27 AM)DSMan195276 Wrote: In regards to the blocking issue, yes please write a clarification of it somewhere. We resolved one such issue a few months ago, I wasn't aware there was another (or that the original wasn't resolved for you).As usual, this one is a vicious. J've been able to reproduce it but not each time. The problem occurs when you load a large source file in the IDE from the command line (e.g. qb4pe /opt/qb64peInForm/UiEditor.bas.), but this is not systematically. When this occurs, the IDE displays an error message of the type "violation in line 11XX" and is frozen. Then, the only way to get out is to close the window via the cross of the title bar of the window. Then, if you try to restart the ide (even without loading a source file), the IDE freeze immediately and infinitely. Then, the only solution to fix his problem is to clean all the files of the /opt/qb64pe/internal/temp but the one with the root information Then, you can restart the IDE without this problem. But as I said, this is not systematic and you may have toe experiment this king of command several times before to reproduce ths problem. I got this problem several times when doing my InForm-pe fork. (09-13-2022, 05:27 AM)DSMan195276 Wrote: For theI guess you're right. This -f switch was introduced several years ago in my early previous script for QB64 0.98 in the qb64.sh file. I must admit that I don't use this switch very often and just found the conflict yesterday.-fswitch, can you clarify, you're saying QB64-PE itself already had an-fswitch? I just checked to be sure and the older QB64PE versions do not support an-fflag, the behavior you're talking about works by just passing a filename with no flag. We didn't remove an-fflag in QB64PE, so perhaps the flag was removed in some older version of QB64? (09-13-2022, 05:27 AM)DSMan195276 Wrote: All your requests seem pretty reasonable I'd ask that you make GitHub issues for them if you can, that's the best way to make sure they don't get lost.I've always been reasonable in all my requests in the past but sometimes it was difficult to be understood (I'm still a native froggy) With regard to the GitHub request, let me be more precise: Don't modify anything in the current process that creates a new place for each and every new release that is absolutely perfect, but just add a fixed place to store each new release always at the same place and always with the same name, so without any numbering version. I suggest the following simple names: - https://github.com/QB64-Phoenix-Edition/QB64pe/releases/download/qb64pe_lnx-latest.tar.bz2 for Linux, (please .tar.bz2 Vs .tar.gz for a 20% size gain) - https://github.com/QB64-Phoenix-Edition/QB64pe/releases/download/qb64pe_osx-latest.tar.bz2 for macOS, (please .tar.bz2 Vs .tar.gz for a 20% size gain) - https://github.com/QB64-Phoenix-Edition/QB64pe/releases/download/qp64pe_win-x32-latest.Zip for Windows 32 bit (Please .Zip Vs .7z since 7z is not natively supported on multiple Windows release). - https://github.com/QB64-Phoenix-Edition/QB64pe/releases/download/qp64pe_win-x64-latest.Zip for Windows 64 bit (Please .Zip Vs .7z since 7z is not natively supported on multiple Windows release). This would allow my script to download QB64PE automatically from GitHub without being obliged to modify the script for each new release. This is why I host it on my own server. (09-13-2022, 05:27 AM)DSMan195276 Wrote: Also I would try the existingYes, the -q switch (I guess for quiet) is exactly what I needed but I didn't know it.-qswitch for quiet output, I believe it will give you what you're looking for. BTW, what is the command to display all the qb64pe switch? (09-13-2022, 05:27 AM)DSMan195276 Wrote: In regards to your installer, it's possible but we would need to talk about it. I'm ready to discuss all your requests. (09-13-2022, 05:27 AM)DSMan195276 Wrote: I'm not particularly tied to the existing install script, but switching to yours would be a fairly major change in how QB64-PE installs on Linux since you place things in global directoriesThe next release of my script that I'm already working on will not anymore have a fixed installation folder and will allow you to specify where you want to install the products QB64PE and InForm-pe on your system. (09-13-2022, 05:27 AM)DSMan195276 Wrote: and also provide other helper scripts and such (which is not a bad thing! but still a major change).No problem, I can remove the helpers as long as QB6PE has its own. (09-13-2022, 05:27 AM)DSMan195276 Wrote: Personally I'd rather just look at creating proper packages for the more popular distributions rather than more complicated install scripts, but I also think proper packages are a long way out so perhaps your install script could be a reasonable in-between (potentially offered along side the existing one).Creating proper packages is another (long) story and also have its pro and cons, the major last one with packages such as .deb being: a) their relative inflexibility wit regard to where the product are installed and, b) the practical incapability for the end user to modify it, which is not the case of a source bash script. (i.e., with my script, if you want to change the location of the installation there is only one variable to modify in the source files). Note: BTW, creating a package of the type .deb or equivalent for other Linux distributions than Debian/Ubuntu bases requires, from what I know, a fixed place holder on a fixed server (or repository) and a fixed name for the product to install. I've to double check that further but in any case, I doubt this way would be as flexible as my script for example for the choice of the installation location that I will introduce in my next release. Just my two cents. Looking forward. Cheers. Fifi RE: QB64 Phoenix Edition v3.2.0 Released! - Coolman - 09-13-2022 under linux the script setup_lnx.sh does the job. i modify it slightly to optimize the generation of the executable and i remove some sections. it's done quickly. it takes me a few minutes to compile everything. too frequent changes waste a lot of readaptation time. i think it's better to keep the script as is. that said nothing prevents to put another script to let the choice to the users. |