On 17/11/09 5:26 AM, Kris Nuttycombe wrote: > > On Mon, Nov 16, 2009 at 4:33 PM, Kris Nuttycombe > <[email protected]> wrote: >> On Mon, Nov 16, 2009 at 4:28 PM, David Pollak >> <[email protected]> wrote: >>> Folks, >>> >>> I'm seeing a lot of: >>> [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in >>> repository specs-repository (http://specs.googlecode.com/svn/maven2/) >>> >>> Also, I know Kris turned on type erasure warnings because he wants to debug >>> them.... but there's just a pile that can't be fixed and these unfixable >>> warnings get in the way of real warnings... any compromise we can find on >>> this situation? >> >> Oops... I didn't realize I'd committed the pom with that in! I've no >> problem putting the extra warnings into a profile. Does Scala have an >> equivalent of or support the @SuppressWarnings annotation that you >> have in Java? >> >> Kris > > Actually, on further examination I claim innocence! git blame shows > the real culprit! :) > > I've moved the flags to a profile. > > mvn -Pdetail clean compile > > will give you all the warnings; basic usage does not.
The real culprit speaketh :) -unchecked: making the build noisy, agreed. as long as the fixable ones get addressed, I am cool -deprecation: had been there before, and was a good thing imho. I am little hesitant having it turned off by default -Xno-varargs-conversion: had been there before, not sure if that generates any warning My mild concern is our muscle memory is still not used to the "-Pdetail" thing and we might not use it consciously on a regular basis. Some niggles could sneak through as a result. Either way, I am fine with reducing the cruft so long as this looks addressable and you guys consider this a decent compromise. - Indrajit > > Kris > >>> Thanks, >>> >>> David >>> >>> -- >>> Lift, the simply functional web framework http://liftweb.net >>> Beginning Scala http://www.apress.com/book/view/1430219890 >>> Follow me: http://twitter.com/dpp >>> Surf the harmonics >>> >>>>> >>> >> > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en > -~----------~----~----~----~------~----~------~--~--- > -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=.
