This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
v0.5.3 #269
v0.5.3
#269
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bugfixes
Fixed intermittent issue with execution environment for auto-completion and
hover by waiting for async function to copy plugins from within EE to local host
cache --@ganeshrn.
(Fix EE intermittent issue with auto-completion #263)
Features
Enhanced the logic of ansible-lint service to do the following things by
--@priyamsahoo:
--syntax-check
in every failure scenarios (for eg. in case ofwrong arguments passed, etc) and give visual feedback to the user in terms of
notification about what went wrong.
sends failure reports as stdout and sometimes as errors) by making them
uniform in terms of structure and redirection.
(Enhance fallback to --syntax-check logic #243)
Replaced the value
2^53 - 1 (which is Number.MAX_SAFE_INTEGER)
with2^31 - 1 (which is integer.MAX_VALUE)
to support extension clients that dohandle 64-bit floating point IEEE 754 number by --@priyamsahoo.
(Replace Number.MAX_SAFE_INTEGER with integer.MAX_VALUE #261)
This discussion was created from the release v0.5.3.
Beta Was this translation helpful? Give feedback.
All reactions