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

Update to Fluent Syntax 0.9 #90

Merged
merged 1 commit into from
Feb 21, 2019
Merged

Conversation

zbraniecki
Copy link
Collaborator

This is just a port of the changes to the syntax.

@zbraniecki zbraniecki added this to the 0.6 milestone Feb 20, 2019
@zbraniecki zbraniecki self-assigned this Feb 20, 2019
@zbraniecki zbraniecki requested a review from stasm February 20, 2019 22:16
@zbraniecki
Copy link
Collaborator Author

@stasm - it's a pretty small change, follows closely the spec changes and passes all the fixtures, so I hope it'll be a skim rather than any deep review :)

@zbraniecki zbraniecki force-pushed the zeronine branch 2 times, most recently from 319eb21 to c45dcd5 Compare February 21, 2019 19:08
@zbraniecki zbraniecki mentioned this pull request Feb 21, 2019
Copy link
Contributor

@stasm stasm left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

fluent-syntax/src/ast.rs Show resolved Hide resolved
{
let mut map = serializer.serialize_map(Some(3))?;
map.serialize_entry("type", "NumberLiteral")?;
//map.serialize_entry("raw", raw)?;
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for implementing a work-around for this. You may want to wait for projectfluent/fluent#242 to land and uncomment this code.

@zbraniecki zbraniecki merged commit 5f5947d into projectfluent:master Feb 21, 2019
@zbraniecki zbraniecki deleted the zeronine branch February 21, 2019 19:43
@zbraniecki zbraniecki modified the milestones: 0.7, 0.6 Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants