Regression - PersistentVector.create(List) was removed in 1.7.0-alpha5

Description

For CLJ-1546, PersistentVector.create(List) was replaced with PersistentVector.create(ArrayList). At least one library (flatland) was calling this method directly and was broken by the change.

Approach: Change create(ArrayList) to more general prior method create(List).

Patch: clj-1638-2.patch

Screened by:

Environment

1.7.0-alpha5

Attachments

2

Activity

Show:

Fogus February 27, 2015 at 3:08 PM

This couldn't possibly be more straight-forward.

Rich Hickey February 20, 2015 at 1:42 PM

Is there a good reason to have both PersistentVector.create(List)and PersistentVector.create(ArrayList)?

Completed

Details

Assignee

Reporter

Approval

Ok

Patch

Code

Priority

Affects versions

Fix versions

Created January 12, 2015 at 2:26 PM
Updated March 20, 2015 at 6:16 PM
Resolved March 20, 2015 at 6:16 PM