Hi all,
I would like to report kind of a serious bug in the Store
code handling. Minimal test case to reproduce it in the
vanilla:
1. Create package Foo.
2. Create class Foo in it.
3. Pubish it.
4. Rename class Foo to Bar.
5. Zero or more publishes in between.
6. Create new class Foo.
7. Publish it.
The last version no longer contains one of the definions,
i.e. it either lacks the definition of new Foo or the
definition of Bar (former Foo). The choice of the banned
name seems completely arbitrary to me (the same sequence
of the steps has varying behavior).
Republish does not help, the one name is banned forever
in this package.
My questions:
1. Is it generally known?
2. Is there a patch for it?
2. Is there at least a workaround to mitigate it (e.g.
a Glorp script that will fix the corrupted DB)?
Thank you,
Ladislav Lenart
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc