Fri, 28 Nov 2014 16:05:43 +0000 Do not swizzle methods automagically upon package load.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 28 Nov 2014 16:05:43 +0000] rev 309
Do not swizzle methods automagically upon package load. This is way too tricky and asks for trouble.
Fri, 28 Nov 2014 16:02:07 +0000 Removed all but one swizzled methods.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 28 Nov 2014 16:02:07 +0000] rev 308
Removed all but one swizzled methods. Use other hacks to hook in.
Mon, 24 Nov 2014 22:35:37 +0000 Fixed assertion during type inference.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 24 Nov 2014 22:35:37 +0000] rev 307
Fixed assertion during type inference. Handle supersends in classes with nil superclass. Although such a code is patological, may happen if autoloaded class is loaded and it's superclass is not present. (such as BlockLintRule). Thanks to Claus Gittinger for spotting this.
Fri, 21 Nov 2014 23:15:41 +0000 Improvements in UI
Claus Gittinger [Fri, 21 Nov 2014 23:15:41 +0000] rev 306
Improvements in UI - tooltips in settings dialog. - option to remove lint rule from ruleset (when considered too annoying)
Fri, 21 Nov 2014 17:59:52 +0000 Merged ae129236a9ec and b502cabd2fe7
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 21 Nov 2014 17:59:52 +0000] rev 305
Merged ae129236a9ec and b502cabd2fe7
Fri, 21 Nov 2014 09:14:33 +0000 Added tag expecco_2_7_0 for changeset c7340c8fe8ad
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 21 Nov 2014 09:14:33 +0000] rev 304
Added tag expecco_2_7_0 for changeset c7340c8fe8ad
Fri, 21 Nov 2014 17:46:35 +0000 Fixed SmallSense::Manager class>>flush
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 21 Nov 2014 17:46:35 +0000] rev 303
Fixed SmallSense::Manager class>>flush flush should first release old manager instance, i.e., break dependencies and stop inferencing process in case it's working.
Fri, 21 Nov 2014 17:31:26 +0000 Catch errors in background inferencer
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 21 Nov 2014 17:31:26 +0000] rev 302
Catch errors in background inferencer ...to avoid debugger popping up every now and again when for whatever reason inferencer fails. When it does so, mark class as errorneous so it's not processed again.
Wed, 19 Nov 2014 20:56:59 +0000 Better variable naming in SmalltalkLintService>>annotationAtLine
Claus Gittinger [Wed, 19 Nov 2014 20:56:59 +0000] rev 301
Better variable naming in SmalltalkLintService>>annotationAtLine
Wed, 19 Nov 2014 15:51:14 +0000 Workaround for weird DNU in SelectorNode>>navigateToUsing:
Claus Gittinger [Wed, 19 Nov 2014 15:51:14 +0000] rev 300
Workaround for weird DNU in SelectorNode>>navigateToUsing: Check whether selector node's parent is nil. However, this should nebe happen.
(0) -300 -100 -10 +10 +100 +300 tip