Ticket #782 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 months ago

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

Reported by: felix Owned by: mario
Priority: minor Milestone: 4.8.0
Component: infrastructure Version: 4.7.x
Keywords: salmonella prerelease Cc:

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

follow-up: ↓ 2   Changed 4 months ago by mario

  • status changed from new to accepted

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).

in reply to: ↑ 1   Changed 4 months ago by felix

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.

follow-up: ↓ 4   Changed 4 months ago by mario

  • status changed from accepted to closed
  • resolution set to fixed

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.

in reply to: ↑ 3   Changed 4 months ago by felix

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.

Note: See TracTickets for help on using tickets.