-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved transformation extraction performance and added support for …
…insertion points (#41) * added kaskara-backed insert statement transformation * implemented basic should_insert_at_location for insert statements * added FileLineSet to core module * implemented elegant way of lazily computing rooibos transformations * added all_single_edit_patches helper to generator module * bug fix: bad return type * moved all_single_edit_patches to candidate module * bug fix: added all_single_edit_patches to __all__ * added first implementation of sample_by_localization_and_type * bug fix: use FileLineSet.from_iter as builder * use bugzoo v2.1.14 * bug fix: use loop in sample_by_localization_and_type * bug fix: incorrect handling of exhausted lines * removed generator module * require boggart 0.1.12 * suppress erroneous type warning * increased version to 0.1.10
- Loading branch information
1 parent
afb9195
commit 789c846
Showing
6 changed files
with
351 additions
and
496 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
Oops, something went wrong.