Revert changes to NumberLiteral from #232 by stasm · Pull Request #242 · projectfluent/fluent · GitHub
Skip to content

Revert changes to NumberLiteral from #232#242

Merged
stasm merged 1 commit into
projectfluent:masterfrom
stasm:number-literal
Feb 26, 2019
Merged

Revert changes to NumberLiteral from #232#242
stasm merged 1 commit into
projectfluent:masterfrom
stasm:number-literal

Conversation

@stasm

@stasm stasm commented Feb 21, 2019

Copy link
Copy Markdown
Contributor

Fix #239. Revert changes from #232 which made value be a float, and added precision. Also rename value to raw for consistency with StringLiteral. I'll file another issue to discuss removing unescaping from the AST and moving it into the resolver.

@stasm

stasm commented Feb 22, 2019

Copy link
Copy Markdown
Contributor Author

@Pike

Pike commented Feb 22, 2019

Copy link
Copy Markdown
Contributor

Yeah, that might help, but would that make rebasing #246 hard?

@stasm stasm changed the title Revert changes to NumberLiteral and rename value to raw Revert changes to NumberLiteral from #232 Feb 24, 2019
@stasm

stasm commented Feb 24, 2019

Copy link
Copy Markdown
Contributor Author

I intended to rebase/squash #246 anyways, and it wasn't hard at all :)

@stasm

stasm commented Feb 24, 2019

Copy link
Copy Markdown
Contributor Author

@stasm stasm merged commit 9d8daf1 into projectfluent:master Feb 26, 2019
@stasm stasm deleted the number-literal branch February 26, 2019 15:15
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.

Store number values as strings of digits

2 participants