Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008190Ext Pack: Behaviour Types (ES 202 785)New Featurepublic11-01-2023 13:0926-01-2024 16:29
ReporterMatthias Simon 
Assigned ToJens Grabowski 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0008190: Expression Bodies
DescriptionExpression bodies are a shorthand for function literals. Example:

    var even := (integer x) => x mod 2 == 0;

is a shorthand for:

   var even := function (integer x) return boolen { return x mod 2 == 0 }
TagsNo tags attached.
Clause Reference(s)n/a
Source (company - Author)Nokia - Matthias Simon
Attached Files

- Relationships

-  Notes
(0016523)
Jens Grabowski (manager)
05-09-2023 11:09

TTF discussion: Dependent on 8189
(0016524)
Jens Grabowski (manager)
05-09-2023 11:11

Correction CR 8188
(0016575)
Jens Grabowski (manager)
10-11-2023 10:17

TTF discussion: without anonymuous functions (lambda expressions) this CR cannot be resolved. Shifted to 2024 TTF.
(0016612)
Olivier Genoud (administrator)
26-01-2024 16:29

We assume/expect that this CR will not become part of the core language but will become part of an extension or be added to an extension (e.g. OO extension).

- Issue History
Date Modified Username Field Change
11-01-2023 13:09 Matthias Simon New Issue
05-09-2023 11:09 Jens Grabowski Note Added: 0016523
05-09-2023 11:09 Jens Grabowski Assigned To => Matthias Simon
05-09-2023 11:09 Jens Grabowski Status new => assigned
05-09-2023 11:11 Jens Grabowski Note Added: 0016524
10-11-2023 10:17 Jens Grabowski Note Added: 0016575
10-11-2023 10:17 Jens Grabowski Assigned To Matthias Simon => Jens Grabowski
26-01-2024 16:29 Olivier Genoud Note Added: 0016612


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker