Page 1 of 1

issue-#186 aligning code procedure syntax with docu

Posted: Tue May 22, 2018 7:11 am
by Josef Templ
This is a bug fix issue for a bug reported by Zorko on the community forum.
For the issue see https://redmine.blackboxframework.org/issues/186.

The bug fix aligns the implementation of code procedures in the compiler with the docu.
Illegally placed commas are flagged by the compiler now.
There are no incompatibilities in practice and if there are any, the compiler would flag them
and the fix is trivial (remove illegally placed commas).
In addition to comma checking, the fix supports using arbitrary constant expressions in code procedures as
specified in the docu.

See diffs at https://redmine.blackboxframework.org/p ... 3&type=sbs.

A test version is available from http://blackboxframework.org/unstable/i ... 1.1021.zip.

Gentlemen, please cast your vote.

- Josef

Re: issue-#186 aligning code procedure syntax with docu

Posted: Fri Jun 01, 2018 12:19 pm
by Josef Templ
We need more votes on this issue.

Somebody voted 'No' without giving any comments.
If this was done accidentally, it is possible to re-submit your vote.

- Josef

Re: issue-#186 aligning code procedure syntax with docu

Posted: Fri Jun 01, 2018 1:11 pm
by cfbsoftware
Five days have passed and the quorum has been satisfied. Doesn't that mean the 'Yes' vote wins according to the voting rules?

Re: issue-#186 aligning code procedure syntax with docu

Posted: Fri Jun 01, 2018 2:14 pm
by Josef Templ
cfbsoftware wrote:Five days have passed and the quorum has been satisfied. Doesn't that mean the 'Yes' vote wins according to the voting rules?
Actually I didn't set an expiration date because Robert was on vacation.
But in principle, you are right. I will close this soon.

- Josef

Re: issue-#186 aligning code procedure syntax with docu

Posted: Sat Jun 02, 2018 9:38 am
by Josef Templ
Vote finished; changes to be incorporated.