-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unclear options #60
Labels
documentation
Improvements or additions to documentation
Comments
ligurio
added a commit
that referenced
this issue
Sep 10, 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
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 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
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
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
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
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
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
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
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
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
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
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
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 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
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
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This option is unclear -- does it allow to stop scanning after the specified period of time?
#52 (comment)
The text was updated successfully, but these errors were encountered: