Opened 14 years ago

Closed 14 years ago

#530 closed defect (duplicate)

rpc egg uses deprecated "project" procedure

Reported by: sjamaan Owned by: Thomas Chust
Priority: major Milestone:
Component: extensions Version: 4.6.x
Keywords: Cc:
Estimated difficulty:

Description

The RPC egg fails to install under experimental Chicken (this includes development snapshots) because it uses the "project" procedure which is deprecated.

The attached patch should fix this.

Attachments (1)

remove-project.patch (418 bytes) - added by sjamaan 14 years ago.
Get rid of "project" by using a simpler approach (a direct lambda)

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by sjamaan

Attachment: remove-project.patch added

Get rid of "project" by using a simpler approach (a direct lambda)

comment:1 Changed 14 years ago by sjamaan

Resolution: duplicate
Status: newclosed

Sorry, this was reported by Mario already at #522

Note: See TracTickets for help on using tickets.