Gavin Baumanis

Results 15 comments of Gavin Baumanis

I'm actually happy to help with this. Without "actually" knowing, I can use each of the options in turns and see if they give any deprecation warnings. But how shall...

@SethTisue : Awesome - thanks very much!

In the -opt section of compiler-options.yml is the following; ``` - choice: "l:project" description: "[deprecated, use -opt:l:inline, -opt-inline-from] Enable cross-method optimizations within the current project." - choice: "l:classpath" description: "[deprecated,...

Also, please, I have found a discrepancy between the YML and the documentation page; The YML has for the "-target" directive, choices in the form; `jvm-1.5` through to `jvm-1.8` But...

@SethTisue : Thanks Seth. I am happy to go through all the options (that I can) and; * Document the differences between the documentation and the YML. * I'll also...

@SethTisue In `scala/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala` @ line 497 is the following; ``` val optimise = BooleanSetting("-optimize", "Enables optimizations.") .withAbbreviation("-optimise") .withDeprecationMessage("Since 2.12, enables -opt:l:inline -opt-inline-from:**. See -opt:help.") .withPostSetHook(_ => { opt.enable(optChoices.lInline) optInlineFrom.value =...

I am returning to this now. Thanks @SethTisue.

@SethTisue : Do you want a giant issue / document at the end of this - or do you want individual issues raised for the things that I find? I...

@SethTisue : OK so I am editing the code to correct the documentation (I am happy to go through it and see if I can do it) - Or am...

@SethTisue : I am happy to try it all! : Though, I have had a look at the code and it is beyond me at the moment to fix without...