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

Rm reserved keyword char #5779

Closed
wants to merge 2 commits into from
Closed

Rm reserved keyword char #5779

wants to merge 2 commits into from

Conversation

pimpin
Copy link
Contributor

@pimpin pimpin commented Jun 26, 2019

Should fix #5778

@pimpin
Copy link
Contributor Author

pimpin commented Jun 26, 2019

Notice I did not actualy build the dist file but manually fix it.
The minified file is not fixed. But both ot them should be fixed on next commited built.
And we have to backport fix into master branch.

@asturur
Copy link
Member

asturur commented Jun 26, 2019

Hi @pimpin please open a PR only on the master branch, without committing to the dist file at all.
I will release then a new version with the fix applied

getHeightOfChar: function(line, char) {
return this.getValueOfPropertyAt(line, char, 'fontSize');
getHeightOfChar: function(line, _char) {
return this.getValueOfPropertyAt(line, _char, 'fontSize');
Copy link
Member

Choose a reason for hiding this comment

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

should also fix the JSDOC 3 lines above

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok. LEts do that. Will you backport it and build all of 3.0.1 3.1.1 and 3.2.1 ?

@asturur asturur closed this Jun 26, 2019
@asturur
Copy link
Member

asturur commented Jun 27, 2019

i will put in 3.2.1 and if you really need i can do a one off backport and publish, but if ypir app works with 3.0 will work with 3.2.1 too

@pimpin
Copy link
Contributor Author

pimpin commented Jun 28, 2019

Actually we are not sure it's working well with 3.0.0. We are upgrading from 1.5.0 and we did not complete all our checkup yet.
Currently I've patched the source file but we might bump to 3.2.1.

@asturur
Copy link
Member

asturur commented Jun 28, 2019

1.5 wow..... my first big release as contributor. Fabric changed a lot.

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