Ziaw / npad

Nemerle pad. Very simple nemerle IDE for language snippets fast run.
14 stars 8 forks source link

Add reference to assembly from Nemerle directory #7

Open ghost opened 12 years ago

ghost commented 12 years ago

There to be good, to automatical add reference to assembly from Nemerle directory without fully qualified path specification. Only /// reference: ass_name. It is most frequent use case.

Ziaw commented 12 years ago

npad uses own nemerle compiler and not requires nemerle distribution.

References to all installed Nemerle assemblies will correctly work to only one Nemerle version (with npad compiled).

Because all of nemerle distribution assemblies referenced to strong named Nemerle.dll. Them didnt load with npad owned nemerle.dll.

ghost commented 12 years ago

If politic of NPad is independence out of Nemerle distribution, maybe it is right way. If maybe something related between Nemerle distribution itself and NPad, then maybe need a way to use from it. Look by yourself, how it is useful. If you think it that way, and then issue is my wrong sentence, and you may close it.

Ziaw commented 12 years ago

No problem to implement this. Code that's detecting installed nemerle was commented due to version hell.