Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Standard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MTS
TTCN-3
Standard
Commits
788cff9e
Commit
788cff9e
authored
2 months ago
by
Gusztav Adamis
Browse files
Options
Downloads
Patches
Plain Diff
Commentst to lengthof + inline template
parent
cf10218e
No related branches found
No related tags found
1 merge request
!1
Gusztav.adamis cf10218e patch def5
Pipeline
#11323
passed
2 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meetings/2024-11-19.md
+3
-0
3 additions, 0 deletions
meetings/2024-11-19.md
with
3 additions
and
0 deletions
meetings/2024-11-19.md
+
3
−
0
View file @
788cff9e
...
...
@@ -110,6 +110,8 @@ A dedicated notion for inline templates is not necessary, as they type
annotations could be promoted to a type-conversion operator and template
literals are already part of the language.
//since now there is no type-conversion operator this is not true -- AG
## Modified Templates
...
...
@@ -172,6 +174,7 @@ Semantics of list types need harmonization and simplification.
```
ttcn3
lengthof
(
'
12
*
'
H
)
// 3
//NO: shall cause runtime error - AG
lengthof
({
1
,
2
,
?
})
// 3
lengthof
({
1
,
2
,
*
})
// causes runtime error
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment