[Glass] Jade - local monticello repositories -no new revisions possible ...

BrunoBB smalltalk at adinet.com.uy
Fri Nov 15 15:26:15 PST 2013


Hi,

I think the problem is in JadeSystemBrowserPresenter>>updatePackageList

When a new method is added #updatePackageList
...
self nextLineAsList do: [:each | dictionary at: each put: true]. "turns
changed package into dirty -italic bold-"
...

The string result from the GCI call it does not contain the package as
dirty.

But when a method is deleted the GCI result string it does contain the
package as dirty:
...
self nextLineAsList do: [:each | dictionary at: each put: true]. "turns
changed package into dirty -italic bold-"
...

I have added a collection to collect all server string results. The only
difference (DiffBrowser) between server response from a new method and
remove a method is:

*Add Method (it does not mark dirty -bug-)*
19
update
addObject2:	F	F	F	
%
addObject2:	
SEWAFWebListPanel	
SEWAFWebListPanel
true
addObject2: anObject

	self inform: 'Add'
%
1 	29 inform:	42 	

report
*Remove Method (it does mark dirty)*
9
update



--
View this message in context: http://forum.world.st/Glass-Jade-local-monticello-repositories-no-new-revisions-possible-tp4722023p4722602.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list