#106388 - 21/07/2002 00:02
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
Yeah, I also reported this. If you look carefully, it looks like it's putting all the things you want deleted in order, and then only deleting the odd-indexed ones (or even, if your origin is zero).
_________________________
Bitt Faulk
|
Top
|
|
|
|
#106390 - 21/07/2002 07:25
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
I think what's happening is that there's a loop somewhere in there that is counting up from 0 and deleting, which means it would do:
0: delete 0
1: since 0 is deleted, 1 went to 0, now you're deleting 2
2: same thing, so now you're deleting 4
.
.
What it's supposed to do is count down, so you don't have this problem. No worry, i'm throwing out most of that code anyway.
Mike
|
Top
|
|
|
|
#106392 - 21/07/2002 09:22
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
It's a pretty typical sort of bug, so I'm not surprised other apps have had that problem ... I doubt you deleted random things. i think the way it would work is that it would go through every other _of the things you selected_.
|
Top
|
|
|
|
#106394 - 21/07/2002 11:02
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
I don't think you have to sync inbetween deleting one at a time ... I haven't gone looking for the actual code that has the problem yet, so I don't have an immediate workaround to offer you. I have to decide if I want to spend time hunting that bug and put out a release that fixes just that or whether I want to just wait and put out the whole next release together ... It will probably be next weekend before I can get the next release out.
|
Top
|
|
|
|
#106398 - 21/07/2002 14:42
Re: JEmplode 41: Synchronize won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
This is why i'm rewriting all this crap ... Each release has just gotten more complex and thus harder to debug. Ther upper 38 releases were not this bad ... I think a lot of this got nasty when I tried to put in a complex concept like mirroring on top of a system that was already too complex for its own good.
I would recommend going to a pre-mirror release... Unfortunately I don't have those jars up -- Maybe someone has one they can put up. Or go to the last official release.
|
Top
|
|
|
|
#106402 - 23/07/2002 15:01
Re: JEmplode 41: Synchronize won't?
[Re: mschrag]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
It's "experimental", and it only trashed the playlists, not the actual data. Not really a big deal at all.
Actually, I bet I still have a jar file from March which I know was stable, as long as my wife doesn't start caring about Wendy flags right now I can probably get by with that easily.
If you have anything you want tested later I'll be happy to volunteer also
|
Top
|
|
|
|
#106403 - 23/07/2002 15:12
Re: JEmplode 41: Synchronize won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
Aren't all jEmplode users automatically volunteer alpha testers  ?
|
Top
|
|
|
|
|
|