Ticket #2580 (new defect)

Opened 2 years ago

Last modified 5 months ago

Vertex should use AMP, not JUICE.

Reported by: glyph Assigned to: glyph
Priority: normal Milestone:
Component: Vertex Severity: normal
Keywords: Cc:
Estimated Completion (YYYY/MM/DD): Branch: branches/amp-vertex-2580
Author: exarkun

Description (Last modified by glyph)

JUICE should be deprecated. Vertex should speak AMP so that it stops using deprecated stuff.

Given the extreme similarity of the two protocols, this should hopefully be the sort of relatively simple, mechanical task that any volunteer could take on. I hope one will.

Change History

04/14/08 22:42:40 changed by glyph

  • description changed.

04/17/10 11:55:01 changed by exarkun

  • branch set to branches/amp-vertex-2580.
  • branch_author set to exarkun.

(In [17949]) Branching to 'amp-vertex-2580'

04/17/10 18:17:33 changed by exarkun

  • completion_estimate_date changed.

I spent some time on this today. There was about an hour of mechanical changes to make and about seven hours of really obscure test failures. I managed to get 15 tests from test_q2q passing, leaving 2 failures and 14 errors. Given the quality of Q2Q's test suite, it might make more sense to proceed with this by reimplementing Q2Q in a new codebase, test-driven, using the existing implementation as a guide. That approach would certainly be less painful, at least. I'm done with this for a while.

jethro@divmod.org