Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
bfcc1565
Commit
bfcc1565
authored
Oct 13, 2023
by
Evan W. Patton
Committed by
Evan W. Patton
Oct 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing coerce-to-number-list code path in iOS
Change-Id: If7713cbb2432b5e5084e351d55e0564cf1953a0a
parent
824c4279
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
appinventor/components-ios/src/runtime.scm
appinventor/components-ios/src/runtime.scm
+1
-0
No files found.
appinventor/components-ios/src/runtime.scm
View file @
bfcc1565
...
...
@@ -308,6 +308,7 @@
((
equal?
type
'text
)
(
coerce-to-text
arg
))
((
equal?
type
'boolean
)
(
coerce-to-boolean
arg
))
((
equal?
type
'list
)
(
coerce-to-yail-list
arg
))
((
equal?
type
'list-of-number
)
(
coerce-to-number-list
arg
))
((
equal?
type
'InstantInTime
)
(
coerce-to-instant
arg
))
((
equal?
type
'component
)
(
coerce-to-component
arg
))
((
equal?
type
'pair
)
(
coerce-to-pair
arg
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment