-
Notifications
You must be signed in to change notification settings - Fork 217
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
emit statement not working as expected in mlr 6.0 #827
Comments
Hi @vapniks -- Bit of a story here.
The grammar is more complex in Miller 6, and I'm using a different parser-generator, without shift-reduce-conflict hacks in my use of it (I hope I'm not over-jargoning). At this point, allowing What I think is the best (or perhaps least-bad) course is to more clearly document at
at https://miller.readthedocs.io/en/latest/new-in-miller-6/. What do you think? |
@vapniks updated advice:
|
Yes, sounds OK to me. However the example you give for mlr5 also works with mlr 6:
Maybe also include this example which works with mlr5 but not mlr 6:
Btw, there's a typo in the above output: it should be "column" not "columnn". |
Sorry @vapniks I wasn't clear
This works in Miller 5 but not Miller 6, and it won't. I'll make it clear that this syntax is no longer supported.
Yes, this works in Miller 5 & 6. I'll make it clear that this is the suggested workaround for the previous. |
* Conda/Docker install notes * Clarify wording for #827
This works fine with miller 5.3.0:
but gives the following error with the latest miller 6.0.0-rc (0b71298):
The text was updated successfully, but these errors were encountered: