Hi list,

for those who might have similar things to do, here's what I did to make my
0.8.3 tool chain "#ignore -able" ;)


Updated tool/pylib/ecmascript/frontend/treeutil.py
  to revision 21244 of trunk [1],
updated tool/pylib/generator/code/DependencyLoader.py
  to revision 21244 of trunk.

Those two changes gave me the #ignore hint! I hope I did not break to many
other things ;)

Thanks again Thomas for the hint to the 'hint' ;)

  Peter


[1]https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo/tool/pylib/ecmascript/frontend/treeutil.py


-------- Original --------
From: Peter Schneider
Date: 21.01.2010 09:10

>>> [...]
>>> Can I tell the generator not to complain about some missing 
>>> classes/namespaces ?
>> Yep. In the corresponding class file, add a #ignore(...) at the top
>> (like in your [6] link). You just can't use wildcards currently, so add
>>
>> #ignore(google.maps.Map2)
>> #ignore(google.maps.LatLng)
>> ....
>>
>> This applies to the 1.0 version of qooxdoo. It might not be implemented
>> in 0.8.3 (check the release notes). In that case, you'll have to live
>> with with the warnings while you make the transition to 0.8.3, I'm afraid.
>>> [...]
> 
> Thank you for your reply! The 'ignore' hints unfortunately don't do anything 
> in
> 0.8.3. I did try this already yesterday.
> I think I have to "merge" the according changes into our local copy of the 
> tool
> chain to get a kind of 0.8.3++ version.
> 
> I have to get rid of those warnings, 'cause the migration process will take 
> quite
> a while and I hate to have warnings all the time ;)
> 
> 
> 
> Thanks again,
> 
>   Peter
> [...]


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to