-
Single class inheritance is functionally identical to a delegation pattern (the hidden *this is made explicit). The problem with inheritance is that it couples state and implementation by breaking enc…
-
I would like to split compilation into two phases:
1. Evaluation of Kitten code to produce Kitten code
2. Compilation of the resultant code to produce an executable
My current thinking is to have a w…
-
# Summary
We need to replace gogoprotobuf dependencies with some other tool. The reason we need to do this is because this package is deprecated.
See [this](https://github.com/gogo/protobuf/issue…
-
I am looking to check the length of strings in a dataset (along the same lines of #140). However, I would like to create a function for this test to reduce repetition in my code (such as when I want t…
-
I came with this partitioning from the standard library. What do you think?
`taurus.traits.symbols` - Symbol Name traits
`taurus.traits.functions` - Function traits
`taurus.traits.aggregation` - …
-
Im trying to build an app with google guava 23.5 as a dependancy. However Im getting a maven build error stating:
`Error rendering class com.google.common.cache.LocalCache$Segment. See a cause for …
-
Took a quick look at your GCC code out of curiosity (I've already got my own equivalent code for various compilers) and it won't handle square brackets in array types for obvious reasons. Easy fix tho…
-
Thank you very much for the work on this great framework, wonderful ! The benchmark from `jatinchowdhury18` repo (`wdf-bakeoff`) see excellent result. Great job. I'm the guy who have code the Juce's W…
ghost updated
3 years ago
-
- [x] https://www.youtube.com/watch?v=eidEEmGLQcU
- [x] Make Report as comment on this issue
- [x] https://www.youtube.com/watch?v=u5senBJUkPc
- [x] Make Report as comment on this issue
- [x] …
-
Just a backlog, Related to #990
Use cases: sqlutil (db table structure read when it is required), soap structures etc...