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

use JSON file extension on mathmaps files #536

Merged

Conversation

ggrossetie
Copy link
Contributor

resolves #535

@zorkow
Copy link
Member

zorkow commented Jun 23, 2021

Many thanks for the PR. I really appreciate it.
Just a minor snag: I am in the process of merging the new Typescript version of SRE (PR #533 ) into which might cause conflicts with your PR.

Problems should should not be too difficult to resolve:

  • Makefile has shrunk and only deals with .json files now.
  • mathmaps have move to the top directory as src has gone.

I'll have a look before I merge PRs.

Copy link
Member

@zorkow zorkow left a comment

Choose a reason for hiding this comment

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

lgtm.

@@ -190,7 +190,7 @@ sre.MathMap.prototype.retrieveMaps = function(locale) {
return;
}
var file = sre.BaseUtil.makePath(sre.SystemExternal.jsonPath) +
locale + '.js';
locale + '.json';
Copy link
Member

Choose a reason for hiding this comment

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

Might need to be moved manually to the TS version.

@zorkow zorkow merged commit 72cb579 into Speech-Rule-Engine:develop Jun 23, 2021
@ggrossetie
Copy link
Contributor Author

Thanks for your review and merge!
Feel free to ping me if if you have any questions 😉

@ggrossetie ggrossetie deleted the issue-535-use-json-extension branch June 23, 2021 19:48
@Znegl
Copy link

Znegl commented Oct 4, 2021

Do you know when this will be released?

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.

Use json extension on mathmaps files
3 participants