Issue 238 in glassdb: ReadWriteStream methods incorrectly overridden in GemStone3.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 238 in glassdb: ReadWriteStream methods incorrectly overridden in GemStone3.0

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-3.0.x  
Milestone-1.0-beta.8.6

New issue 238 by [hidden email]: ReadWriteStream methods incorrectly  
overridden in GemStone3.0
http://code.google.com/p/glassdb/issues/detail?id=238

ReadWriteStream is implemented in the base with a number of methods. When  
GLASS overrides ReadWriteStream only two methods remain...so two things  
need to be done:

   1. ReadWriteStream removed from GemStone3.0 mcz files
   2. discover what happened to the additional methods (possibly due to
      different class shape?)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 238 in glassdb: ReadWriteStream methods incorrectly overridden in GemStone3.0

glassdb

Comment #1 on issue 238 by [hidden email]: ReadWriteStream methods  
incorrectly overridden in GemStone3.0
http://code.google.com/p/glassdb/issues/detail?id=238

Ah, the base version ReadWriteStream is in Globals and the GLASS  
ReadWriteStream is in UserGlobals, so the whole implementation in Globals  
is effectively masked ...

Need to add a test for checking for the inadvertent shadowing of Globals...

Reply | Threaded
Open this post in threaded view
|

Re: Issue 238 in glassdb: ReadWriteStream methods incorrectly overridden in GemStone3.0

glassdb
Updates:
        Labels: -Milestone-1.0-beta.8.6 Milestone-1.0-beta.8.7

Comment #2 on issue 238 by [hidden email]: ReadWriteStream methods  
incorrectly overridden in GemStone3.0
http://code.google.com/p/glassdb/issues/detail?id=238

this is now fixed ... methinks

Reply | Threaded
Open this post in threaded view
|

Re: Issue 238 in glassdb: ReadWriteStream methods incorrectly overridden in GemStone3.0

glassdb
Updates:
        Status: Fixed

Comment #3 on issue 238 by [hidden email]: ReadWriteStream methods  
incorrectly overridden in GemStone3.0
http://code.google.com/p/glassdb/issues/detail?id=238

Yes this is taken care of now ...