Skip to content

Commit

Permalink
Issue #29: fix recursion in fix ..
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Apr 3, 2015
1 parent 466232d commit 1b8fcfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ basicTransactionReentry
basicTransactionReentry value
ifNil: [
self _setNoStubbing. "as long as I am in memory prevent stubbing of my instance variables ... I will stay in memory as long as I am referenced from stack.."
self basicTransactionReentry value: self reentryAllowed ].
basicTransactionReentry value: self reentryAllowed ].
^ basicTransactionReentry value
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"basicServerOn:" : "dkh 01/03/2015 15:54",
"basicServerProcess" : "dkh 01/02/2015 17:13",
"basicServerProcess:" : "dkh 01/02/2015 17:13",
"basicTransactionReentry" : "dkh 04/03/2015 11:13",
"basicTransactionReentry" : "dkh 04/03/2015 11:44",
"basicTransactionReentry:" : "dkh 01/09/2015 13:16",
"bounceServerAfterSetOrClearBreakpoints:" : "dkh 12/09/2014 14:12",
"bounceServerForBreakpointHandling" : "dkh 12/10/2014 14:48",
Expand Down
Loading

0 comments on commit 1b8fcfe

Please sign in to comment.