-
Notifications
You must be signed in to change notification settings - Fork 14
Update documentation and convert to LDoc #79
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
Comments
ligurio
added a commit
that referenced
this issue
Sep 13, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. TODO: - Task API - возвращаемые значения - не описаны поля task (worker_canceled, atomic_iteration) Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 13, 2021
ligurio
added a commit
that referenced
this issue
Sep 16, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 16, 2021
ligurio
added a commit
that referenced
this issue
Sep 16, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 16, 2021
ligurio
added a commit
that referenced
this issue
Sep 17, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 17, 2021
ligurio
added a commit
that referenced
this issue
Sep 17, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 17, 2021
ligurio
added a commit
that referenced
this issue
Sep 22, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 22, 2021
ligurio
added a commit
that referenced
this issue
Sep 22, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 22, 2021
ligurio
added a commit
that referenced
this issue
Sep 22, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 22, 2021
Merged
ligurio
added a commit
that referenced
this issue
Sep 24, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 24, 2021
ligurio
added a commit
that referenced
this issue
Sep 27, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 27, 2021
ligurio
added a commit
that referenced
this issue
Sep 27, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Sep 27, 2021
ligurio
added a commit
that referenced
this issue
Oct 7, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Oct 7, 2021
ligurio
added a commit
that referenced
this issue
Oct 7, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #14 Closes #60 Part of #79
ligurio
added a commit
that referenced
this issue
Oct 7, 2021
ligurio
added a commit
that referenced
this issue
Oct 8, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #60 Part of #14 Part of #79
ligurio
added a commit
that referenced
this issue
Oct 8, 2021
ligurio
added a commit
that referenced
this issue
Oct 8, 2021
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes #60 Part of #14 Part of #79
ligurio
added a commit
that referenced
this issue
Oct 21, 2021
ligurio
added a commit
that referenced
this issue
Oct 21, 2021
ligurio
added a commit
that referenced
this issue
Oct 21, 2021
It is rather simple to control all Lua dependencies in a single place. Well, two places. All runtime dependencies described in LuaRock spec and all Lua modules required for development described in Makefile. That's it. Now 'make deps' installs everything that need. Follows up #79
ligurio
added a commit
that referenced
this issue
Oct 24, 2021
It is rather simple to control all Lua dependencies in a single place. Well, two places. All runtime dependencies described in LuaRock spec and all Lua modules required for development described in Makefile. That's it. Now 'make deps' installs everything that need. Follows up #79
ligurio
added a commit
that referenced
this issue
Oct 30, 2021
It is rather simple to control all Lua dependencies in a single place. Well, two places. All runtime dependencies described in LuaRock spec and all Lua modules required for development described in Makefile. That's it. Now 'make deps' installs everything that need. Follows up #79
ArtDu
pushed a commit
to ArtDu/expirationd
that referenced
this issue
May 10, 2022
expirationd contains documentation in source code and in a README. In both places descriptions of API methods are incomplete and looks sloppy. My experience with LDoc shows that it can help to place documentation as close to the code as it possible and generate documentation in HTML format that are looks nice and convenient for reading. This change moves all descriptions of API methods to comments in a Lua source code and removes API descriptions in the README. Descriptions of API functions contains a types of arguments and these types conforms to types used by checks module for validation functions arguments. I have discovered two options that expirationd.start() uses but both were not documented: `options.vinyl_assumed_space_len` and `options.vinyl_assumed_space_len_factor`. Closes tarantool#60 Part of tarantool#14 Part of tarantool#79
ArtDu
pushed a commit
to ArtDu/expirationd
that referenced
this issue
May 10, 2022
ArtDu
pushed a commit
to ArtDu/expirationd
that referenced
this issue
May 10, 2022
It is rather simple to control all Lua dependencies in a single place. Well, two places. All runtime dependencies described in LuaRock spec and all Lua modules required for development described in Makefile. That's it. Now 'make deps' installs everything that need. Follows up tarantool#79
ArtDu
pushed a commit
to ArtDu/expirationd
that referenced
this issue
May 10, 2022
Follows up tarantool#79
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: