Skip to content
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

Problem when parsing strings when using anim8 library #31

Open
SiENcE opened this issue Jun 12, 2014 · 1 comment
Open

Problem when parsing strings when using anim8 library #31

SiENcE opened this issue Jun 12, 2014 · 1 comment

Comments

@SiENcE
Copy link

SiENcE commented Jun 12, 2014

Uncaught Moonshine run-time error: Could not parse interval from "1-8"
parseInterval [anim8/anim8/anim8.lua.json,anim8:72]
function [anim8/anim8/anim8.lua.json,anim8:83]
function [anim8/anim8/main.lua.json,anim8:12]
@js/boot.lua [./null:3]

@TannerRogalsky
Copy link
Owner

This is a bug with Moonshine's string.match implementation. I've opened an issue on the repo here: gamesys/moonshine#18

In the meantime, it should work if you modify line 72 in anim8 to look for commas instead of hyphens and then use 1,8. I'll leave this issue open so that I remember to bump moonshine when this gets fixed.

@TannerRogalsky TannerRogalsky self-assigned this Jun 12, 2014
@TannerRogalsky TannerRogalsky added bug and removed bug labels Jun 12, 2014
@TannerRogalsky TannerRogalsky removed their assignment Jul 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants