issue#-188 compiler trap with SYSTEM.VAL

Locked

Should we incorporate these changes into the master?

Poll ended at Wed Jun 20, 2018 10:32 am

Yes
5
71%
No
0
No votes
Abstain
2
29%
 
Total votes: 7

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

issue#-188 compiler trap with SYSTEM.VAL

Post by Josef Templ »

This is a voting for merging a compiler fix into master.

As far as I see there cannot be any side effects to correct programs because the change only affects
the case where an error is reported due to SYSTEM.VAL limitations.
The fix only sets the result of the failed conversion such that the code generator
can continue with the current statement. After that it will terminate anyway.

A test version is available from http://blackboxframework.org/unstable/i ... 1.1041.zip.

For the changes see https://redmine.blackboxframework.org/p ... 0d3f0409c2

Gentlemen, please cast your vote.

- Josef
Last edited by Josef Templ on Fri Jun 15, 2018 12:23 pm, edited 1 time in total.
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: issue#-187 compiler trap with SYSTEM.VAL

Post by Robert »

I am confused. Is this issue 187 or 188? I can't find 187 in Redmine.
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: issue#-188 compiler trap with SYSTEM.VAL

Post by Josef Templ »

It is of course 188. Fixed.
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: issue#-187 compiler trap with SYSTEM.VAL

Post by Robert »

Robert wrote:I am confused. Is this issue 187 or 188? I can't find 187 in Redmine.
I am still confused! Is there a Master build that includes 187?
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: issue#-188 compiler trap with SYSTEM.VAL

Post by Josef Templ »

187 is the run-time debugger.
It has not yet been merged into master because there were a number of improvements and
just recently I found a little issue with debugging under wine.
In redmine it is marked as closed because I thought I can merge it but then I found out
that it needs some cleanups.

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

Re: issue#-188 compiler trap with SYSTEM.VAL

Post by Josef Templ »

Vote passed.
Locked