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

Auxlua should be flipping FFlags on #6

Open
Mothblocks opened this issue Dec 18, 2022 · 1 comment
Open

Auxlua should be flipping FFlags on #6

Mothblocks opened this issue Dec 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Mothblocks
Copy link
Member

print(string.format("%*", 1)) currently errors, as the FFlag for it is not flipped. Same with string interpolation. %* can probably be unflagged by now since it's been long enough but string interpolation won't be unflagged until about February or so.

FFlags are off by default for rollout on Roblox, but we should be able to flip them here. I think this needs support in mlua but I talked with Arseny about this before and he said it sounded sane

@Mothblocks Mothblocks added the enhancement New feature or request label Dec 18, 2022
@Mothblocks
Copy link
Member Author

Mothblocks commented Dec 18, 2022

Looks like %* specifically has already been unflagged and we're just out of date, I'm still right about string interpolation though

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

No branches or pull requests

1 participant