Commit 064b2e0
committed
Remove "unofficial" types from printArray()
As a protest for the bureaucratic intransigence refusal to include the missing `short[]` in **printArray()**, I've made this opposite proposal!
https://github.com/processing/processing/pull/2896/files
Motive given was: "'shorts' are not supported in Processing and are omitted on purpose."
But so are both `long` & `double`; and they were contemplated into **printArray()** nonetheless!
Another case is `boolean[]`. It's more like hit 'n' miss. There are some array util methods which got it, but most don't.
Very inconsistent to say the least. So `boolean` is out for conciseness' sake!
A pity this project are kept at 7 locks. Alas... 😞
My only fear is that this pull request may end up being accepted! Oh the irony... 😩1 parent 120b87c commit 064b2e0
1 file changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4694 | 4694 | | |
4695 | 4695 | | |
4696 | 4696 | | |
4697 | | - | |
| 4697 | + | |
4698 | 4698 | | |
4699 | 4699 | | |
4700 | 4700 | | |
4701 | 4701 | | |
4702 | 4702 | | |
4703 | 4703 | | |
4704 | | - | |
| 4704 | + | |
4705 | 4705 | | |
4706 | 4706 | | |
4707 | 4707 | | |
4708 | 4708 | | |
4709 | 4709 | | |
4710 | 4710 | | |
4711 | | - | |
| 4711 | + | |
| 4712 | + | |
| 4713 | + | |
| 4714 | + | |
| 4715 | + | |
| 4716 | + | |
| 4717 | + | |
| 4718 | + | |
4712 | 4719 | | |
4713 | 4720 | | |
4714 | 4721 | | |
| |||
4722 | 4729 | | |
4723 | 4730 | | |
4724 | 4731 | | |
4725 | | - | |
| 4732 | + | |
4726 | 4733 | | |
4727 | 4734 | | |
4728 | 4735 | | |
4729 | 4736 | | |
4730 | 4737 | | |
4731 | 4738 | | |
4732 | | - | |
| 4739 | + | |
4733 | 4740 | | |
4734 | 4741 | | |
4735 | 4742 | | |
4736 | 4743 | | |
4737 | 4744 | | |
4738 | 4745 | | |
4739 | | - | |
| 4746 | + | |
4740 | 4747 | | |
4741 | 4748 | | |
4742 | 4749 | | |
4743 | 4750 | | |
4744 | 4751 | | |
4745 | 4752 | | |
4746 | | - | |
| 4753 | + | |
4747 | 4754 | | |
4748 | 4755 | | |
4749 | 4756 | | |
| |||
0 commit comments