issue-#77 DevCPT.InSign should use outBit instead of inBit

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

issue-#77 DevCPT.InSign should use outBit instead of inBit

Post by Josef Templ »

This bug fix is more of a cosmetic nature.
As far as I see, it applies only if language option 'oberon' is set,
which seems to be used for switching to Oberon source code compatibility.
Even in that (exotic) case the bug does not do any harm because its effect is
overridden in the lines that follow. So, to me it seems to be hard to
produce any test case that shows the effect of this bug.
Nevertheless, for any human reader it looks like a bug and it should be fixed.
The fix is trivial.

For the issue see http://redmine.blackboxframework.org/issues/77.
For the change see http://redmine.blackboxframework.org/pr ... 8e79cdae64.

- Josef
Post Reply