Rachel Greenham

Results 27 comments of Rachel Greenham

bit of churn from still trying to get the hang of rebasing onto upstream/master. Nothing really new so indifferent to the workflows running. tests still pass fwiw. shortened the commit...

I've tried to make it less scary. 😀 The scope of the change is reduced to only apply in `@TypeChecked` code, and brings that into line with `@CompileStatic` behaviour relating...

I'll look at the TypeChooser thing, next time I get back to it (probably this weekend). The code there that digs for the type of method calls and properties is...

Checked: Using the `TypeChooser` doesn't work for `MethodCallExpression` or `PropertyExpression`. Therefore left my version in for now. Reason appears to be that our `TypeChooser` is a `StatementMetaTypeChooser` and not, as...

It looks like you'd need the `StaticTypesTransformation::visit` method to take after its subclass `StaticCompileTransformation::visit` and actually set the `WriterControllerFactory` on the ClassNode, as well as a flag to say that...

i'm sorry i'm not using it any more. also gave up on shallow clones as i hit other more intractable problems with it in my situation!

for those that come after googling for the same error message: This actually isn't docker specific, but is minimal-system specific. I just hit it on a fresh minimal ubuntu desktop...

hm. i don't mind doing that for myself, but I suggest the bug ought to be fixed, wherever it needs to be fixed and whomever it needs to be fixed...

well, the overrides seem to be being ignored. Log: http://xbmclogs.com/show.php?id=4707 Entire advancedsettings.xml: ``` 2 24.600 25.500 50.0 49.0 52.0 50.0 ``` I guess I'm misunderstanding something...?