issue-#172 adding BOOLEAN parameters to StdInterpreter

Merged to the master branch
Post Reply
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

issue-#172 adding BOOLEAN parameters to StdInterpreter

Post by Josef Templ »

I have created issue https://redmine.blackboxframework.org/issues/172 for adding BOOLEAN params to Dialog.Call.
In addition, this issue fixes a small bug in StdInterpreter by adding a check for correct syntax before calling a procedure.

See the diffs at https://redmine.blackboxframework.org/p ... 982824bd7b.

- Josef
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: issue-#172 adding BOOLEAN parameters to StdInterpreter

Post by Robert »

Isn't the plan to get the known bugs out of 1.7.1, then add new features to 1.7.2?
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: issue-#172 adding BOOLEAN parameters to StdInterpreter

Post by Josef Templ »

Robert wrote:Isn't the plan to get the known bugs out of 1.7.1, then add new features to 1.7.2?
Of course.
The starting point of this issue was a bug fix and the bug is fixed.

Since adding BOOLEAN parameters turned out to be so simple, it is irresistible (at least for me).
It is a trade-off between waiting another year for the next release and
making a little exception in the release procedure.

- Josef
Zinn
Posts: 476
Joined: Tue Mar 25, 2014 5:56 pm
Location: Frankfurt am Main
Contact:

Re: issue-#172 adding BOOLEAN parameters to StdInterpreter

Post by Zinn »

There is a typing error in all comments:
- 20170819, center #3172, adding BOOLEAN parameters to StdInterpreter
Helmut
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: issue-#172 adding BOOLEAN parameters to StdInterpreter

Post by Josef Templ »

Zinn wrote:There is a typing error in all comments:
- 20170819, center #3172, adding BOOLEAN parameters to StdInterpreter
Helmut
thanks. Fixed.

see latest diffs at https://redmine.blackboxframework.org/p ... d2c71e8ebf.

see total diffs at https://redmine.blackboxframework.org/p ... 982824bd7b.

- Josef
Post Reply