Commit Graph

42 Commits

Author SHA1 Message Date
5cccad7022 auto-impl MonadContext
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-09-01 00:01:44 +00:00
0954c86e92 MonadContext
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 23:56:38 +00:00
3c095f0fb5 remove Ctx from bases
Some checks failed
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 23:07:12 +00:00
dc98e38b8f Send everything
All checks were successful
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-11 00:14:44 +00:00
8c033ed044 remove Context::Fallible implementations 2023-07-06 03:49:36 +00:00
9c0e99f2e6 FallibleCtx for TestContextTraced 2023-07-06 03:19:52 +00:00
74d3a00b87 FallibleCtx for TestContextCounted 2023-07-06 03:19:07 +00:00
f6cc23ff5f EmptyInject 2023-06-30 22:05:33 +00:00
6e5302331c testing::inject -> rstd::inject 2023-06-30 20:53:20 +00:00
404fc8c802 CountedInject 2023-06-30 20:50:03 +00:00
e3ca573bdf unhide Inject 2023-06-30 20:43:26 +00:00
8c8752c2e4 delete CastResult 2023-06-30 20:35:41 +00:00
671f0df6ae Inject::inject_mentionable 2023-06-30 20:30:32 +00:00
9f1708a772 counted.rs simplify use 2023-06-30 19:19:39 +00:00
f1bef0ed2c ResolverMap::resolve_map 2023-06-23 12:50:16 +00:00
28cfaf47d5 move inject out 2023-06-23 12:37:25 +00:00
93d42626ae use Inject::inject 2023-06-23 12:34:55 +00:00
692802f5de more func:context usage 2023-05-30 15:39:48 +00:00
277bea3eb3 Context via FunctorContext 2023-05-30 15:15:45 +00:00
c565f0b6dc more uniform name s 2023-05-30 13:51:26 +00:00
4352f4aa30 fmap reorder 2023-05-30 00:09:38 +00:00
107a83ed06 InjectedResolver 2023-05-26 20:34:10 +00:00
0613f3fffc simpler Delayable 2023-05-26 17:18:14 +00:00
906e159737 Monad lift lifetime 2023-05-26 08:52:58 +00:00
d9c8cff1db rename classes to instances 2023-05-23 13:28:32 +00:00
45923c401e add r prefixes to avoid confusion 2023-05-22 09:56:05 +00:00
5863532338 simplify TracedClass 2023-05-14 06:13:22 +00:00
cb650c81b5 simplify CountedClass 2023-05-14 06:03:46 +00:00
5d1349cd80 merge ctypeless+typeless 2023-05-07 17:56:23 +00:00
17f974fb0f core::typeless->std::ctypeless 2023-05-07 17:22:36 +00:00
4fe248f77b Monad::iterate
closes #9
2023-04-27 08:15:42 +00:00
38f6aef9d0 Iterative -> AIterative 2023-04-27 07:48:07 +00:00
a791fb818f iibind
closes #8
2023-04-27 07:33:54 +00:00
b5d55fe672 CovariantFunctor for testing classes 2023-04-27 05:30:04 +00:00
73e9b9efb3 ControlFlow
closes #6
2023-04-27 05:26:07 +00:00
6a19cdaf81 MonadFailAny + MonadFailOver + Context::Fallible 2023-04-24 22:45:43 +00:00
1a5e9f15f3 Pure + LocalFunctor 2023-04-24 17:21:36 +00:00
d9942857bc extract traceable 2023-04-23 22:01:43 +00:00
c079fc3153 import reorganized 2023-04-23 16:25:40 +00:00
794d071fa9 extract tracing 2023-04-23 15:48:00 +00:00
8b61c936ca Diagnostic + TestContextTraced 2023-04-23 14:30:32 +00:00
c91c8f5a0d TestContextCounted 2023-04-23 02:46:10 +00:00