issue-#186 aligning code procedure syntax with docu

Locked

Should we incorporate these changes into the master?

Yes
5
63%
No
1
13%
Abstain
2
25%
 
Total votes: 8

User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

issue-#186 aligning code procedure syntax with docu

Post 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
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

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

Post 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
cfbsoftware
Posts: 204
Joined: Wed Sep 18, 2013 10:06 pm
Contact:

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

Post 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?
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

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

Post 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
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

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

Post by Josef Templ »

Vote finished; changes to be incorporated.
Locked