Hi,
I fixed most tests. As I said before many of the tests failed because the newly defined properties for metrics were not marked as <derived>. The reason why other tests failed was that when we try to load back a model we need a means to set the value. Because most metrics are lazily computable, we do not have setters and thus, they need to be marked with <derived>.
The only yellow test is related to RoelTyper which seems to raise again errors in the latest Pharo 1.3. Anyone wants to take this one? :)
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
I am having a look at it right now
Alexandre
On 19 Oct 2011, at 18:05, Tudor Girba wrote:
Hi,
I fixed most tests. As I said before many of the tests failed because the newly defined properties for metrics were not marked as <derived>. The reason why other tests failed was that when we try to load back a model we need a means to set the value. Because most metrics are lazily computable, we do not have setters and thus, they need to be marked with <derived>.
The only yellow test is related to RoelTyper which seems to raise again errors in the latest Pharo 1.3. Anyone wants to take this one? :)
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
The problem has already been fixed, but it is not included in the image used by Jenkins. Cyrille produced RoelTyper-cyrilledelaunay.84 that fixes the problem. After loading this package, testASTCore is back to green.
I also took the opportunity to clean a bit the package by recategorizing methods. I committed a new version (RoelTyper-AlexandreBergel.85).
So, this new version should be used by Moose.
Now the question, is where and how RoelTyper gets loaded. Apparently, ConfigurationOfMoose does not load it anymore. Is there a reason why the line in Moose is commented? Uncommenting the line should fix the problem.
Cheers, Alexandre
On 19 Oct 2011, at 18:48, Alexandre Bergel wrote:
I am having a look at it right now
Alexandre
On 19 Oct 2011, at 18:05, Tudor Girba wrote:
Hi,
I fixed most tests. As I said before many of the tests failed because the newly defined properties for metrics were not marked as <derived>. The reason why other tests failed was that when we try to load back a model we need a means to set the value. Because most metrics are lazily computable, we do not have setters and thus, they need to be marked with <derived>.
The only yellow test is related to RoelTyper which seems to raise again errors in the latest Pharo 1.3. Anyone wants to take this one? :)
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks a lot for looking into this.
The reason for commenting it was that RoelTyper was already loaded in Pharo.
I added it now back and started a build.
Cheers, Doru
On 20 Oct 2011, at 00:13, Alexandre Bergel wrote:
The problem has already been fixed, but it is not included in the image used by Jenkins. Cyrille produced RoelTyper-cyrilledelaunay.84 that fixes the problem. After loading this package, testASTCore is back to green.
I also took the opportunity to clean a bit the package by recategorizing methods. I committed a new version (RoelTyper-AlexandreBergel.85).
So, this new version should be used by Moose.
Now the question, is where and how RoelTyper gets loaded. Apparently, ConfigurationOfMoose does not load it anymore. Is there a reason why the line in Moose is commented? Uncommenting the line should fix the problem.
Cheers, Alexandre
On 19 Oct 2011, at 18:48, Alexandre Bergel wrote:
I am having a look at it right now
Alexandre
On 19 Oct 2011, at 18:05, Tudor Girba wrote:
Hi,
I fixed most tests. As I said before many of the tests failed because the newly defined properties for metrics were not marked as <derived>. The reason why other tests failed was that when we try to load back a model we need a means to set the value. Because most metrics are lazily computable, we do not have setters and thus, they need to be marked with <derived>.
The only yellow test is related to RoelTyper which seems to raise again errors in the latest Pharo 1.3. Anyone wants to take this one? :)
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not how it is, it is how we see it."
The problem that stems from the RoelTyper has now disappeared. There there is 25 failed test, related to Fame apparently.
Alexandre
On 20 Oct 2011, at 03:23, Tudor Girba wrote:
Thanks a lot for looking into this.
The reason for commenting it was that RoelTyper was already loaded in Pharo.
I added it now back and started a build.
Cheers, Doru
On 20 Oct 2011, at 00:13, Alexandre Bergel wrote:
The problem has already been fixed, but it is not included in the image used by Jenkins. Cyrille produced RoelTyper-cyrilledelaunay.84 that fixes the problem. After loading this package, testASTCore is back to green.
I also took the opportunity to clean a bit the package by recategorizing methods. I committed a new version (RoelTyper-AlexandreBergel.85).
So, this new version should be used by Moose.
Now the question, is where and how RoelTyper gets loaded. Apparently, ConfigurationOfMoose does not load it anymore. Is there a reason why the line in Moose is commented? Uncommenting the line should fix the problem.
Cheers, Alexandre
On 19 Oct 2011, at 18:48, Alexandre Bergel wrote:
I am having a look at it right now
Alexandre
On 19 Oct 2011, at 18:05, Tudor Girba wrote:
Hi,
I fixed most tests. As I said before many of the tests failed because the newly defined properties for metrics were not marked as <derived>. The reason why other tests failed was that when we try to load back a model we need a means to set the value. Because most metrics are lazily computable, we do not have setters and thus, they need to be marked with <derived>.
The only yellow test is related to RoelTyper which seems to raise again errors in the latest Pharo 1.3. Anyone wants to take this one? :)
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not how it is, it is how we see it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Yep. Thanks.
Doru
On Thu, Oct 20, 2011 at 1:33 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
The problem that stems from the RoelTyper has now disappeared. There there is 25 failed test, related to Fame apparently.
Alexandre
On 20 Oct 2011, at 03:23, Tudor Girba wrote:
Thanks a lot for looking into this.
The reason for commenting it was that RoelTyper was already loaded in
Pharo.
I added it now back and started a build.
Cheers, Doru
On 20 Oct 2011, at 00:13, Alexandre Bergel wrote:
The problem has already been fixed, but it is not included in the image
used by Jenkins.
Cyrille produced RoelTyper-cyrilledelaunay.84 that fixes the problem.
After loading this package, testASTCore is back to green.
I also took the opportunity to clean a bit the package by recategorizing
methods. I committed a new version (RoelTyper-AlexandreBergel.85).
So, this new version should be used by Moose.
Now the question, is where and how RoelTyper gets loaded. Apparently,
ConfigurationOfMoose does not load it anymore. Is there a reason why the line in Moose is commented? Uncommenting the line should fix the problem.
Cheers, Alexandre
On 19 Oct 2011, at 18:48, Alexandre Bergel wrote:
I am having a look at it right now
Alexandre
On 19 Oct 2011, at 18:05, Tudor Girba wrote:
Hi,
I fixed most tests. As I said before many of the tests failed because
the newly defined properties for metrics were not marked as <derived>. The reason why other tests failed was that when we try to load back a model we need a means to set the value. Because most metrics are lazily computable, we do not have setters and thus, they need to be marked with <derived>.
The only yellow test is related to RoelTyper which seems to raise
again errors in the latest Pharo 1.3. Anyone wants to take this one? :)
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"It's not how it is, it is how we see it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev