|
Does *anyone* use MVC? (was: Re: [BUG?] weird behaviour of MVC in Squeak 3.: msg#00836lang.smalltalk.squeak.general
It seems to me that no Squeaker could plausibly have been doing
any real work in MVC in any 3.2 or 3.3a since this bug arrived more
than eight months ago, because the mere raising of a single debugger
would have put his environment into a state no reasonable person could
tolerate. And he would therefore have screamed and we would have
heard.
Consequently, I'm not too surprised that there has not been a
single response posted to this thread, other than Boris's original bug
report and my reply.
But is it really true that there are actually *no* MVC
practitioners using either Squeak 3.2 or 3.3a , no one at all, except
Boris?
Cheers,
-- Scott
At 2:46 AM -0700 7/30/02, Scott Wallace wrote:
The mvc brain-damage Boris describes turns out to be reliably exhibited whenever a debugger is presented and proceeded-through in an MVC project, both in 3.2 *and* 3.3a. Even something as simple as hitting cmd-dot and then hitting the Proceed button on the ensuing pre-debug window (in mvc) will do it. By going back to an image that did not exhibit these problems and then loading updates one at a time, checking for the bug after each update, I was able to track down exactly where this problem entered into Squeak. It turns out to have arrived in update 4487SyntaxErrorsOnFileIn-svp, whose preamble was: -------------------------------------------------- Change Set: Date: If you get a syntax error during a fileIn, you should be able to correct it in the notifier, and then accept the corrected code from that window. If all is well, the method gets defined, and the fileIn continues. But it doesn't. Instead, you get... NonBooleanReceiver: proceed for truth. -------------------------------------------------- That update may have improved things regarding the state after syntax errors are encountered during fileins, but it is seemingly directly responsible for breaking mvc whenever a debugger is put up. It appears that a simple reversion of the single method in this update (Debugger >> process:controller:context:isolationHead:) cures the problem, though presumably that would re-establish the problem on file-in that the update was intended to fix. I attach herewith instead a proposed workaround, with the following preamble: -------------------------------------------------- Change Set: Author: Works around a bug introduced in update4487SyntaxErrorsOnFileIn-svp (October 2001) which had compromised the mvc environment whenever a debugger was brought up. The workaround here, done without any pretension to deep knowledge of the underlying issues, is to restore the method in question (Debugger >> process:controller:context:isolationHead:) to its former behavior in the mvc case, while letting it work its putative magic when in morphic. -------------------------------------------------- Before I publish this -- or, preferably, publish someone else's better fix -- as an update, I hope to hear some confirmation or other commentary on this matter, and, ideally, to receive the "real fix" from someone. Cheers, -- Scott At 9:20 AM +0200 7/28/02, Boris Gaertner wrote:On windows 98 the new Squeak 3.2 exhibits a quite strangebehaviour when a debugger is opened in the MVC environment.Please try this.1. create and enter an mvc project.2. open a class hierarchy browser.3. select StringHolder>>browseVersions.( a lot of other methods would do as well. )4. Insert the statement self halt. at the beginning ofthe method and save the method with "accept"5. Now, move the mouse into the method names viewand select "versions"6. a small red window with title "Halt" and three buttonsis opened. Press the button "Resume"7. a blue (or violet?) VersionsBrowser is opened. Itflashes when it is opened and this detail is maybeimportant.8. select a version. I see the method text displayedfor a very short time, then the text view is empty again.There are also other weird effects (on my computer at least)*the system menue shows unusual behavior.*When the mouse pointer leases the versions brwoser andthen enters it again, it crosses the window border.When it does, the curser changes to a "drag window border"symbol. That symbol does not vanish again when the mousepointer is inside the versions browser.After a lot of nonsensical actions with the mouseSqueak seemingly comes back to normal bahaviour.I saw these strange things also in a 3.2 alpha (last update: 4599)with the virtual machineSqueak 3.2.2 VM (release candidate) from May 26 2002Compiler: gcc 2.95.2 19991024 (release)I think that something with the process switching orscheduling goes wrong, but until now I have no idea whatit is.Are there others out there that can confirm my observations?Have you any idea what I can do to better the situation?GreetingsBoris
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | new some good apps for demo, Sunjay Karan |
|---|---|
| Next by Date: | Re: new some good apps for demo, Tim Rowledge |
| Previous by Thread: | Re: [BUG?] weird behaviour of MVC in Squeak 3.2, Scott Wallace |
| Next by Thread: | Re: Does *anyone* use MVC?, Dan Ingalls |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |