-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Suggestion from Ben Hoyt (GoAWK author).
Current state: We have both:
Regex- original type nameRegexp- alias for stdlib compatibility (v0.8.1)
Problem: Having both names causes confusion.
Proposal for v1.0:
- Remove
type Regex - Keep only
type Regexpas the canonical type - Update all code to use
Regexp - This matches stdlib naming exactly
Migration path:
- v0.8.1+: Both work (via alias)
- v0.9.x: Deprecate
Regex, warn users - v1.0: Remove
Regexentirely
Related: benhoyt/goawk#264 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo