issues
search
tobyink
/
p5-type-tiny
Perl 5 distribution Type-Tiny; see homepage for downloads and documentation.
https://typetiny.toby.ink/
54
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Smartmatch discontinued beginning perl-5.41.3
#161
jkeenan
closed
2 months ago
4
Type::Tiny failing on CPANtesters; smartmatch is gone
#160
jkeenan
closed
1 month ago
2
Update Github Actions
#159
kfly8
closed
1 month ago
0
"Use of uninitialized value in pattern match" warning when calling Type::Params wrapped func from minimum call stack
#158
djerius
closed
1 month ago
1
Tests failing for perls built with quadmath and having Type-Tiny-XS installed
#157
andk
opened
6 months ago
0
Optional accepts multiple parameters, only uses the first, but refers to all of them in error messages
#156
djerius
opened
9 months ago
0
fix some minor typos
#155
yoshikazusawa
closed
1 month ago
1
Type::Params: unexpected error when die'ing in goto_next in a multiple signature
#154
djerius
opened
10 months ago
2
Document that Type::Tiny "coercion" attribute accepts arrayref to be passed to add_type_coercions
#153
djerius
closed
1 month ago
1
empty string expected when tying an undefined variable to a Str type constraint
#152
XSven
closed
1 month ago
1
error in Type::Tiny::validate_explain for parameterized types without parents
#151
djerius
opened
10 months ago
1
how to avoid loading class you want to coerce to?
#150
XSven
opened
11 months ago
0
cannot pass type parameter to is_InstanceOf()
#149
XSven
opened
11 months ago
0
Incorrect API docs for Type::Tiny::coercion_generator
#148
djerius
opened
11 months ago
1
Status of parameterized coercion API?
#147
djerius
closed
1 month ago
1
doc improvement: use strict
#146
abraxxa
opened
1 year ago
0
XS for Int is faster inline
#145
zmughal
closed
1 month ago
2
BoolLike in Types::TypeTiny should check `!` overloading to support boolean.pm
#144
bpj
opened
1 year ago
2
Call to `tie` does not initialize variable as documented
#143
m-dango
closed
1 month ago
1
RFE: Type::Params: coerce undef to default value
#142
djerius
opened
1 year ago
2
Add check for Test::Moose in test
#141
michal-josef-spacek
closed
1 year ago
1
slurpy parameter cannot be optional
#140
XSven
opened
1 year ago
3
Use of uninitialized value $i in pattern match (m//)
#138
XSven
opened
1 year ago
7
Add a **BoolLike** type to Types::TypeTiny
#137
wchristian
closed
1 year ago
7
Using `declare` with a parent->plus_coercions seems to fail
#136
mvsjes2
closed
1 year ago
1
Bitfield types should be able to return a list of constants that they export
#135
tobyink
closed
1 year ago
0
Add SYNOPSIS sections to Type::Tiny subclass pod
#134
tobyink
closed
1 year ago
0
Allow replacing Error::TypeTiny::Assertion
#133
Ovid
closed
1 year ago
6
parameter type's coercion not fired if coercion of sub-type of parameterized type is fired.
#132
djerius
closed
1 year ago
2
Bitfield types
#131
tobyink
closed
1 year ago
1
Request: Create `NonEmpty` type that checks passed type for emptiness.
#130
mvsjes2
closed
1 year ago
2
Possible regression caused in Coerce::Types::Standard by Type::Tiny 2.000001
#129
orel1
closed
1 year ago
3
t/20-modules/Type-Tie/06storable.t fails on 32 bit architectures with musl libc
#128
ncopa
closed
1 year ago
6
Possible regression caused in Crypt::HSXKPasswd by Type::Tiny 2.000001
#127
perlpunk
closed
1 year ago
3
An is_Foo where Foo is a StrMatch based type returns the capture if the RE captures
#126
djerius
closed
1 year ago
6
If hash is passed as a list, and has duplicate keys, receive "Wrong number of parameters; got <x>"
#125
mvsjes2
closed
1 year ago
1
[RFE] Option for Enum type to match case-insensitively and coerce values
#124
robrwo
closed
1 year ago
3
"Use of uninitialized value $_" message from Union
#123
djerius
closed
2 years ago
2
Types::XSD::Lite fails tests under type::Tiny-2.000000
#122
djerius
closed
2 years ago
2
fix POD typo
#121
fschlich
closed
2 years ago
0
`${^TYPE_PARAMS_MULTISIG}` is a reserved variable
#120
haarg
closed
2 years ago
2
`use Type::Library -declare` without `-base` should result in an error
#119
djerius
closed
2 years ago
5
Enum | Enum = Enum
#118
tobyink
closed
2 years ago
1
Expand the Eval::TypeTiny API, moving stuff from Type::Library
#117
tobyink
closed
2 years ago
0
Move `_mksub` and `_subname` from Type::Library to Eval::TypeTiny, improve API and add documentation
#116
tobyink
closed
2 years ago
0
Type::Library should defer to the type constraint to figure out what it should export for the type
#115
tobyink
closed
2 years ago
3
Type::Library should handle enum types specially and provide a `-constants` export tag
#114
tobyink
closed
2 years ago
1
Make Type::Tiny::Enum an exporter
#113
tobyink
closed
2 years ago
0
Provide a facility for combining two `Dict` types
#112
tobyink
opened
2 years ago
1
`$enum1 | $enum2` and `$enum1 & $enum2` currently product Type::Tiny::Union and Type::Tiny::Intersection objects; they should produce Type::Tiny::Enum objects
#111
tobyink
closed
2 years ago
0
Next