Multi arity bitwise operators

Description

Unlike regular Clojure, bitwise operators only support two arguments

(bit-or 0 1)

not

(bit-or 0 0 1)

Environment

None

Attachments

2
  • 30 Dec 2014, 08:12 PM
  • 30 Dec 2014, 06:16 PM

Activity

Show:

Justin tDecember 30, 2014 at 8:13 PM

Just attached a new patch that includes tests. I submitted the CA yesterday, should I attach it here?

David NolenDecember 30, 2014 at 7:14 PM

Looks good but can we get a new patch that includes tests? Also have you sent in your CA? Thanks!

Completed

Details

Assignee

Reporter

Patch

Code

Priority

Created December 30, 2014 at 6:06 PM
Updated January 6, 2015 at 7:39 PM
Resolved January 6, 2015 at 7:39 PM

Flag notifications