Well yes, but GCs are happening all the time :). So the problem is that someone is keeping a strong reference on the symbol.
But weak refs are only killed after GC, right ?
And even then...
> On 02 Feb 2015, at 12:03, Guillermo Polito <guillermopolito@gmail.com> wrote:
>
> It's the table that keeps the symbols and checks their uniqueness.
>
> but AFAIK the symbol table is weak. So probably it's the completion mechanism that is keeping extra references...
> El Mon Feb 02 2015 at 11:52:28 AM, phil@highoctane.be <phil@highoctane.be> escribi��:
> Got the same problem here.
>
> Annoying when third parties have to do something in the environment as they are shown things that do not exist.
>
> Where to look? What's the symbol intern table?
>
> Phil
>
>
> On Mon, Feb 2, 2015 at 11:44 AM, stepharo <stepharo@free.fr> wrote:
> Probably by resetting the Symbol intern table. but no time to dive into it now.
> Hi all,
>
> Code completition tools show class/method old names i've changed and no longer use. How can i remove all unused (occurring nowhere in source code) or unimplemented names?
>
> Best,
> Laura
>
>
>
>
>
>
>