-
-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33114: Feature.require vs. is_present, is_functional
(from slabbe in https://trac.sagemath.org/ticket/33092?replyto=23#comment:23) Maybe changes needs to be done with respect to `is_present()`, `is_functional()` and `require()`. In particular, I have the following questions for @mkoeppe: - why `Feature.require()` does not check that `is_functional()` is True? - should `is_present()` always return False when `is_functional` return False (even if the vocabulary that is used should logically allow it)? URL: https://trac.sagemath.org/33114 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Sébastien Labbé
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters