Timeline



2017-11-26:

21:35 Changeset in Lumiera [6667a51]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: cover another use case expand( Val -> iter<Val> ) …
21:29 Changeset in Lumiera [89005db]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: fix spurious copy of iterator (argument) on functor …
17:37 Ticket #1118 (GDB digestion problems) created by Ichthyostega
Some coding constructs produce debugging information seemingly hard to …

2017-11-25:

02:56 Changeset in Lumiera [9e96ea83]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: documentation of technicalities
02:54 Changeset in Lumiera [76a11b3]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: rename and refactor for readability ...while this …
01:16 Changeset in Lumiera [bb948bf]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: working solution to accept generic lambda but possible …

2017-11-24:

22:48 Changeset in Lumiera [4098e20]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: Sketch how it might be possible to accept generic …
22:48 Changeset in Lumiera [3614085]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Library: improve the function-signature detector to work as guard with …
22:48 Changeset in Lumiera [8bdd9e7]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Research: build "anything function-like" trait ...with the sole …
22:48 Changeset in Lumiera [2533565]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Research: probing a generic lambda is not possible ...since all those …
22:48 Changeset in Lumiera [01937f9]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Research: possiblity to detect a generic Lambda?

2017-11-23:

02:29 Changeset in Lumiera [18553f2]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: cover both variants of functor signature by unit test (PASS)
02:06 Changeset in Lumiera [c5311a1]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: concept how to generalise the expansion functor …

2017-11-20:

00:03 Changeset in Lumiera [f10e66e]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: design a solution to handle expansion of children this …

2017-11-19:

19:36 Changeset in Lumiera [d10c5a4]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: draft the core (explore) operation The plan is to use a …
16:35 Changeset in Lumiera [cbb35d7]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: add shortcut to adapt STL container automatically …
01:28 Changeset in Lumiera [fd3d6fb]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: first testcase, build either from Lumiera-Iterator or …
00:43 Changeset in Lumiera [fe3feee]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Library: metafunction to detect support for a specific extension point …

2017-11-18:

23:35 Changeset in Lumiera [8f86518]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Research: how to build a meta predicate to perform this detection
23:35 Changeset in Lumiera [2345d76]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Research: how to detect that a type in question exposes a free …
18:28 Changeset in Lumiera [9460f79]debdev/playdocumentationintegration by Ichthyostega <prg@…>
WIP: draft how to figure out the kind of iterator ...but does not …
17:40 Changeset in Lumiera [a7bdc05]debdev/playdocumentationintegration by Ichthyostega <prg@…>
WIP: draft first testcase ...just wrapping various kinds of iterators
02:00 Changeset in Lumiera [c3b04af]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: decide upon the steps towards implementation Here, the …

2017-11-17:

20:43 Changeset in Lumiera [782b4f9]debdev/playdocumentationintegration by Ichthyostega <prg@…>
TreeExplorer: extended analysis regarding tree expanding and …
19:40 Ticket #1117 (Tree-Explorer building block) created by Ichthyostega
Create a builder syntax to express a generic tree expanding …
19:21 Ticket #1116 (retrofit IterExplorer) created by Ichthyostega
IterExplorer is a template and framework, which can be configured …
19:03 Ticket #1115 (Monadic nature of backtracking tree-exploring operations) created by Ichthyostega
= Do we need Monads? = Not sure about that one... It is not clear …

2017-10-30:

02:10 Changeset in Lumiera [ca35891]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Navigator: implement the mutation operations defined thus far ...so …
01:59 Changeset in Lumiera [e035dbc]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-Coordinates: support for truncating a given spec ...implemented …
00:47 Changeset in Lumiera [5530bbe]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Navigator: decide upon the fine points of meaning anchorage vs. …

2017-10-29:

15:00 Changeset in Lumiera [4b6b4ad]debdev/playdocumentationintegration by Ichthyostega <prg@…>
LocationQuery: now able to handle perspective info properly ...which …
14:31 Changeset in Lumiera [750b124]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Library: complement the pseudo-iterator by a IterSource front-end
13:51 Changeset in Lumiera [0682e44]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Library: a pseudo-iterator to yield just a single value ...which can …
12:22 Changeset in Lumiera [7e241d9]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Library: a little bit of modernising and overhaul - fix some warnings …
11:00 Ticket #1114 (IterExplorer should be move only) created by Ichthyostega
The monad like framework on top of IterExplorer is a challenge in …

2017-10-28:

00:06 Changeset in Lumiera [f0a32c9]debdev/playdocumentationintegration by Ichthyostega <prg@…>
LocationQuery: fix bugs and omissions

2017-10-27:

23:12 Changeset in Lumiera [8004076]debdev/playdocumentationintegration by Ichthyostega <prg@…>
LocationQuery: compensate for the special representation of …
22:17 Changeset in Lumiera [c39442a]debdev/playdocumentationintegration by Ichthyostega <prg@…>
LocationQuery: recast syntax for inline structure definitions this …
03:12 Changeset in Lumiera [16abe82]debdev/playdocumentationintegration by Ichthyostega <prg@…>
LocationQuery: fix a segfault due to ill guided conversion path
Note: See TracTimeline for information about the timeline view.