Skip to content

Commit

Permalink
semantics: explain debugger bug to users
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 7, 2023
1 parent 8f81eec commit 8786977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ initializeSemanticCorpus

self messages size > 100 ifTrue:
["we would use #inform: but that is not thread-safe"
self notify: 'Initialize semantic corpus now? This may take a while.'].
self notify: 'Initialize semantic corpus now? This may take a while.'
, '\\NOTE: If the Proceed is disabled, press Debug then Proceed.' withCRs.
self flag: #workaround "https://github.com/squeak-smalltalk/squeak-object-memory/issues/92"].

^ TalkSemanticCorpus createForInbox: self
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
},
"instance" : {
"assureSemanticCorpus" : "ct 8/15/2023 16:20",
"initializeSemanticCorpus" : "ct 10/18/2023 18:10",
"initializeSemanticCorpus" : "ct 11/7/2023 10:43",
"semanticCorpus" : "ct 8/21/2023 01:46" } }

0 comments on commit 8786977

Please sign in to comment.