Skip to content

Commit fa8e5e6

Browse files
authored
Merge pull request #2489 from jf205/deprecate-cobol-master
Supported languages: update COBOL info
2 parents 055c1d0 + f602c78 commit fa8e5e6

File tree

5 files changed

+12
-21
lines changed

5 files changed

+12
-21
lines changed

docs/language/global-sphinx-files/global-conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def setup(sphinx):
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'1.22.1'
59+
version = u'1.24'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'1.22.1'
61+
release = u'1.24'
6262
copyright = u'2019 Semmle Ltd'
6363
author = u'Semmle Ltd'
6464

docs/language/ql-training/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ def setup(sphinx):
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = u'1.22'
89+
version = u'1.24'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'1.22'
91+
release = u'1.24'
9292
copyright = u'2019 Semmle Ltd'
9393
author = u'Semmle Ltd'
9494

docs/language/support/framework-support.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ C# built-in support
2121
:class: fullWidthTable
2222
:widths: auto
2323

24-
COBOL built-in support
25-
===================================
26-
27-
* Embedded SQL
28-
* Embedded CICS
29-
30-
3124
Java built-in support
3225
==================================
3326

docs/language/support/language-support.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ with any questions you have about language and compiler support.
2121
.. [1] Support for the clang-cl compiler is preliminary.
2222
.. [2] Support for the Arm Compiler (armcc) is preliminary.
2323
.. [3] In addition, support is included for the preview features of C# 8.0 and .NET Core 3.0.
24-
.. [4] The best results are achieved with COBOL code that stays close to the ANSI 85 standard.
25-
.. [5] Builds that execute on Java 6 to 12 can be analyzed. The analysis understands Java 12 language features.
26-
.. [6] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin.
27-
.. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
28-
.. [8] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.
24+
.. [4] Builds that execute on Java 6 to 12 can be analyzed. The analysis understands Java 12 language features.
25+
.. [5] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin.
26+
.. [6] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
27+
.. [7] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.

docs/language/support/versions-compilers.csv

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ Arm Compiler 5.0 [2]_.","``.cpp``, ``.c++``, ``.cxx``, ``.hpp``, ``.hh``, ``.h++
99
C#,C# up to 7.3. with .NET up to 4.8 [3]_.,"Microsoft Visual Studio up to 2019,
1010
1111
.NET Core up to 2.2","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
12-
COBOL,ANSI 85 or newer [4]_.,Not applicable,"``.cbl``, ``.CBL``, ``.cpy``, ``.CPY``, ``.copy``, ``.COPY``"
1312
Go (aka Golang), "Go up to 1.13", "Go 1.11 or more recent", ``.go``
14-
Java,"Java 6 to 12 [5]_.","javac (OpenJDK and Oracle JDK),
13+
Java,"Java 6 to 12 [4]_.","javac (OpenJDK and Oracle JDK),
1514
16-
Eclipse compiler for Java (ECJ) [6]_.",``.java``
17-
JavaScript,ECMAScript 2019 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhm``, ``.xhtml``, ``.vue``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [7]_."
15+
Eclipse compiler for Java (ECJ) [5]_.",``.java``
16+
JavaScript,ECMAScript 2019 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhm``, ``.xhtml``, ``.vue``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [6]_."
1817
Python,"2.7, 3.5, 3.6, 3.7",Not applicable,``.py``
19-
TypeScript [8]_.,"2.6-3.5",Standard TypeScript compiler,"``.ts``, ``.tsx``"
18+
TypeScript [7]_.,"2.6-3.5",Standard TypeScript compiler,"``.ts``, ``.tsx``"

0 commit comments

Comments
 (0)