issue-#43 revisited (unlimited size of code procedures)

Locked

Should we merge improvments of issue-#43 to master?

Yes
7
88%
No
1
13%
Abstain
0
No votes
 
Total votes: 8

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

issue-#43 revisited (unlimited size of code procedures)

Post by Ivan Denisov »

Some time ago we made size of code procedures unlimited.
Josef is suggesting some improvements for this solution described bellow.
Josef Templ wrote:Although currently not used in BB itself, string literals may
appear in a code procedure indeed. The change for the representation
of code procedures must also be applied for string literals.
In addition:
1. It is now possible to have any number of string literals
as specified in the docu.
2. Usage of real constants inside a code procedure is marked as an error now.
3. the readability of the code has been slightly improved
The differences
The BlackBox version for testing this fix
The discussion of the issue

This voting is for merging this improvements in DevCPP into master branch.
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: issue-#43 revisited (unlimited size of code procedures)

Post by Ivan Denisov »

Locked