JuliaAttic / Markdown.jl

Markdown parsing for Julia
Other
40 stars 11 forks source link

WIP: split code types. #5

Closed MichaelHatherly closed 10 years ago

MichaelHatherly commented 10 years ago

Ref: #4

MikeInnes commented 10 years ago

I'm happy with this if you are, is it still WIP?

MichaelHatherly commented 10 years ago

Oh wow, totally forgot about this. Yeah I'm happy with it.

MichaelHatherly commented 10 years ago

Quick question regarding REQUIRES file if you don't mind? I'm using Code/BlockCode in a couple of places in Docile.jl. Markdown.jl is on 0.1.0 right now, would changing my Markdown to Markdown 0.1.0+ in my REQUIRE file be sufficient to avoid breakages?

MikeInnes commented 10 years ago

As in, to depend on the master branch? I don't think there's any way to do that, but I'll happily cut a patch release if you need one.

MichaelHatherly commented 10 years ago

Hmm, yeah I guess that's what the + would do. If you're able to release a patch that would be great.

MikeInnes commented 10 years ago

Done & done.

MichaelHatherly commented 10 years ago

Excellent, thanks.