Commit Graph

79 Commits (c03817858302d05eecf1bb5cb16731d8bd27151c)

Author SHA1 Message Date
Bradlee Speice c038178583 testFuzzyAMPMProblem is causing us issues 2018-07-08 15:23:51 -04:00
Bradlee Speice c954a533c3 It's working!
Still need to add more tests, but I think we're mostly good to go
2018-07-08 15:11:29 -04:00
Bradlee Speice e049618fff Redo the tokenization
Still has issues with one test case for fuzzy
2018-07-08 14:30:48 -04:00
Bradlee Speice 9135962839 Lots of fixes, but it turns out tokenization is broken 2018-07-03 01:02:27 -04:00
Bradlee Speice 2b90bf6ed7 ...I may be an idiot. 2018-07-02 23:00:45 -04:00
Bradlee Speice c566c5b7c8 Remove an extraneous TODO 2018-07-02 22:54:20 -04:00
Bradlee Speice 79ac26e07f Fuzzy tests are failing already... 2018-07-02 22:49:05 -04:00
Bradlee Speice d7b3c33567 Don't track pyc 2018-07-02 22:23:55 -04:00
bspeice f0c3d8998d
Merge pull request #8 from bspeice/tokenize_split
Move tokenize code
2018-06-29 23:10:10 -04:00
Bradlee Speice f493c00ce2 Move tokenize code 2018-06-29 23:04:10 -04:00
bspeice 9423a1c0a2
Merge pull request #7 from bspeice/fuzzing_fix
Fixes #6
2018-06-29 22:55:57 -04:00
Bradlee Speice 41d8b99be9 Fixes #6
Pretty ugly workaround, there's likely a safer alternative.
2018-06-29 22:50:39 -04:00
bspeice 73a7acad85
Merge pull request #5 from bspeice/unwrap_panic
Fix #2
2018-06-25 23:13:01 -04:00
bspeice 45cfc8a30e
Merge pull request #4 from messense/messense-patch-1
Fix repository URL in Cargo.toml
2018-06-25 23:09:17 -04:00
Bradlee Speice 24816dc3ea Fix #2 2018-06-25 23:08:03 -04:00
Bradlee Speice 4b92fe9123 Nicer derefs 2018-06-25 22:16:34 -04:00
messense 77eea20ecf
Fix repository URL in Cargo.toml 2018-06-26 10:02:15 +08:00
Bradlee Speice 2758c66946 Release 0.8.0 2018-06-25 21:46:27 -04:00
bspeice c6f753261d
Merge pull request #3 from markcol/match
Convert if/else block in resolve_ymd to use match()
2018-06-25 21:34:55 -04:00
Mark H. Colburn 60879fd0fd Remove dmy! macro. 2018-06-25 12:22:59 -07:00
Mark H. Colburn 37eefb2320 Refactor match statement in resolve_ymd. 2018-06-25 11:56:24 -07:00
Mark H. Colburn f819ec8e40 Refactor if logic for resolve_ymd. 2018-06-25 10:49:30 -07:00
Mark H. Colburn d7031ee279 Added dmy! macro. 2018-06-25 10:12:08 -07:00
Bradlee Speice 065eba823b I know Markdown syntax. 2018-06-24 23:56:06 -04:00
Bradlee Speice 05c8a99a8e New feature support! 2018-06-24 23:55:14 -04:00
Bradlee Speice 1a42dc2950 Remove a TODO already accounted for 2018-06-24 23:54:23 -04:00
Bradlee Speice d76e1b4b91 Weekday support 2018-06-24 23:53:33 -04:00
Bradlee Speice 2c648a6401 Use lazy-static 1.0 2018-06-17 23:32:28 -04:00
Bradlee Speice 7bb02a7648 Licensing/docs updates 2018-06-17 23:31:25 -04:00
Bradlee Speice e54977ee97 Get the README updated with what's needed before 1.0 2018-06-17 23:21:11 -04:00
Bradlee Speice 7d565d3a78 Ignore tests needing relativedelta 2018-06-17 22:55:48 -04:00
Bradlee Speice 132fe314d5 Fix another tokenization issue 2018-06-17 22:41:21 -04:00
Bradlee Speice 8787e321e2 Continuing to clean up tests 2018-06-17 22:39:06 -04:00
Bradlee Speice 965aed40e3 Fix some default leap-year issues 2018-06-17 21:43:43 -04:00
Bradlee Speice 51ed3ecf73 Add a bunch more tests
Failing currently, but still making progress.
We're essentially at a releasable point I think.
2018-06-13 00:21:36 -04:00
Bradlee Speice e4c49b2bb2 Use python codegen to generate the tests
And you know, hopefully don't delete the script next time.
2018-06-12 22:22:30 -04:00
Bradlee Speice e017018295 Try setting python version top-level 2018-06-08 23:53:57 -04:00
Bradlee Speice d033001688 Pyo3 needs 3.5 2018-06-08 23:49:02 -04:00
Bradlee Speice 445464a3c0 Try pip install --user 2018-06-08 23:44:50 -04:00
Bradlee Speice 4db4b265cf Need sudo to install Pip 2018-06-08 23:42:39 -04:00
Bradlee Speice 270efd31f1 Fix dateutil name 2018-06-08 23:40:26 -04:00
Bradlee Speice 667ad8be1d set -u is unusable 2018-06-08 23:38:54 -04:00
Bradlee Speice 1e9a0c3bd1 First attempt at .travis.yml 2018-06-08 23:37:31 -04:00
Bradlee Speice 71f8cda588 Handle fractional minutes correctly 2018-06-08 00:06:37 -04:00
Bradlee Speice 921b449c1c We're so close to passing! 2018-06-07 23:49:11 -04:00
Bradlee Speice a00156780d Give rust the same info as dateutil 2018-06-07 23:20:38 -04:00
Bradlee Speice 3a17e14d42 tzinfos isn't Vec<String> 2018-06-07 23:17:23 -04:00
bspeice 78b4d95b16
Create LICENSE 2018-06-04 22:23:45 -04:00
bspeice 8d2960e127
Create README.md 2018-06-04 22:21:29 -04:00
Bradlee Speice 78ad8f2b94 Use much more concise macros
Compile time down from ~2 minutes to ~2 seconds.
2018-06-04 20:23:34 -04:00