-
Updated
Jan 31, 2021 - Ruby
object-oriented
Here are 742 public repositories matching this topic...
-
Updated
Jan 12, 2021 - C
-
Updated
Dec 15, 2020 - Go
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Nov 2, 2019 - Swift
-
Updated
Jan 22, 2021 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Jan 27, 2021 - Ring
Reason
For some of the shepard apps like direwolf, it's nice to check that all the modules are working. A while back @andrsd suggested something like ./run_tests --spec-file bison
, which works fine. It would be nice to automatically check all submodules instead of individually doing each submodule? For example, direwolf has 8 total submodules, making it easy to forget which have been tested
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Jun 23, 2016 - PHP
-
Updated
Aug 12, 2020 - C++
-
Updated
Dec 20, 2018 - Go
-
Updated
Dec 10, 2017 - Lua
-
Updated
Mar 24, 2019 - Objective-C
-
Updated
Jan 1, 2021 - C++
-
Updated
Jan 30, 2021 - C++
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Jan 29, 2021 - C
New tutorials
Would you like to learn a new programming language and contribute to an open source project? Try ELENA.
Write a tutorial in ELENA and publish it at ELENA-LANG/tutorials
-
Updated
Jan 8, 2014 - C
-
Updated
Dec 24, 2020 - Perl
-
Updated
Jun 14, 2020 - Python
-
Updated
Jan 31, 2021 - C
-
Updated
Jan 23, 2021 - Kotlin
-
Updated
Dec 12, 2020 - Scala
-
Updated
Jan 27, 2021 - Rust
Improve this page
Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-oriented topic, visit your repo's landing page and select "manage topics."
We have
contains
,containsAll
andcontainsAllIterable
today onRichIterable
. The methodscontainsAny(Collection)
,containsNone(Collection)
,containsAnyIterable
, andcontainsNoneIterable
can be implemented as default methods by fusinganySatisfy
andnonSatisfy
withcontains
.