-
Notifications
You must be signed in to change notification settings - Fork 6
Issues: buzden/deptycheck
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Support arbitrary order of arguments for derived generators
issue: compilation error
When compilation error raises because of the library
part: derivation
Related to automated derivation of generators
status: feature request
Request for new functionality or improvement
#202
opened Sep 23, 2024 by
buzden
Bad file position in an error message when something wrong with an argument of a function type with a named argument
issue: bad message
When library reports some problem badly
part: derivation
Related to automated derivation of generators
status: confirmed bug
Something isn't working
status: upstream
Upstream issue
#179
opened Aug 13, 2024 by
buzden
Derivation fails when record update is used as a data index
issue: compilation error
When compilation error raises because of the library
part: derivation
Related to automated derivation of generators
status: confirmed bug
Something isn't working
#178
opened Aug 13, 2024 by
buzden
Support using non-New feature or improvement
derive: core
Something in between single type generator and its constructors
derive: entry
Issue on the derivation function facing to the end-user
part: derivation
Related to automated derivation of generators
status: feature request
Request for new functionality or improvement
MaybeEmpty
generators when deriving even MaybeEmpty
ones
code: enhancement
#177
opened Aug 13, 2024 by
buzden
Support derivation of New feature or improvement
derive: core
Something in between single type generator and its constructors
derive: least-effort
Relates to the `LeastEffort` derivation algorithm
part: derivation
Related to automated derivation of generators
status: feature request
Request for new functionality or improvement
NonEmpty
-generators, in case the type is indeed non-empty
code: enhancement
#176
opened Aug 13, 2024 by
buzden
Support paralellised running of generators
issue: performance
When work takes too much resources
part: generators
Related to generators
status: feature request
Request for new functionality or improvement
#171
opened Jun 24, 2024 by
buzden
Strange error when using direct Issue on the derivation function facing to the end-user
issue: bad message
When library reports some problem badly
issue: compilation error
When compilation error raises because of the library
part: derivation
Related to automated derivation of generators
status: confirmed bug
Something isn't working
status: workarounded
Problem per se is not solved but workaround exists or implemented
DPair
instead of (... ** ...)
syntax of a derived generator return type
derive: entry
#153
opened May 6, 2024 by
buzden
Support for reduction of the generators expressions is very limited
derive: entry
Issue on the derivation function facing to the end-user
issue: compilation error
When compilation error raises because of the library
part: derivation
Related to automated derivation of generators
status: confirmed bug
Something isn't working
#150
opened Apr 25, 2024 by
buzden
Pre-calculate and filter out combinations of unfortunate orderings, especially given indices
code: enhancement
New feature or improvement
derive: least-effort
Relates to the `LeastEffort` derivation algorithm
issue: compilation error
When compilation error raises because of the library
issue: performance
When work takes too much resources
part: derivation
Related to automated derivation of generators
part: generators
Related to generators
status: feature request
Request for new functionality or improvement
#145
opened Apr 23, 2024 by
buzden
Clean up Making code cleaner or nicer
part: infra libs
Related to supporting data types and other definitions
part: model coverage
Related to model coverage of generators
status: feature request
Request for new functionality or improvement
allInvolvedTypes
and CoverageGenInfo
to use pre-calculated data
code: cleanup
#142
opened Apr 18, 2024 by
buzden
Migration to the modern Changing the code structure without changing functionality
part: derivation
Related to automated derivation of generators
part: infra libs
Related to supporting data types and other definitions
elab-util
version
code: refactoring
#136
opened Apr 8, 2024 by
buzden
5 of 6 tasks
Lengths of generated lists of derived sorted lists are too short
derive: core
Something in between single type generator and its constructors
issue: distribution
When distribution of generation is wrong
part: derivation
Related to automated derivation of generators
part: examples
Related to the usage examples
status: confirmed bug
Something isn't working
#128
opened Mar 25, 2024 by
buzden
Treat New feature or improvement
code: heuristics
Involves solution that applied only to a specific case
derive: least-effort
Relates to the `LeastEffort` derivation algorithm
issue: performance
When work takes too much resources
part: derivation
Related to automated derivation of generators
status: discussion
Suggested or reported thing is not obvious to be good enough
status: feature request
Request for new functionality or improvement
So (f x y z)
and f x y z = True
arguments of constructors specially during derivation
code: enhancement
#127
opened Mar 25, 2024 by
buzden
Update derivation documentation
code: fix
Fixing some issues
derive: core
Something in between single type generator and its constructors
derive: least-effort
Relates to the `LeastEffort` derivation algorithm
part: derivation
Related to automated derivation of generators
part: docs
Related to documentation and readme
status: confirmed bug
Something isn't working
#114
opened Feb 8, 2024 by
buzden
1 of 7 tasks
Manual fine-tuning of generator ordering
derive: core
Something in between single type generator and its constructors
derive: least-effort
Relates to the `LeastEffort` derivation algorithm
issue: performance
When work takes too much resources
part: derivation
Related to automated derivation of generators
status: feature request
Request for new functionality or improvement
#109
opened Jan 21, 2024 by
AlgebraicWolf
Implement Making code cleaner or nicer
code: refactoring
Changing the code structure without changing functionality
derive: infrastructure
Issue around derivation, but not directly in
part: infra libs
Related to supporting data types and other definitions
status: feature request
Request for new functionality or improvement
TTImp
traversals in Util.Reflection
through mapATTImp
code: cleanup
#107
opened Dec 27, 2023 by
buzden
Print percent of *tests* where element of a model coverage is involved
code: enhancement
New feature or improvement
part: model coverage
Related to model coverage of generators
status: discussion
Suggested or reported thing is not obvious to be good enough
status: feature request
Request for new functionality or improvement
status: good first issue
Good for newcomers
#95
opened Oct 5, 2023 by
buzden
Fill in tutorials in the docs
part: docs
Related to documentation and readme
status: feature request
Request for new functionality or improvement
#91
opened Sep 27, 2023 by
buzden
3 tasks
Support structured labels
code: redesign
New design of some part of the library
part: generators
Related to generators
part: labels
Related to the labelling mechanism
status: discussion
Suggested or reported thing is not obvious to be good enough
status: feature request
Request for new functionality or improvement
#87
opened Sep 20, 2023 by
buzden
Use layered (staged) applicative composition at derivation to improve generation
code: enhancement
New feature or improvement
code: redesign
New design of some part of the library
derive: core
Something in between single type generator and its constructors
derive: least-effort
Relates to the `LeastEffort` derivation algorithm
issue: distribution
When distribution of generation is wrong
issue: performance
When work takes too much resources
part: derivation
Related to automated derivation of generators
status: discussion
Suggested or reported thing is not obvious to be good enough
status: feature request
Request for new functionality or improvement
#81
opened Sep 8, 2023 by
buzden
Support collection of a model coverage during generation
code: enhancement
New feature or improvement
part: generators
Related to generators
part: model coverage
Related to model coverage of generators
status: feature request
Request for new functionality or improvement
#78
opened Jul 25, 2023 by
buzden
2 of 5 tasks
Derive proof of completeness for derived generators
part: derivation
Related to automated derivation of generators
status: discussion
Suggested or reported thing is not obvious to be good enough
status: feature request
Request for new functionality or improvement
#74
opened Jun 13, 2023 by
AlgebraicWolf
Manage New feature or improvement
code: heuristics
Involves solution that applied only to a specific case
derive: core
Something in between single type generator and its constructors
issue: compilation error
When compilation error raises because of the library
part: derivation
Related to automated derivation of generators
status: feature request
Request for new functionality or improvement
X -> Void
fields in constructors specially (when X
is not a a = b
)
code: enhancement
#73
opened May 30, 2023 by
buzden
Support derivation for types with implicit parameters in the type signature
derive: core
Something in between single type generator and its constructors
derive: entry
Issue on the derivation function facing to the end-user
derive: infrastructure
Issue around derivation, but not directly in
issue: compilation error
When compilation error raises because of the library
part: derivation
Related to automated derivation of generators
status: confirmed bug
Something isn't working
status: feature request
Request for new functionality or improvement
#72
opened May 30, 2023 by
buzden
Consider simple generators for decidable types
derive: core
Something in between single type generator and its constructors
part: derivation
Related to automated derivation of generators
status: feature request
Request for new functionality or improvement
#71
opened May 30, 2023 by
buzden
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.