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

Fix: Unbound namespaced record field error #259

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ayshiff
Copy link

@ayshiff ayshiff commented Sep 29, 2020

Closes #201

This is what this PR does:

  • Add namespaced record field names in the formatted output of the UnboundRecordField errors
    • Fix existing parsing/regex
    • Add corresponding test
  • Fixes the existing failing tests

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Sep 29, 2020
@bandersongit
Copy link
Contributor

Looks good to me, @jordwalke @kyldvs any idea on why these tests were failing? My guess is ocaml version inconsistency with our (soon to be deprecated) internal setup introduced in c7503be ?

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bandersongit has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@ayshiff ayshiff force-pushed the fix/unbound-namespaced-record-field-error branch from 909ce02 to 378b782 Compare September 30, 2020 09:42
@ayshiff ayshiff force-pushed the fix/unbound-namespaced-record-field-error branch from 378b782 to 7fb88ae Compare September 30, 2020 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

namespaced record field names aren't displayed in formatted output.
3 participants