issue-#95 TextMapper Scanner & SETS

Locked

Should we merge topic branch issue-#95 with master?

Yes
7
100%
No
0
No votes
Abstain
0
No votes
 
Total votes: 7

Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

issue-#95 TextMapper Scanner & SETS

Post by Ivan Denisov »

This voting is about issue-#95:
http://redmine.blackboxframework.org/issues/95
Discussion

The Scanner interprets "{2, 3 6}" as the legal set {2, 3, 6}.
Curiously the compiler recognises the first form as "illegal".

After suggested fix Set procedure check the syntax more accurately.

In addition two more bugs were fixed:
1. the 'start' position of a set was not set correctly
2. in case of detecting eot (end of text) inside a set, the result type
was sometimes 'invalid' and sometimes 'eot'. Now it is always 'invalid'.

The suggested differences:
http://redmine.blackboxframework.org/pr ... 22ba0cbbbc

The BlackBox version for testing:
http://blackboxframework.org/unstable/i ... a1.394.zip
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: issue-#95 TextMapper Scanner & SETS

Post by Ivan Denisov »

Locked