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

create fix "strict" to introduce stricter syntax in fixes #373

Open
nicolasfranck opened this issue Nov 4, 2019 · 1 comment
Open

create fix "strict" to introduce stricter syntax in fixes #373

nicolasfranck opened this issue Nov 4, 2019 · 1 comment
Labels

Comments

@nicolasfranck
Copy link
Contributor

Now the fixes like copy_field do not make a difference between

copy_field("field1","field2")

and

copy_field(field1,field2)

this makes it hard to introduce something like "literals".

Maybe add a fix like "strict" (or a better title), comparable to "use strict" from javascript?

@nics
Copy link
Member

nics commented Nov 4, 2019

copy_field("009", "field2")
quoted numerals are the main cause of confusion

@nics nics added the idea label Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants