Sylvestre Ledru
2c0fa5a264
Merge pull request #164 from cakebaker/tests_add_license_header
...
tests: add license header to integration tests
2025-06-24 14:47:08 +02:00
Daniel Hofstetter
937572d557
tests: add license header to integration tests
2025-06-24 14:43:56 +02:00
Sylvestre Ledru
3be37c4d82
Merge pull request #161 from Maximkaaa/integration_tests
...
Integration tests for date parsing
2025-06-24 12:36:55 +02:00
Daniel Hofstetter
95897465b2
Merge pull request #159 from yuankunzhang/weekday-optional-comma
...
fix: weekday may be followed by an optional comma
2025-06-21 07:42:03 +02:00
Maxim
7260b0ae73
test: Integration tests for date parsing
2025-06-20 09:16:48 +00:00
Maxim
92daee09de
chore: Remove empty source file
2025-06-20 15:31:40 +09:00
yuankunzhang
73f69b1da0
fix: weekday may be followed by an optional comma
2025-06-17 22:08:35 +08:00
Daniel Hofstetter
30cb26d75c
Merge pull request #157 from yuankunzhang/simplify-mod-rs
...
Simplify items/mod.rs by moving the fundamental combinators to their own module
2025-06-15 17:04:49 +02:00
yuankunzhang
6e64f21967
refactor: move fundamental combinators from mod.rs to the primitive module
2025-06-15 21:15:28 +08:00
yuankunzhang
9b67307512
fix: relative date time handling
2025-06-15 21:13:31 +08:00
Sylvestre Ledru
76d8f17350
Merge pull request #155 from yuankunzhang/main
...
fix: use custom dec_uint in ordinal parsing
2025-06-15 11:05:09 +02:00
Yuankun Zhang
c05b8217e0
Merge branch 'main' into main
2025-06-15 12:22:16 +08:00
yuankunzhang
41a53a2610
fix: use custom dec_uint in ordinal parsing
2025-06-15 12:21:07 +08:00
Daniel Hofstetter
03cff2ce1e
Merge pull request #150 from yuankunzhang/minor-fix
...
fix: check whether the parsed time contains timezone
2025-06-14 15:10:44 +02:00
Daniel Hofstetter
12f73c3d57
Merge pull request #153 from uutils/renovate/winnow-0.x-lockfile
...
fix(deps): update rust crate winnow to v0.7.11
2025-06-10 18:47:50 +02:00
renovate[bot]
c694587fdd
fix(deps): update rust crate winnow to v0.7.11
2025-06-10 16:41:00 +00:00
yuankunzhang
3fe06c0b94
fix: check whether the parsed time contains timezone
2025-06-04 16:42:32 +08:00
Sylvestre Ledru
1a6a6f688a
Merge pull request #143 from yuankunzhang/main
...
use proper error mode in items::parse()
2025-06-04 09:11:30 +02:00
yuankunzhang
294bd5eeb2
use proper error mode in items::parse()
2025-05-28 23:21:41 +08:00
yuankunzhang
60745300ad
use a custom float parser
2025-05-28 23:19:10 +08:00
Sylvestre Ledru
1552608bce
Merge pull request #145 from yuankunzhang/fallible-offset-conversion
...
fallible offset conversion
v0.10.0
2025-05-26 18:08:50 +02:00
Sylvestre Ledru
ee9beb07d3
prepare release 0.10.0
2025-05-26 16:50:31 +02:00
Daniel Hofstetter
6f073addf5
Merge pull request #146 from drinkcat/fix-tests
...
Fix/improve tests
2025-05-26 13:59:44 +02:00
Nicolas Boichat
a9676626be
src/items: Fix timezone tests
...
The current tests look wrong ("%Z" shouldn't print an offset, but
this accidentally works due to the way the parsing logic operates),
fix that.
2025-05-25 21:34:22 +02:00
Nicolas Boichat
da0af495e8
test: Replace %+ format with explicit one
...
%+ is an extension that jiff doesn't support (if we still want to
convert parse_datetime in the future, and since these are tests,
it's probably better to use an explicit format.
2025-05-25 21:34:22 +02:00