Search found 2047 matches

by Josef Templ
Fri Jun 05, 2020 6:33 pm
Forum: Resolved (Bugs)
Topic: issue-#207 Compiler TRAPs with simple CONST expression
Replies: 11
Views: 11319

Re: issue-#207 Compiler TRAPs with simple CONST expression

I will look at luowy's fix in the next few days.

- Josef
by Josef Templ
Sat May 09, 2020 11:22 am
Forum: Bugs
Topic: Trap 25 on start
Replies: 11
Views: 14492

Re: Trap 25 on start

After starting successfully, what happens if you select the printer that was in use when it did not start successfully abd try to print something?
Maybe you can get a more informative stack dump then to see what is going in.

- Josef
by Josef Templ
Sun Mar 29, 2020 2:35 pm
Forum: Infrastructure
Topic: financial state
Replies: 2
Views: 19807

financial state

I just want to let you know about our current financial state. Firstly, we have received a donation of EUR 100 from a swiss BlackBox enthusiast. Secondly, I have transferred that EUR 100 to our Edis deposit. So our current PayPal balance is about EUR 330 and our Edis deposit is about EUR 194. This m...
by Josef Templ
Thu Jan 02, 2020 11:04 am
Forum: Discussion
Topic: Chair for 2020
Replies: 2
Views: 23210

Re: Chair for 2020

Robert, thanks for your offer to continue serving as our chair.
by Josef Templ
Sat Dec 21, 2019 7:59 pm
Forum: Resolved (Features)
Topic: issue-#156 adding Coroutines to BlackBox
Replies: 108
Views: 207708

Re: issue-#156 adding Coroutines to BlackBox

Right. Coroutines happen to interfere with trap handling and GC. That's why they need Kernel support in some way. Compared to the CP language spec this is an implementation detail of the framework.
by Josef Templ
Mon Dec 09, 2019 7:17 pm
Forum: Resolved (Bugs)
Topic: issue-#197 Problems with Coroutines
Replies: 12
Views: 14940

Re: issue-#197 Problems with Coroutines

the diffs are here: https://redmine.blackboxframework.org/p ... 7a35df01e2

For me it is also ready for voting.

- Josef
by Josef Templ
Thu Dec 05, 2019 5:36 pm
Forum: Resolved (Documentation)
Topic: issue-#206 change text formatting from Default Font to Arial
Replies: 0
Views: 30221

issue-#206 change text formatting from Default Font to Arial

I have created an issue for the text formatting reported by Ivan. For the issue see https://redmine.blackboxframework.org/issues/206 . For a fix see branch issue-#206. The diffs don't show the format change. https://redmine.blackboxframework.org/projects/blackbox/repository/diff?utf8=%E2%9C%93&r...
by Josef Templ
Sun Dec 01, 2019 7:38 pm
Forum: Resolved (Bugs)
Topic: issue-#205 file name capitalization of Sql/Docu/Db.odc
Replies: 2
Views: 6539

Re: issue-#205 file name capitalization of Sql/Docu/Db.odc

Yes, for me it is ready.

It is a small change.
Only the letter b has been changed to B in the file name.
Nevertheless it is an improvement and it could make a difference on a platform that uses a case sensitive file system.

- Josef
by Josef Templ
Sun Dec 01, 2019 2:19 pm
Forum: Bugs
Topic: issue-#204 SYSTEM.BIT bug
Replies: 17
Views: 18141

Re: issue-#204 SYSTEM.BIT bug

https://css.csail.mit.edu/6.858/2014/readings/i386.pdf says for BT on Page 267 that it always takes the bit offset MOD 32 if it is an immediate operand. In principle, larger bit offsets are possible by shifting the bit base with the memory address operand but this is currently not supported by the ...
by Josef Templ
Mon Nov 25, 2019 8:07 pm
Forum: Resolved (Bugs)
Topic: issue-#205 file name capitalization of Sql/Docu/Db.odc
Replies: 2
Views: 6539

issue-#205 file name capitalization of Sql/Docu/Db.odc

fixed as proposed by Ivan.

the diffs in https://redmine.blackboxframework.org/p ... ype=inline show the complete file but only the name has been changed.

- Josef