Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#782 closed enhancement (fixed)

setup a continously running salmonella instance for the "prerelease" chicken-core branch

Reported by: felix winkelmann Owned by: Mario Domenech Goulart
Priority: minor Milestone: 4.9.0
Component: infrastructure Version: 4.7.x
Keywords: salmonella prerelease Cc:
Estimated difficulty:

Description

It would be very helpful to have salmonella running on the prerelease branch (basically just like what exists for master now). That way last-minute changes to a prepared release will be fully checked.

We could have either a separately running instance or just switch between master and prerelease in the currently running instance on call-cc.org.

This is not really critical. I assign it to you mario, but feel free to reassign it back to me, if you can't find the time.

Change History (5)

comment:1 Changed 12 years ago by Mario Domenech Goulart

Status: newaccepted

That's totally fine, Felix. I'm gonna work on that.

Maybe this salmonella instance can be run without setting the temporary egg repo empty for each egg, so we can speed up its runtime significantly (at the cost of not catching dependencies problems among eggs, but that's checked by the master salmonella and such problems can hardly be attributed to the compiler).

comment:2 in reply to:  1 Changed 12 years ago by felix winkelmann

Replying to mario:

Maybe this salmonella instance can be run without setting the temporary egg repo empty for each egg, so we can speed up its runtime significantly (at the cost of not catching dependencies problems among eggs, but that's checked by the master salmonella and such problems can hardly be attributed to the compiler).

Sure, that'll be enough.

comment:3 Changed 12 years ago by Mario Domenech Goulart

Resolution: fixed
Status: acceptedclosed

The salmonella reports on the prerelease branch are available at http://tests.call-cc.org/prerelease/

PS: The current prerelease code is quite old. "make check" is failing due to an issue that, IIRC, is fixed on master already.

comment:4 in reply to:  3 Changed 12 years ago by felix winkelmann

Replying to mario:

The salmonella reports on the prerelease branch are available at http://tests.call-cc.org/prerelease/

PS: The current prerelease code is quite old. "make check" is failing due to an issue that, IIRC, is fixed on master already.

Excellent: I'll update this branch to match the latest snapshot.

comment:5 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.