Hello,

Latest version of elixir working fine (at least compiles without any issue) 
and I successfully wrote part of examples as described here 
https://github.com/ChicagoBoss/ChicagoBoss/blob/master/READMEs/README_ELIXIR.md
But not all things working and we need someone with good knowledge of 
Elixir to help with it. 

If all issues will  be solved, we can have Elixir to be enabled by default.


On Saturday, December 26, 2015 at 6:32:06 AM UTC+2, graeme defty wrote:
>
> Hi,
>
> I finally got round to trying Elixir again - the language is just such a 
> joy to use - and it is working fine (for 'lib' modules, anyway - I have not 
> yet tried controllers).
>
> I did find one small issue though. There is an omission in 
> src/boss/boss_load.erl, around line 236 where a test is made for file 
> suffices to select only erlang files:
>
>     string:right(String, 4) == ".erl" 
>
>
> This should be amended to also allow for elixir files
>
>
>     string:right(String, 4) == ".erl" orelse string:right(String, 3) == 
> ".ex"
>
>
> Cloning the repo and generating a pull request seems like a bit of a 
> heavyweight solution for a one line change, but I am happy to do it if that 
> is the preferred way to get this change in.
>
> Please let me know how you prefer to proceed.
>
> Thanks
>
> Graeme
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/chicagoboss.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/chicagoboss/f06ff9be-e212-4857-ac53-455a7729c5cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to