Can you share a little bit more of the problematic code that is generated in the grep? Does the build error correspond directly to one of those lines? I'd like to understand more about the problem before simply making a change to the static global label set.
Ideally, I'd like to see the Xcode error along with the C source in and around the error position. Steve On Sun, Apr 30, 2017 at 11:33 PM, Dave Dyer <[email protected]> wrote: > The fix I'm using is to use the label object itself instead of toString as > the key. > If you look at the code, there are already several other collections of > labels > that do. > > On Sunday, April 30, 2017 at 10:21:37 PM UTC-7, Shai Almog wrote: >> >> I don't recall the exact reason/logic by now but I think I wrote the >> whole global label list to allow throw and similar behaviors to work >> correctly. >> Maybe the solution is to append the class name to the label values. >> >> Steve? >> > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/ > group/codenameone-discussions. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/codenameone-discussions/1cc6f977-3efc-4ed8-803f- > b4d0ad442986%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/1cc6f977-3efc-4ed8-803f-b4d0ad442986%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKVZ11P05htjUDovq-nE0gzXdcorGy%2BvdrtZvUSQWQex%2Bg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
