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

#1159 - Add subtypes function with concrete argument #1185

Merged
merged 12 commits into from
Mar 4, 2019
Merged

Conversation

mforets
Copy link
Member

@mforets mforets commented Mar 1, 2019

Closes #1159.

@mforets mforets changed the title Add subtypes function with concrete argument #1159 - Add subtypes function with concrete argument Mar 1, 2019
@mforets mforets requested a review from schillic March 1, 2019 22:54
Copy link
Member

@schillic schillic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I expect that you have to adapt the docstring for LazySet where we use subtypes.

src/helper_functions.jl Outdated Show resolved Hide resolved
src/helper_functions.jl Outdated Show resolved Hide resolved
src/LazySet.jl Outdated
@@ -33,6 +33,8 @@ Every concrete `LazySet` must define the following functions:
`Real`
- `dim(S::LazySet)::Int` -- the ambient dimension of `S`

The subytpes of `LazySet`, including abstract interfaces:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if this is interesting, because it does not contain all interfaces. But okay...

Copy link
Member Author

@mforets mforets Mar 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, i see. Would be nice to have an option to list all abstract interfaces as only...

src/helper_functions.jl Outdated Show resolved Hide resolved
docs/src/lib/utils.md Outdated Show resolved Hide resolved
src/LazySet.jl Outdated Show resolved Hide resolved
src/helper_functions.jl Outdated Show resolved Hide resolved
src/helper_functions.jl Outdated Show resolved Hide resolved
@mforets
Copy link
Member Author

mforets commented Mar 4, 2019

Thanks for the review. There is still this travis CI timeout problem that affect v1.0 tests. Not related to this PR.

@mforets mforets merged commit 0751b04 into master Mar 4, 2019
@mforets mforets deleted the mforets/1159 branch March 4, 2019 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants