[nem-en] Moving to nemerle.org/svn
Kamil Skalski
kamil.skalski at gmail.com
Sun Aug 13 14:53:47 CEST 2006
2006/8/13, vc <vc at rsdn.ru>:
> Hi.
>
> > What is the status of the integration project?
> > I just did some moving of files in repository, please commit it under
> > http://nemerle.org/svn/vs-plugin/trunk/
>
> It's very simple and long time unchanged version. It's implementation
> depended on very old version of VS SDK.
I moved the original code from vs-plugin into
http://nemerle.org/svn/vs-plugin/branches/old/
http://nemerle.org/svn/vs-plugin/trunk/ is now empty, waiting for you
to commit new files :)
>
> I separate completion engine from compiler and move (in refactored
> version) to
> svn://rsdn.ru/Nemerle/trunk/Nemerle.VSIP/Nemerle.VsIntegration.Utils. It's
> It allows to accelerate development due to acceleration of compilation.
If it is just a reorganization of compilation units, maybe we can do
it with the current nemerle/ncc/completion (and nemerle/ncc/codedom?)
source code? I would like to have it this way:
- it is compiled into Nemerle.Completion.dll (or
Nemerle.Compiler.Utils.dll) during standard development
- during release we just compile Nemere.Compiler and
Nemerle.Completion together into one assembly Nemerle.Compiler.dll
Of course we can leave the separation also in release. Anyway it would
be good to keep things in one place, so also the MonoDevelop AddIn can
take advantage of it.
Could you point out exactly, which parts of current ncc source code
has been included into your VsIntegration.Utils and if it can be
backported to original source?
>
> I think what easier to beg Andrey to have a look at that what of its
> changes it is necessary to move to our version.
> Andrei is fellow of rsdn too. :)
>
Right, I guess we should use your version as a base and I hope Andrei
could take a look at this and maybe merge some stuff or propose
another approach.
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list