Skip to content

minor grammatical update #3267

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

Merged
merged 1 commit into from
Dec 15, 2017
Merged

minor grammatical update #3267

merged 1 commit into from
Dec 15, 2017

Conversation

rdlauer
Copy link
Contributor

@rdlauer rdlauer commented Dec 12, 2017

Fixed the grammar on the newsletter subscription request line

@Natalia-Hristova
Copy link

run ci

@dtopuzov dtopuzov merged commit 9a95e7c into NativeScript:master Dec 15, 2017
petekanev pushed a commit that referenced this pull request Dec 18, 2017
mbektchiev pushed a commit that referenced this pull request Jan 9, 2018
rosen-vladimirov added a commit that referenced this pull request Jan 9, 2018
* minor grammatical update (#3267)

* Add check for JAVA 9 (#3294)

* Add check for JAVA 9

Currently Gradle cannot work with JAVA 9, so detect if it has been used and break the build for Android. Also the check will print warning when `tns doctor` is called.
Also update submodule, where the following change is applied:

Fix detection of Javac version

The command `javac -version` prints result to stderr when JAVA 8 is used and to stdout when JAVA 9 is used. Current check in CLI uses the stderr output, so when JAVA 9 is installed it fails to detect the correct version.
In order to support both JAVA 8 and JAVA 9, capture both stdout and stderr and get the version from there.
Also remove unneeded check for Java version - we care about JAVA Compiler, which is included in JDK.

* Handle case when Javac version is a single number (9 for example)

In some cases javac version is a single number, for example 9. In this case our validation fails to detect the correct version and to check if we support this version.
In order to resolve this issue, use the `appendZeroesToVersion` method in order to make the versin semver valid.
Change the return type of `validateJavacVersion` method - it does not require to return a Promise.
Add unit tests for `validateJavacVersion` method.

* release notes 3.4.0 (#3297)

* release notes 3.4.0

* add implemented item

* remove a fixed issue from changelog

* Update submodule to release branch
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