diff options
author | Henrik Nord <henrik@erlang.org> | 2022-03-24 11:48:08 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2022-03-24 11:48:08 +0100 |
commit | d5ee0b4e6f436041b82f76ca5e24e39d8b153f66 (patch) | |
tree | fe16f7bde9efc4454440ff23cfaa8d14bff9bd6a /lib/syntax_tools | |
parent | e44c54a96d5ad6ecc9ca7239d0ed51ed27bffbde (diff) | |
download | erlang-d5ee0b4e6f436041b82f76ca5e24e39d8b153f66.tar.gz |
Revert "Prepare release"
This reverts commit 435bc5e68dd45ff6f7992077998930519208e910.
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 38 | ||||
-rw-r--r-- | lib/syntax_tools/src/syntax_tools.app.src | 2 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
3 files changed, 2 insertions, 40 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 32a4f6c667..2f046e0791 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,44 +32,6 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> -<section><title>Syntax_Tools 3.0</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p>The <c>erl_syntax_lib:analyze_attribute/1</c> function - would return <c>{Name, {Name, Value}}</c> instead of - <c>{Name, Value}</c> (which is the documented return - value).</p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-17894 Aux Id: PR-5509 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Added support for selectable features as described in - EEP-60. Features can be enabled/disabled during - compilation with options (ordinary and <c>+term</c>) to - <c>erlc</c> as well as with directives in the file. - Similar options can be used to <c>erl</c> for - enabling/disabling features allowed at runtime. The new - <c>maybe</c> expression (EEP-49) is fully supported as - the feature <c>maybe_expr</c>.</p> - <p> - Own Id: OTP-17988</p> - </item> - </list> - </section> - -</section> - <section><title>Syntax_Tools 2.6</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/syntax_tools/src/syntax_tools.app.src b/lib/syntax_tools/src/syntax_tools.app.src index a6eeeba5dc..e122c36fb4 100644 --- a/lib/syntax_tools/src/syntax_tools.app.src +++ b/lib/syntax_tools/src/syntax_tools.app.src @@ -16,4 +16,4 @@ {applications, [stdlib]}, {env, []}, {runtime_dependencies, - ["compiler-7.0","erts-9.0","kernel-5.0","stdlib-4.0"]}]}. + ["compiler-7.0","erts-9.0","kernel-5.0","stdlib-@OTP-17988@"]}]}. diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 1f94985baa..87a6cb0158 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 3.0 +SYNTAX_TOOLS_VSN = 2.6 |