-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(ArgumentError) ranges (first..last) expect both sides to be integers, got: 1..1.0 #161
Comments
Hey @alvarezloaiciga! This may be a duplicate of #145 which was fixed in v0.13.1 of Sobelow - which admittedly hasn't been pushed to hex yet (I was waiting for a response in another issue that has gone un-responded too). You can install Sobelow using GitHub has the version source to try out the fix in the mean time! I will get on pushing out the patch change soon though, thanks for the bump! |
Thanks for the quick response @houllette. Should I try the master branch. I could not find a 0.13.1 in GH |
Fixed from master @houllette, thanks! Now I am onto another issue :). Every file in the
|
Oh shoot! While I'm glad your original issue was fixed from master branch, sorry to hear your experiencing more issues. This may be related to #158 and whatever is going on there which I'm realizing now my comment about #156 fixing it may not be the case. I will look into this and try to get a fix out once I figure out what's going on - bear with me! |
Hi @houllette any update on this? We're willing to add sobelow to our project soon but this is a blocker :). No pressure, just to give us an idea on when is this going to be ready. Also if there's something we can do, please let us know |
Hey @alvarezloaiciga - master branch now incorporates the changes made in #157 and Sobelow is passing tests and running locally again; let me know if that fixes your issues! Still standing by to push out |
Yeah, that fixed it, thanks! |
When I try
mix sobelow
on a phoenix project I get this:I am currently using
phoenix: 1.7.11
andsobelow: 0.13.0
The text was updated successfully, but these errors were encountered: