summaryrefslogtreecommitdiffstats
path: root/sinksh/syntax_modules/sink_inspect.cpp
Commit message (Collapse)AuthorAge
* Move type implementations in one placeChristian Mollekopf2017-03-21
| | | | | | | Having them separated is rather pointless (since we need one for every type, and all types are the interface of sink, as one), and caused quite a bit of friction when adding new types. This will also make it easier to change things for all types.
* Inspect internalsChristian Mollekopf2017-02-24
|
* Print value in inspectionChristian Mollekopf2017-02-09
|
* sinksh inspectChristian Mollekopf2017-02-08