tarantool / tarantool/doc

Update types of values passed to `:set()` and parse()

Open
#4,509 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

datetime
Dominant language
CSS
Stars
15
Forks
49
Avg merge
1d 13h
Merged PRs (30d)
3

Description

:set() can accept only integer values for year, month,
day, hour, min, sec, usec, msec and nsec.
The type of tzoffset can be integer or string, timestamp can
be integer or double. tzoffset passed to datetime.parse()
can be integer or string.
Requested by @ligurio in https://github.com/tarantool/tarantool/commit/6e77907baa3cbeebc79241cc0046a539a09e3f2c.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the documentation entries for :set() and datetime.parse(), using those API names as search terms. Update the documented accepted types to match the issue, and consider the work done when all listed parameters and values are accurately described.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.