Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

literal duration captured as string #22

Closed
carueda opened this issue Dec 18, 2016 · 0 comments
Closed

literal duration captured as string #22

carueda opened this issue Dec 18, 2016 · 0 comments
Assignees
Labels

Comments

@carueda
Copy link
Owner

carueda commented Dec 18, 2016

With

idleTimeout = 75 seconds

idleTimeout gets typed as STRING. The ObjectType is

ObjectType(Map(idleTimeout -> AnnType(STRING,true,Some(75 seconds),None)))

(captured as optional and with default value "75 seconds" is ok.)

But idleTimeout should get the type DURATION(ms) instead of STRING.

@carueda carueda added the bug label Dec 18, 2016
@carueda carueda self-assigned this Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant