Feature #1419
openShorten entry point names
0%
Description
As we have seen many times it's very inconvenient to see full names of entry points like ldv_main0_sequence_infinite_withcheck_stateful, although, there are just 2 useful fields indeed (0 and sequence_infinite_withcheck_stateful). So we should shorten them "on fly". Any suggestion is appropriate at the moment. Also I think that may be we should shorten them directly inside DEG since no component depends on this names as I understand...
Updated by Pavel Shved over 13 years ago
I think that we should just edit maingenerator's config, and name this model ldv_main0_siws
(maingen config has such an option, doesn't it?) This would solve the issue in question.
Updated by Evgeny Novikov over 13 years ago
But also we shouldn't forget about backward compatibility, i.e. we should both modify DEG configuration file a bit and point out one-line script for fixing all previously obtained tasks (for instance, this is required for comparison by means of stats server).
Updated by Pavel Shved over 13 years ago
Well, we'll have to do it only once. And the earlier we do the better.
Updated by Evgeny Novikov over 13 years ago
- Category changed from Statistics server to Environment Generation
- Status changed from New to Open
- Assignee deleted (
Evgeny Novikov)
Assign corresponding category since it doesn't belong to aspectator.
Updated by Evgeny Novikov about 13 years ago
- Priority changed from Normal to High
I think that it's rather easy to be implemented but we'll stop collect and see error traces with long main names, we'll help stats server and so on.
Updated by Evgeny Novikov almost 13 years ago
- Assignee set to Ilja Zakharov
Think on this topic Ilja during new env-gen implementation.