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

Last commit breaks format-spec #60

Closed
DamienCassou opened this issue Jun 27, 2018 · 3 comments
Closed

Last commit breaks format-spec #60

DamienCassou opened this issue Jun 27, 2018 · 3 comments

Comments

@DamienCassou
Copy link
Contributor

This should be t

(string= (format-spec "%s" '((?s . "foo"))) "foo")

but triggers an error with latest beacon commit.

@DamienCassou
Copy link
Contributor Author

The error is:

Args out of range: #<killed buffer>, 3, 10

@dakra
Copy link

dakra commented Jun 27, 2018

Took me a bit to find what broke my Emacs yesterday as well. see #57

@Malabarba
Copy link
Owner

I see what I did wrong, but it's a little odd that this problem never showed up before (the string-match was there already, I just changed the regex).

Anyway, should be fixed on the next build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants