Changes between Version 5 and Version 6 of FeaturesAndFixes


Ignore:
Timestamp:
Jun 10, 2015, 4:08:57 PM (9 years ago)
Author:
vranyj1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesAndFixes

    v5 v6  
    77== Base Runtime ==
    88(stc, virtual machine, basic classes)
    9  - ENH: Fill in Block source position, i.e., an offset of opening bracket. Given a {{{Block}}} instance, one may ask for it's source position by {{{aBlock sourcePos}}}. Moreover, one can get a parse tree (RB) of the block by {{{aBlock parseTree}}}. This allows for nice optimizations in ''!PetitParser'' compiler. 
     9- ENH: Fill in Block source position, i.e., an offset of opening bracket. Given a {{{Block}}} instance, one may ask for it's source position by {{{aBlock sourcePos}}}. Moreover, one can get a parse tree (RB) of the block by {{{aBlock parseTree}}}. This allows for nice optimizations in ''!PetitParser'' compiler.
    1010- FIX: Fixed bug in Java synchronized method invocation (see [https://swing.fit.cvut.cz/projects/stx-libjava/ticket/84 issue #84].
    1111- FIX: Fixed !FileStream>>position, position: and setToEnd when stream is in non-buffered mode. See commit [http://swing.fit.cvut.cz/hg/stx.libbasic/rev/5e7e40d367f2 5e7e40d367f2]