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

[Cherry-pick] formatNumber, formatEpoch and formatTicks as prebuilt fumctions #3883

Merged
merged 1 commit into from
May 7, 2020

Conversation

cosmicshuai
Copy link
Contributor

cherry pick formatNumber, formatEpoch and formatTicks related commits

…t functions (#3876)

* add formatNumber prebuilt function

* change to string output to keep tailing zeors

* Add formatEpoch and formatTicks.
Removed ticks from formatDate and fixed some bugs.
Fixed a bug in JSON conversion where 64 bit/double values were getting truncated.

* Add tests that were dropped.

* Add locale to formatNumber.

* Add 1000's seperators.

* fix a test case

* change a test case

Co-authored-by: Chris McConnell <[email protected]>
@boydc2014 boydc2014 changed the title [Expression] Add formatNumber, formatEpoch and formatTicks as prebuilt fumctions [Cherry-pick] formatNumber, formatEpoch and formatTicks as prebuilt fumctions May 7, 2020
@Danieladu
Copy link
Collaborator

All tests passed from my local side

@cosmicshuai
Copy link
Contributor Author

run the tests on my local machine, all tests are ok here. LGTM

@cosmicshuai cosmicshuai merged commit 0a2e35c into 4.9 May 7, 2020
@cosmicshuai cosmicshuai deleted the shuwan/mergeFormatNum branch May 7, 2020 03:32
cleemullins pushed a commit that referenced this pull request May 12, 2020
* [Expression] Add formatNumber, formatEpoch and  formatTicks as prebuilt functions (#3876) (#3883)

* add formatNumber prebuilt function

* change to string output to keep tailing zeors

* Add formatEpoch and formatTicks.
Removed ticks from formatDate and fixed some bugs.
Fixed a bug in JSON conversion where 64 bit/double values were getting truncated.

* Add tests that were dropped.

* Add locale to formatNumber.

* Add 1000's seperators.

* fix a test case

* change a test case

Co-authored-by: Chris McConnell <[email protected]>

Co-authored-by: Chris McConnell <[email protected]>

* override OnComputeId in AdaptiveSkillDialog (#3882)

* override OnComputeId in AdaptiveSkillDialog

* refactor AdaptiveSkillDialog.OnComputeId()

* remove superfluous parenthesis around activity

* apply @Stevenic's PR feedback

* Rename $kind Microsoft.SkillDialog => Microsoft.BeginSkillDialog
Rename class AdaptiveSkillDialog => BeginSkillDialog
Move files into actions folders
replace all $kind => new $kind

* Style: Async method nomenclature, missing ConfigureAwait and CancellationTokens

* Rename $kind Microsoft.BeginSkillDialog => Microsoft.BeginSkill
Rename class BeginSkillDialog to BeginSkill

* update title for begin skill

* Cancellation, nomenclature and style improvements

* Cancellation tokens and propagation

* merge CheckForVersionChangeAsync()

* Missing cancellation tokens

Co-authored-by: Shuai Wang <[email protected]>
Co-authored-by: Chris McConnell <[email protected]>
Co-authored-by: Tom Laird-McConnell <[email protected]>
Co-authored-by: Carlos Castro <[email protected]>
Co-authored-by: Carlos Castro <[email protected]>
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.

3 participants