-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop combination opers from changing their arg list
This would wrongly mutate a mutable list of digraphs, and it would give an error on an immutable list of digraphs. Note: (im)mutable *lists*, not (im)mutable digraphs. We do this by making DIGRAPHS_CombinationOperProcessArgs copy its argument, and return that copy when it is finished. Resolves issue #467.
- Loading branch information
1 parent
8d7b0f3
commit 28f14b2
Showing
2 changed files
with
127 additions
and
30 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