-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rubocop 1.65.0 fixed false negatives for Lint/Void, which highlighted some bugs where the guard clauses weren't doing anything. Commit 01db61e moved code from runtime3_support to runtime3_resource_support: * Runtime3Support is modified to use Runtime3ResourceSupport instead of directly containing the methods for resource search and creation. But the resource_to_ptype method was copied instead of moved. So delete it from Runtime3Support.
- Loading branch information
1 parent
7739378
commit 214206f
Showing
3 changed files
with
8 additions
and
12 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