- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [netbeans] RangePositions$ValidateError on fool code fragment
Sun, 2009-11-15, 00:45
On Sunday 15 November 2009 02:03:51 Miles Sabin wrote:
> On Sat, Nov 14, 2009 at 10:53 PM, Andrew Gaydenko wrote:
> > r19647 is in use at the moment.
>
> Compare scala.tools.nsc.interactive.Global.parse with the
> corresponding forked version ... there should be a guard on the call
> to validatePositions similiar to the ones in r19144.
Miles,
Probably it is for Caoyuan - I'm not aware in details. IIUC, there are
multiple nsc incarnations:
- scala dist in accordance with SCALA_HOME, which is used by ant tasks to
build and run NB projects (and this one I have referenced to in my previous
amswer),
- scala dist packed with the NB plugin, which is used just to run the plugin
itself (something like r19542 ATM, if I remember well),
- those nsc parts which Caoyuan investigates and hacks to suit them to
interact with NB infrastructure.
Of course, I can mistake, so let's wait for Caoyuan.
Andrew