Page MenuHomeDevCentral

Use Omni type systems consistently
Open, HighPublic

Description

OmniTools introduces several types, mainly collections and OmniString.

Currently, several OmniString methods return an array, blocking any demeter chaining to map() for example.

It makes sense to use Vector from OmniString.

Elsewhere in the code base, that doesn't matter as we have no hint the intent is to use NOC-friendly types.

Event Timeline

dereckson triaged this task as High priority.Tue, Nov 12, 00:38
dereckson created this task.