Skip to content

Allow tuple-style syntax for parsing records #1129

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

Merged
merged 4 commits into from
Nov 5, 2020

Conversation

tobim
Copy link
Member

@tobim tobim commented Oct 30, 2020

📔 Description

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/vast, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

By commit.

@tobim tobim added the feature New functionality label Oct 30, 2020
@tobim tobim force-pushed the tdhtf/ch1725/tuple-style-records branch from d8da16b to 996a394 Compare October 30, 2020 20:36
@tobim tobim mentioned this pull request Oct 31, 2020
1 task
@tobim tobim force-pushed the tdhtf/ch1725/tuple-style-records branch from 996a394 to 9f45bed Compare November 4, 2020 21:58
tobim added 3 commits November 5, 2020 08:55
Allows writing `foo == <1, "bar">` which translates to
`record{{"", 1u}, {"", "bar"}}`.
@tobim tobim force-pushed the tdhtf/ch1725/tuple-style-records branch from 9f45bed to 96f6a02 Compare November 5, 2020 07:56
@tobim tobim marked this pull request as ready for review November 5, 2020 07:56
@tobim tobim requested a review from mavam November 5, 2020 07:56
Co-authored-by: Matthias Vallentin <matthias@tenzir.com>
@tobim tobim merged commit 9c693d6 into master Nov 5, 2020
@tobim tobim deleted the tdhtf/ch1725/tuple-style-records branch November 5, 2020 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants