issues
search
mwchase
/
python-structured-data
MIT License
2
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Pretty sure I'm setting `__qualname__` wrong
#51
mwchase
opened
3 years ago
0
Python 3.9 almost certainly breaks Ctor parsing
#50
mwchase
opened
3 years ago
0
3.8 only
#49
mwchase
closed
4 years ago
1
Add perf benchmarks based on fields
#48
mwchase
opened
4 years ago
1
Add README link to coconut
#47
mwchase
opened
4 years ago
0
Add README link to https://github.com/jspahrsummers/adt
#46
mwchase
opened
4 years ago
0
Type variables in descriptor overloads are covariant instead of invariant
#45
mwchase
opened
4 years ago
0
Proxies don't handle doc properly, and all descriptors should use the wrapper.
#44
mwchase
closed
5 years ago
0
Investigate using some sort of prefix matching to speed up @functions.
#43
mwchase
opened
5 years ago
0
Remove cooperative subclass stuff from classes not meant to be subclassed in client code
#42
mwchase
closed
5 years ago
0
Structure types
#41
mwchase
closed
5 years ago
3
Remove explicit Property class from interface and dispatch based on the argument to method()
#40
mwchase
closed
5 years ago
2
Update to require Python 3.8
#39
mwchase
opened
5 years ago
3
Make bootstrap code more sensible
#38
mwchase
closed
5 years ago
0
What happens if we mix Sum and Product?
#37
mwchase
closed
5 years ago
1
Rework placeholder design
#36
mwchase
closed
5 years ago
9
Switch to nox
#35
mwchase
closed
5 years ago
0
Make mutation testing require the bug to be found by the changed module's test module
#34
mwchase
closed
5 years ago
3
Auto-evaluate placeholders after class creation
#33
mwchase
closed
5 years ago
2
Convert the data classes to mixins, and add helper functions to create placeholders
#32
mwchase
opened
5 years ago
0
Class placeholder
#31
mwchase
closed
5 years ago
1
Placeholder pattern for defining destructuring methods
#30
mwchase
closed
5 years ago
0
Move prewritten truthiness method to superclasses
#29
mwchase
closed
5 years ago
0
Maybe this fixes #27?
#28
mwchase
closed
5 years ago
2
Missing recommended practice for replacing attribute with descriptor
#27
mwchase
closed
5 years ago
2
Product generated new should optionally forward to provided new
#26
mwchase
closed
5 years ago
0
Product types should not treat ClassVar-type annotations as fields
#25
mwchase
closed
5 years ago
2
Create destructuring function with multiple dispatch
#24
mwchase
closed
5 years ago
1
Nicer enum variant (possibly a new project?)
#23
mwchase
closed
5 years ago
1
Remove Guards
#22
mwchase
closed
5 years ago
1
Update coverage 5 branch to latest alpha
#21
mwchase
closed
5 years ago
1
namedtuple and NamedTuple replacement that takes mixins to prefix
#20
mwchase
closed
5 years ago
6
Should destructuring treat zero-arg constructors as equivalent to their instance?
#19
mwchase
closed
5 years ago
1
Coverage5
#18
mwchase
closed
5 years ago
0
`sphinx-build -b latex` puts svg source for Scrutinizer badge in a png file
#17
mwchase
closed
5 years ago
2
Callable wrapper around sequences of structures, treating as disjunction
#16
mwchase
closed
5 years ago
1
Some form of Visitor architecture for analyzing match structures
#15
mwchase
closed
5 years ago
0
Create "Non-matching Bind"
#14
mwchase
closed
6 years ago
0
Create "Guards"
#13
mwchase
closed
6 years ago
0
Create "Match Transformations"
#12
mwchase
closed
5 years ago
1
Provide "Truthy" and "Falsy" destructurers
#11
mwchase
closed
6 years ago
0
Provide API to create custom ProcessorLists and pass them to Matchable
#10
mwchase
closed
6 years ago
1
Cache instances of zero-argument constructors
#9
mwchase
opened
6 years ago
0
Candidate implementation of ConsList matching utility
#8
mwchase
opened
6 years ago
0
Figure out a nice way to convert matches into values, by name
#7
mwchase
closed
6 years ago
0
Convert the if-elif-else blocks in match into some kind of for loop
#6
mwchase
closed
6 years ago
0
Document everything exported in __all__ of all modules.
#5
mwchase
opened
6 years ago
0
Documentation does not explain when nor why someone would want to use this
#4
mwchase
opened
6 years ago
3
Require fully supported Python versions
#3
mwchase
closed
6 years ago
1
The codecov uploader *still* isn't finding coverage data in Appveyor
#2
mwchase
closed
6 years ago
1
Next