Problem with a configuration

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with a configuration

Alexandre Bergel-5
hi!

I worked on producing version 4.2 of Moose. Evaluating "(ConfigurationOfMoose project version: '4.2') load" raises an error: Error: no such inst var
I have absolutely no idea how to debug my config.

Help is greatly appreciated. We have been stuck on this for weeks.
The .mcz file is ConfigurationOfMoose-AlexandreBergel.150 in the Moose squeaksource

Help

Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Reply | Threaded
Open this post in threaded view
|

Re: Problem with a configuration

Dale Henrichs
Alexandre,

This looks like the same problem that we saw with your Mondrian
config ... referencing a project from a package ... This problem is
not a validation problem, since the failure occurs when you try to
create the spec, so in 1.0-beta.28 I have added an error for that
condition ...

I'll take a look and your current problem and get back to you with a
fix....

Dale

On Nov 26, 5:35 pm, Alexandre Bergel <[hidden email]> wrote:

> hi!
>
> I worked on producing version 4.2 of Moose. Evaluating "(ConfigurationOfMoose project version: '4.2') load" raises an error: Error: no such inst var
> I have absolutely no idea how to debug my config.
>
> Help is greatly appreciated. We have been stuck on this for weeks.
> The .mcz file is ConfigurationOfMoose-AlexandreBergel.150 in the Moose squeaksource
>
> Help
>
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Reply | Threaded
Open this post in threaded view
|

Re: Problem with a configuration

Dale Henrichs
In reply to this post by Alexandre Bergel-5
The problem with version 4.2 is that you are treating the _project_
Shout like a package. I've improved the error message for Metacello so
that this particular type of error should be easier to fix in the
future.

I would provide a fixed version of version 4.2 , but I don't quite
understand what you are trying to do with version 4.2 ... It looks
like you have copied the package specs for each dependent project,
totally ignoring the perfectly good project specifications and I'm not
sure why....There are other potential problems with what is being done
in version 4.2.

The whole point of having project references is so that you don't have
to list the individual packages explicitly.

version 4.1 of Moose does not have these problems so I suggest that
you use version 4.1 as a model for whatever it is that you are trying
to accomplish with version 4.1...

If you tell me the goal of version 4.2, perhaps I can help you to
build a version specification that works...

Dale

On Nov 26, 5:35 pm, Alexandre Bergel <[hidden email]> wrote:

> hi!
>
> I worked on producing version 4.2 of Moose. Evaluating "(ConfigurationOfMoose project version: '4.2') load" raises an error: Error: no such inst var
> I have absolutely no idea how to debug my config.
>
> Help is greatly appreciated. We have been stuck on this for weeks.
> The .mcz file is ConfigurationOfMoose-AlexandreBergel.150 in the Moose squeaksource
>
> Help
>
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.