[julia-users] Re: The status of Julia's Webstack

2015-10-07 Thread Randy Zwitch
I'm sure if you submitted a pull request to any of the packages mentioned 
to fix the holes, it would be accepted with open arms.

On Tuesday, October 6, 2015 at 5:05:10 PM UTC-4, Mohammed El-Beltagy wrote:
>
> It seems that Morsel.jl and Meddle.jl are quietly dieing away. I noticed 
> that after I did Pkg.update and found that my previously working code is is 
> now failing. Looking that the repositories on github, I noticed that both 
> have been failing their tests. I had to pin down Morsel, Meddle, 
> HttpCommon, HttpServer, and HttpParser to earlier versions to keep my 
> server running. 
>
> There claimed replacement "Mux.jl" is morel like Meddle and can to be 
> regarded as a micro framework. This leaves a significant hole in Julia's 
> package echo system. I wonder if there are any attempts to fill that hole. 
>


[julia-users] Re: The status of Julia's Webstack

2015-10-07 Thread Jonathan Malmaud
Mux and Morsel are formally deprecated at this point and have no 
maintainers. They were designed early on in Julia's life and don't have a 
design that is particularly suited for modern Julia, so the maintainers of 
JuliaWeb made a decision to not invest time in keeping them operational.

That said, Randy is right that I would still merge PRs for them.  

On Tuesday, October 6, 2015 at 5:05:10 PM UTC-4, Mohammed El-Beltagy wrote:
>
> It seems that Morsel.jl and Meddle.jl are quietly dieing away. I noticed 
> that after I did Pkg.update and found that my previously working code is is 
> now failing. Looking that the repositories on github, I noticed that both 
> have been failing their tests. I had to pin down Morsel, Meddle, 
> HttpCommon, HttpServer, and HttpParser to earlier versions to keep my 
> server running. 
>
> There claimed replacement "Mux.jl" is morel like Meddle and can to be 
> regarded as a micro framework. This leaves a significant hole in Julia's 
> package echo system. I wonder if there are any attempts to fill that hole. 
>


Re: [julia-users] Re: The status of Julia's Webstack

2015-10-07 Thread Jonathan Malmaud
Yes, thanks for the correction.
On Wed, Oct 7, 2015 at 10:37 AM Jacob Quinn  wrote:

> Jon,
>
> I think you mean Morsel and Meddle are deprecated? While Mux is actually
> maintained?
>
> On Wed, Oct 7, 2015 at 7:04 AM, Jonathan Malmaud 
> wrote:
>
>> Mux and Morsel are formally deprecated at this point and have no
>> maintainers. They were designed early on in Julia's life and don't have a
>> design that is particularly suited for modern Julia, so the maintainers of
>> JuliaWeb made a decision to not invest time in keeping them operational.
>>
>> That said, Randy is right that I would still merge PRs for them.
>>
>> On Tuesday, October 6, 2015 at 5:05:10 PM UTC-4, Mohammed El-Beltagy
>> wrote:
>>>
>>> It seems that Morsel.jl and Meddle.jl are quietly dieing away. I noticed
>>> that after I did Pkg.update and found that my previously working code is is
>>> now failing. Looking that the repositories on github, I noticed that both
>>> have been failing their tests. I had to pin down Morsel, Meddle,
>>> HttpCommon, HttpServer, and HttpParser to earlier versions to keep my
>>> server running.
>>>
>>> There claimed replacement "Mux.jl" is morel like Meddle and can to be
>>> regarded as a micro framework. This leaves a significant hole in Julia's
>>> package echo system. I wonder if there are any attempts to fill that hole.
>>>
>>
>


Re: [julia-users] Re: The status of Julia's Webstack

2015-10-07 Thread Jacob Quinn
Jon,

I think you mean Morsel and Meddle are deprecated? While Mux is actually
maintained?

On Wed, Oct 7, 2015 at 7:04 AM, Jonathan Malmaud  wrote:

> Mux and Morsel are formally deprecated at this point and have no
> maintainers. They were designed early on in Julia's life and don't have a
> design that is particularly suited for modern Julia, so the maintainers of
> JuliaWeb made a decision to not invest time in keeping them operational.
>
> That said, Randy is right that I would still merge PRs for them.
>
> On Tuesday, October 6, 2015 at 5:05:10 PM UTC-4, Mohammed El-Beltagy wrote:
>>
>> It seems that Morsel.jl and Meddle.jl are quietly dieing away. I noticed
>> that after I did Pkg.update and found that my previously working code is is
>> now failing. Looking that the repositories on github, I noticed that both
>> have been failing their tests. I had to pin down Morsel, Meddle,
>> HttpCommon, HttpServer, and HttpParser to earlier versions to keep my
>> server running.
>>
>> There claimed replacement "Mux.jl" is morel like Meddle and can to be
>> regarded as a micro framework. This leaves a significant hole in Julia's
>> package echo system. I wonder if there are any attempts to fill that hole.
>>
>