falsycat falsycat
falsycat pushed to feat/122-lambda-base at nf7/nf7 2023-08-01 12:19:24 +00:00
7beef09f2b fix file order in cmake script
falsycat created pull request nf7/nf7#123 2023-08-01 12:16:22 +00:00
feat/122-lambda-base
falsycat created branch feat/122-lambda-base in nf7/nf7 2023-08-01 12:15:39 +00:00
falsycat pushed to feat/122-lambda-base at nf7/nf7 2023-08-01 12:15:39 +00:00
fdb3e28eec add unittests for LambdaBase
ac9e2af70e add LambdaBase
3089bccf55 add copy-constructor version of Observer::Target::Notify
eafa05fbf5 remove fields from DealerMeta
03981f2cd9 add noexcept specifier to Observer::Notify() methods
Compare 6 commits »
falsycat opened issue nf7/nf7#122 2023-07-31 21:33:56 +00:00
nf7::LambdaBase
falsycat created branch feature/114-dealer in nf7/nf7 2023-07-30 13:02:52 +00:00
falsycat pushed to feature/114-dealer at nf7/nf7 2023-07-30 13:02:52 +00:00
dc4da123a2 add Schema::Buffer
8a8ec50e4d add Schema
Compare 2 commits »
falsycat deleted branch feature/113-114-dealer from nf7/nf7 2023-07-30 13:02:09 +00:00
falsycat merged pull request nf7/nf7#121 2023-07-30 13:01:49 +00:00
simplify Lambda I/O interface
falsycat closed issue nf7/nf7#113 2023-07-30 13:01:49 +00:00
I/O of all lambda should be single
falsycat pushed to main at nf7/nf7 2023-07-30 13:01:49 +00:00
261c2716fe Merge pull request 'simplify Lambda I/O interface' (#121) from feature/113-dealer into main
e81aa74c81 simplify Lambda I/O interface
Compare 2 commits »
falsycat deleted branch feature/113-dealer from nf7/nf7 2023-07-30 13:01:49 +00:00
falsycat created pull request nf7/nf7#121 2023-07-30 13:01:37 +00:00
simplify Lambda I/O interface
falsycat created branch feature/113-dealer in nf7/nf7 2023-07-30 13:00:42 +00:00
falsycat pushed to feature/113-dealer at nf7/nf7 2023-07-30 13:00:42 +00:00
falsycat closed pull request nf7/nf7#119 2023-07-30 12:59:53 +00:00
WIP: feature/113-114-dealer
falsycat commented on issue nf7/nf7#114 2023-07-30 12:58:32 +00:00
dealer schema

I discussed again on this in my head and it's decided to postpone implementing this feature because it's not absolute necessary in this phase.

falsycat pushed to feature/113-114-dealer at nf7/nf7 2023-07-30 12:33:41 +00:00
d7653b272f add Schema::Buffer
falsycat pushed to feature/113-114-dealer at nf7/nf7 2023-07-30 11:50:07 +00:00
f310b0a605 add Schema
e81aa74c81 simplify Lambda I/O interface
2f2a50715b Merge pull request 'replace MakeValue functions to Value::Make methods' (#120) from feature/118-value-factory into main
988c77654f replace MakeValue functions to Value::Make methods
Compare 4 commits »
falsycat merged pull request nf7/nf7#120 2023-07-30 11:48:13 +00:00
replace MakeValue functions to Value::Make methods