Changes between Version 6 and Version 7 of FeaturesAndFixes


Ignore:
Timestamp:
Jul 1, 2015, 5:15:03 PM (9 years ago)
Author:
vranyj1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesAndFixes

    v6 v7  
    77== Base Runtime ==
    88(stc, virtual machine, basic classes)
     9
     10- FIX: Fixed a baad bug causing VM crash when one set a breakpoint on Java Method (commit 79868de791e7)
    911- 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.
    1012- FIX: Fixed bug in Java synchronized method invocation (see [https://swing.fit.cvut.cz/projects/stx-libjava/ticket/84 issue #84].
     
    1618 and 9e4db770f8f5/stx.libbasic
    1719
     20== Development tools ==
     21
     22(stx:libtool, stx:goodies/smallsense, stx:goodies/refactoryBrowser, ...)
     23
     24* ENH: Integrated Jakub Nesveda's excellent custom refactorings ([[https://groups.google.com/forum/#!topic/stx-jv/GRnEW0LJipc|announcement]])
     25
    1826== User Interface ==
    1927