Search found 2047 matches

by Josef Templ
Wed Oct 14, 2020 7:11 am
Forum: Infrastructure
Topic: using https for blackboxframework.org
Replies: 0
Views: 15081

using https for blackboxframework.org

FYI, with the help of Ivan I have set up https for our content management system (Zenario) on blackboxframework.org. Automatic redirects are in place when accessing via http or via www.blackboxframework.org. Now all our virtual hosts (wiki, forums, redmine, etc) are served by https. As a technical d...
by Josef Templ
Mon Sep 14, 2020 4:09 pm
Forum: Bugs
Topic: issue-#209 Compiler trap in Real64 op ADR(x)
Replies: 13
Views: 26345

Re: issue-#209 Compiler trap in Real64 op ADR(x)

I would like to come back to the other questions resp. comments @luowy 1. the alternative proposals for the fix are also in the backend, as far as I understand them. So this argument does not really apply. 2. The "signed"-argument does also not really apply either because it is the very na...
by Josef Templ
Thu Sep 03, 2020 9:13 am
Forum: Bugs
Topic: issue-#209 Compiler trap in Real64 op ADR(x)
Replies: 13
Views: 26345

Re: issue-#209 Compiler trap in Real64 op ADR(x)

I have looked at this issue again. My conclusion so far is that the current solution is not as bad as I thought. @luowy 1. the alternative proposals for the fix are also in the backend, as far as I understand them. So this argument does not really apply. 2. The "signed"-argument does also ...
by Josef Templ
Sat Aug 22, 2020 9:24 am
Forum: Infrastructure
Topic: domain name subscription renewed until September 2021
Replies: 0
Views: 14518

domain name subscription renewed until September 2021

I have renewed our domain name subscription on name.com for another year.
It is US$ 12.99 per year and our PayPal accound is now EUR 338,40.

Thanks to Ivan for sending the reminder to me.

- Josef
by Josef Templ
Mon Aug 17, 2020 10:52 am
Forum: Features
Topic: issue-#210 SYSTEM.ADR(ProcedureType) should be supported
Replies: 4
Views: 27005

Re: issue-#210 SYSTEM.ADR(ProcedureType) should be supported

Can it be tested in BlackBox for Windows?
by Josef Templ
Fri Aug 07, 2020 1:42 pm
Forum: Bugs
Topic: issue-#209 Compiler trap in Real64 op ADR(x)
Replies: 13
Views: 26345

Re: issue-#209 Compiler trap in Real64 op ADR(x)

This is a very good argument, luowy. We will have to look into this issue again.
In the next week I am on vacation and will probably not be able to work on this.

But the voting should be suspended, I think.

- Josef
by Josef Templ
Mon Aug 03, 2020 8:29 am
Forum: Features
Topic: issue-#210 SYSTEM.ADR(ProcedureType) should be supported
Replies: 4
Views: 27005

Re: issue-#210 SYSTEM.ADR(ProcedureType) should be supported

can anybody outline the usage of the reintroduced feature?
In other words, what can be done with SYSTEM.ADR(PtocType) and how can it be tested if it works as expected?

- Josef
by Josef Templ
Wed Jul 29, 2020 4:52 am
Forum: Features
Topic: issue-#210 SYSTEM.ADR(ProcedureType) should be supported
Replies: 4
Views: 27005

issue-#210 SYSTEM.ADR(ProcedureType) should be supported

I have created this issue as proposed by luowy and Ivan. For the issue see https://redmine.blackboxframework.org/issues/210 For the original discussion see https://forum.blackboxframework.org/viewtopic.php?f=40&t=755 The changes so far are in https://redmine.blackboxframework.org/projects/blackb...
by Josef Templ
Wed Jul 22, 2020 10:47 am
Forum: Bugs
Topic: about SYSTEM.ADR(BasicType)
Replies: 11
Views: 21556

Re: about SYSTEM.ADR(BasicType)

The same but shorter in particular with respect to the generated code: ELSIF z.class = Ntype THEN IF z.obj.typ.untagged OR (f IN {Byte..Set, Char16, Int64}) THEN err(111) END; z := NewOp(op, typ, z) We would also have to update the "Platform-Specific Issues" which currently states: ADR(T) ...