Free Basic Compilers Version 1.06.0 (08-26-2018) seem broken

General FreeBASIC programming questions.
Post Reply
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: Free Basic Compilers Version 1.06.0 (08-26-2018) seem broken

Post by MrSwiss »

Thanks coderJeff, for fixing this problem #823, going to make some tests, in the near future.
Munair
Posts: 1286
Joined: Oct 19, 2017 15:00
Location: Netherlands
Contact:

Re: Free Basic Compilers Version 1.06.0 (08-26-2018) seem broken

Post by Munair »

coderJeff wrote:The bugs mentioned in the last few posts should be fixed, and fixes are merged in to master.
- lbound & ubound work with const arrays
- non-const arrays arguments can be passed to const array parameters, (bug fix #823)
- the unnecessary const warning on array indexes in const UDT's is suppressed

If there are additional issues, please consider creating a bug report. It's actually really nice to have a bug report on sf.net to use for tracking.
Great. Thanks a lot.
Post Reply