File: TODO

package info (click to toggle)
libtype-tiny-perl 1.004004-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,128 kB
  • sloc: perl: 8,761; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 714 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Long-Term
=========

* Rewrite Type::Tiny::Manual.

* Try to make inlining for ClassName, RoleName, StrMatch, etc more
  suitable for things like Mite. Perhaps add a separate method to type
  constraints for generating a string of Perl code that can be compiled
  and executed without the presence of Type::Tiny and the type library.

* Resolve RT#102457. Error::TypeTiny::Assertion needs a better way of
  identifying which stack frame to report the error at, or Type::Params
  needs to mark its compiled subs more clearly.

* Resolve RT#121763. Need to figure out the circumstances under which
  this happens and fix.

* Resolve RT#120226 if HAARG will help me flesh out an API.

* Overhaul is_subtype_of stuff.