Commit Graph

225 Commits

Author SHA1 Message Date
hasseneb
34a884b7bc
add pseudo random functions (#37) 2020-07-16 17:13:12 +01:00
hasseneb
887e802c7b
remove type check command (#38) 2020-07-16 17:08:18 +01:00
Saif Eddin G
e3a3a0411d
[Iter] add tests (#34) 2020-07-16 16:11:54 +01:00
azjezz
ed6fd5526d add appveyor badge 2020-07-12 18:33:29 +01:00
Saif Eddin G
dc464ecef9
run tests on appveyor (#35) 2020-07-12 18:27:37 +01:00
Saif Eddin G
122189d891
[Tests] use self:: instead of $this-> to access assertation methods (#33) 2020-07-12 15:51:18 +01:00
Saif Eddin G
1c8574c324
remove function stubs from psalm configurations (#32) 2020-07-11 23:45:32 +01:00
Saif Eddin G
1c5398202f
add roave security advisories, and psalm taint analysis (#31) 2020-07-11 23:06:11 +01:00
Saif Eddin G
5029dc6bf8
harden psalm configurations (#26) 2020-07-08 23:28:29 +01:00
Saif Eddin G
735912f3bf
fix typo (#25) 2020-07-08 09:53:29 +01:00
Saif Eddin G
f009542535
improve type coverage (#24) 2020-07-07 23:10:51 +01:00
Saif Eddin G
e8dba9dc81
fix typing issues (#23) 2020-07-07 18:04:05 +01:00
Saif Eddin G
c3d0cdc062
add more tests (#22) 2020-07-07 14:17:36 +01:00
Saif Eddin G
723a4f208e
simplify the readme example (#21) 2020-07-06 21:45:13 +01:00
azjezz
7bf9aefe17 switch default branch to develop 2020-07-06 19:35:34 +01:00
azjezz
7c904b60e8 [Arr] group_by: throw when $key_fun returns a non-arraykey type 2020-07-06 19:31:42 +01:00
azjezz
c5400a8571 [Test][Str][Byte] don't test against multibyte string 2020-07-06 19:29:56 +01:00
azjezz
67ac9cfb09 [Arr] add is_arraykey and fix typing issues 2020-07-06 19:23:26 +01:00
azjezz
4081ff0bd5 [Arr] flip: throw for non-arraykey values 2020-07-06 19:19:36 +01:00
azjezz
78df0eba00 cache dependencies in travis ci 2020-07-06 19:13:58 +01:00
azjezz
2deb40be67 cs fix 2020-07-06 19:11:46 +01:00
Saif Eddin G
695cb4947c
Merge pull request #15 from azjezz/psalm-fix 2020-07-06 19:45:20 +02:00
azjezz
1b0cf8ef3b Fix typing issues 2020-07-06 18:34:21 +01:00
Saif Eddin G
b0dadc165b
Merge pull request #20 from azjezz/cs-fix
fix conding standards
2020-03-01 22:07:51 +01:00
azjezz
4cbed2a8fe fail travis build if cs check fails 2020-03-01 21:58:57 +01:00
azjezz
5ff154f00d fix conding standards 2020-03-01 21:52:25 +01:00
Saif Eddin G
be8a83d9e6
Merge pull request #19 from azjezz/build
update travis configurations
2020-03-01 21:41:03 +01:00
azjezz
ab0f4e84c5 update travis configurations 2020-03-01 21:33:28 +01:00
Saif Eddin G
12f515b5a1
Merge pull request #18 from azjezz/preload
add ability to preload PSL
2020-03-01 17:54:14 +01:00
azjezz
bdd2b93a3b add ability to preload PSL 2020-03-01 17:53:52 +01:00
Saif Eddin G
7431dde8df
Merge pull request #17 from azjezz/type-cov
Add type coverage badge
2020-03-01 12:02:36 +01:00
azjezz
d8246b2cdb Add type coverage badge 2020-03-01 12:01:57 +01:00
Saif Eddin G
c74da9d328
Merge pull request #16 from azjezz/asio
[Asio] introduce ResultOrException wrapper
2020-03-01 12:00:15 +01:00
azjezz
abc577325a [Asio] introduce ResultOrException wrapper 2020-03-01 11:49:22 +01:00
azjezz
871c4a186b Add sequence helper 2020-02-22 17:27:31 +01:00
Saif Eddin G
8ea3a8de27
Merge pull request #14 from azjezz/gen
[Gen] gen functions / reimplement iter
2020-02-21 23:32:03 +01:00
azjezz
6f5857b54f [Gen] initialize gen functions / reimplement iter ( closes #12 ) 2020-02-21 23:21:05 +01:00
Saif Eddin G
fa38ff66fe
Merge pull request #13 from azjezz/rewindable-generator
[Gen] add rewinable generator
2020-02-21 04:31:10 +01:00
azjezz
64143ec9aa [Gen] add rewinable generator 2020-02-21 04:13:15 +01:00
Saif Eddin G
91138bb09f
Merge pull request #10 from azjezz/refactor-collections
Refactor Psl Collections
2020-02-21 02:05:32 +01:00
azjezz
aa609c1c4e Refactor Psl Collections 2020-02-21 02:03:40 +01:00
Saif Eddin G
f4188365bf
Merge pull request #11 from azjezz/as-of
use `of` instead of `as` for generic type constrain
2020-02-19 15:02:28 +01:00
azjezz
792294c97a use of instead of as for generic type constrain 2020-02-19 15:01:46 +01:00
Saif Eddin G
85ddf1ff9a
Merge pull request #9 from azjezz/psalm-build
Fix type errors with the help of psalm
2020-02-19 14:57:55 +01:00
azjezz
7d4874ab2d fix type errors with the help of psalm 2020-01-05 15:28:10 +01:00
Saif Eddin G
d10c400985
[Str] add tests 2020-01-02 00:03:14 +01:00
azjezz
882f5da8bd [Str] add tests 2020-01-02 00:00:08 +01:00
azjezz
fe8a478382 [Str] add tests 2019-12-27 05:42:24 +01:00
Saif Eddin G
a2f17b8f14
Merge pull request #7 from azjezz/math-tests
[Math] add tests
2019-12-26 21:09:45 +01:00
azjezz
a26f9e0209 [Math] add tests 2019-12-26 21:03:29 +01:00