-
```
When you serialize a Dictionary, you get an XML name that
does not register as valid XML. (At least when displayed in IE, it says that
an element contains an invalid name.) I assume this is due …
-
It is currently possible to use std::vector (in a little bit complicated way), but no ways to use std::array (or I just don't know how).
So would be nice to have something like:
```
@:native('st…
-
```pony
trait X[A: X[A] box]
fun apply[B: X[B] box](a: B) =>
None
fun f() =>
apply[X[A]](this)
class C is X[C box]
```
I was looking at @Praetonus's [F-Bounded Polymorphi…
-
```
When you serialize a Dictionary, you get an XML name that
does not register as valid XML. (At least when displayed in IE, it says that
an element contains an invalid name.) I assume this is due …
-
I think that we could change NSManagedObject extension using generics.
For example:
Now
``` swift
func createNewEntity(context:) -> NSManagedObject {}
...
let pokemon = Pokemon.createNewEntity() …
-
if you inherit from ArrayList, why not extending ArrayList ? to be more type-safe?
OhadR updated
7 years ago
-
I'm trying to add support to the JVM backend for the following code:
```ceylon
import ceylon.language.meta.model {
Attribute
}
shared interface Model given Result {
shared formal Res…
-
[3:48pm] janet@wks-14-232 (~/370/Grading/project-5-8-teamuno/src): javac -Xlint:unchecked tunecomposer/*.java
tunecomposer/Gesture.java:84: warning: [unchecked] unchecked call to addAll(Collection
-
Example:
class Grid extends Iced {
private MP[] params;
MP[] getParams() {
return params;
}
public addParam(MP param) {
/* .. */
}
}
Then the code:
Grid grid = DKV.getGet("m…
-
I doubt it's very much useful for contracts and it only works with 1.18+ that has appropriate data in the AST, but we can consider it in some future.