ZString icon indicating copy to clipboard operation
ZString copied to clipboard

Feature/add indexer

Open nmi-relewise opened this issue 2 years ago • 1 comments

In order to reduce the volume of code drift needed to onboard ZeroString from .NET stock StringBuilder an indexer is added.

The newly added API is protected via safety harness as well.

Thanks.

@guitarrapc

nmi-relewise avatar Apr 30 '24 08:04 nmi-relewise

To set the scene a bit - we've got tons of auto-generated code for indexing purpose (stemming), which heavily relies on old-school string builder.

In order to minimize number of changes to be performed in auto-generated code, we are aiming to highjack only type definition & inits; while this requires used public methods to be identical.

nmi-relewise avatar Apr 30 '24 08:04 nmi-relewise

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Oct 28 '24 00:10 github-actions[bot]

heartbeat

nmi-relewise avatar Oct 28 '24 09:10 nmi-relewise

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Apr 27 '25 00:04 github-actions[bot]