JuliaCollections / FunctionalCollections.jl

Functional and persistent data structures for Julia
MIT License
124 stars 34 forks source link

fixes and travis #16

Closed shashi closed 10 years ago

shashi commented 10 years ago
  1. Improves PersistentVector API, more in line with Base vectors, correct type in map
  2. Fix bug in filter method for PersistentSets
  3. Set up travis builds, and add badge. (@zachallaun, you will have to add this repo on travis-ci.org)

Probably time to bump up version? :)

zachallaun commented 10 years ago

Thanks for these improvements/fixes. I'll get this merged in and Travis set up later this week.

shashi commented 10 years ago

also fixes #4 when merged

shashi commented 10 years ago

Bump! Pushed a few fixes and a merge function for phmaps.

shashi commented 10 years ago

@zachallaun Could you merge this so that a release of Patchwork.jl can depend on it? Thanks!

zachallaun commented 10 years ago

Doing so now. Thanks for your patience!

shashi commented 10 years ago

Thank you! :-) I think these changes warrant a new tag v0.1.1, without which I still cannot make a release :-\

shashi commented 10 years ago

I will work on porting this to Julia v0.4 next.