Github: https://github.com/titaniumtraveler/
It basically requires resolving the sizes to code spans and then tracking diffs of those code spans over time.
(Or at least that would be how I would try to solve it)
It basically requires resolving the sizes to code spans and then tracking diffs of those code spans over time.
(Or at least that would be how I would try to solve it)
Like IIRC they had some test coverage tooling, which implies that there is infrastructure to connect compilation input <-> compilation output, which *should* be able to be used for getting info about code size.
Like IIRC they had some test coverage tooling, which implies that there is infrastructure to connect compilation input <-> compilation output, which *should* be able to be used for getting info about code size.
But defined in a specific language? No.
Instead the configuration should be defined via a protocol, which lets the client (the configurator) send requests to the server (the thing that is being configured) and lets the server send back events.
But defined in a specific language? No.
Instead the configuration should be defined via a protocol, which lets the client (the configurator) send requests to the server (the thing that is being configured) and lets the server send back events.
(Or even record the configuration sequence and reuse it as static configuration)
(Or even record the configuration sequence and reuse it as static configuration)
Which should be not *too* hard if the protocol is deterministic and doesn't have any timing based requirements...
Which should be not *too* hard if the protocol is deterministic and doesn't have any timing based requirements...
But defined in a specific language? No.
Instead the configuration should be defined via a protocol, which lets the client (the configurator) send requests to the server (the thing that is being configured) and lets the server send back events.
But defined in a specific language? No.
Instead the configuration should be defined via a protocol, which lets the client (the configurator) send requests to the server (the thing that is being configured) and lets the server send back events.
Having problems actually SOLVED is an incredibly powerful for clearing your mind and focusing on your new projects!
Having problems actually SOLVED is an incredibly powerful for clearing your mind and focusing on your new projects!