Search found 176 matches

by Robert
Thu Jun 11, 2020 10:34 am
Forum: Bug
Topic: Compiler TRAPs with simple CONST expression
Replies: 10
Views: 17816

Re: Compiler TRAPs with simple CONST expression

The report says that in "ASSERT(x, n)" x is a "Boolean expression". so I expect the compiler to accept any boolean expression, including "1=2".

I think the compiler should be corrected.
by Robert
Thu Jun 11, 2020 10:30 am
Forum: Common questions
Topic: How to move a BlackBox document view to the second monitor?
Replies: 16
Views: 23324

Re: How to move a BlackBox document view to the second monit

This seems to be a useful feature, but only if it can be made to operate reliably. Frustrating: This is a useful feature, but not reliable enough. This morning I wanted to minimise the main BlackBox window, but couldn't without first opening a new window; typing a few characters at random, then clo...
by Robert
Wed Jun 10, 2020 9:01 am
Forum: Bug
Topic: Compiler TRAPs with simple CONST expression
Replies: 10
Views: 17816

Re: Compiler TRAPs with simple CONST expression

The first line below is legal, the second is not.

Code: Select all

ASSERT (1=1, 77);
ASSERT (1=2, 77)
Does this agree with the Language Report, or is it another compiler bug?
by Robert
Fri Jun 05, 2020 6:29 pm
Forum: Bug
Topic: Compiler TRAPs with simple CONST expression
Replies: 10
Views: 17816

Re: Compiler TRAPs with simple CONST expression

An issue has been raised to address this bug: https://redmine.blackboxframework.org/issues/207.
by Robert
Fri Jun 05, 2020 1:50 pm
Forum: Common questions
Topic: How to move a BlackBox document view to the second monitor?
Replies: 16
Views: 23324

Re: How to move a BlackBox document view to the second monit

... but I can't edit the decouple child windows with the BlackBox menu.- Helmut I can - sometimes! Sometimes the BlackBox Menus are completely disabled (I can't even close the main window), sometimes they do drop down, but have no effect. For example the text color in the decoupled child does not c...
by Robert
Fri Jun 05, 2020 12:53 pm
Forum: Bug
Topic: Compiler TRAPs with simple CONST expression
Replies: 10
Views: 17816

Re: Compiler TRAPs with simple CONST expression

Initially I thought it was something to do with ~TRUE as I can't recall ever seeing that used instead of FALSE before. Although it's legal it does offend my sensibilities ;-) This module is in development, and I am frequently turning various diagnostic options on & off. Using the "~" ...
by Robert
Fri Jun 05, 2020 9:21 am
Forum: Bug
Topic: Compiler TRAPs with simple CONST expression
Replies: 10
Views: 17816

Re: Compiler TRAPs with simple CONST expression

luowy Thanks for this. I intend to open an issue on the Center Forum for this bug, and test your proposed code. I am actually a bit busy just at the moment, so it may take a few days. Regards, Robert. Chris - I guess that the reason your very simple example has not been found by accident in the last...
by Robert
Fri May 29, 2020 11:55 am
Forum: Bug
Topic: Compiler TRAPs with simple CONST expression
Replies: 10
Views: 17816

Compiler TRAPs with simple CONST expression

The module below causes me a compiler TRAP. If I replace logTop = ~TRUE with logTop = TRUE it compiles fine. The TRAP window is below: MODULE AaaConstTest; CONST logMute = ~TRUE; logTop = ~TRUE; logShape = ~TRUE; logHead = TRUE; logBody = ~TRUE; PROCEDURE MultR (regNo : INTEGER); VAR shapeLog, headL...
by Robert
Sat Dec 14, 2019 11:53 am
Forum: Bug
Topic: Crash when using coroutines
Replies: 11
Views: 26772

Re: Crash when using coroutines

The fix for this bug is now in the BlackBox master build (from build number 1127). This is available by clicking "latest development version" on http://blackboxframework.org/index.php?cID=goto-download-page,en-us. X512 - I don't need to thank you for reporting this bug (it had already been...
by Robert
Sat Dec 14, 2019 11:26 am
Forum: News
Topic: BlackBox 1.7.2 - Release candidate
Replies: 14
Views: 23479

Re: BlackBox 1.7.2 - Release candidate

Ivan Denisov wrote:At the document P-S-I in the section Stack Size there is default font in some words. The Arial will be better like everywhere.
This issue has now been fixed in build 1126.
(For the issue see https://redmine.blackboxframework.org/issues/206.)