You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce the new parser(DRL10), but make it optional (not enabled by default).
Raise warnings when the syntax to be dropped are used in the old DRL6 parser, saying these syntax are deprecated.
Raise warnings when DRL5 and DRL6_STRICT are used, saying these language levels are deprecated.
(six months later)
Raise warnings when DRL6 is used, saying DRL10 will be the default in the future
(six months later)
Make the new parser(DRL10) default
(x months later)
In the next major release (version 11), drop the old DRL5 andDRL6_STRICT parsers
(x months later)
In the major release after that (version 12), drop the old DRL6 parser, it means the deprecated syntax cannot be used at this point.
The text was updated successfully, but these errors were encountered:
As discussed in https://lists.apache.org/thread/fj2vtdlmb98xlw6l97r4qscsproz0jq1 , we will introduce New Antlr4 Parser with a gradual approach.
Raise warnings when DRL5 and DRL6_STRICT are used, saying these language levels are deprecated.
(six months later)
(six months later)
(x months later)
(x months later)
The text was updated successfully, but these errors were encountered: