Patrick Meinecke
Patrick Meinecke
Is there a specific part of the doc you linked that mentions multiple launches/terminates per initialize? Or are you inferring that from the name? Unless it's changed, the behavior (and...
> Sorry for any potential thought derailment :) Oh yeah no worries. Rest assured I would have *much* rather just hooked up existing messages. Trying to roll your own is...
`PSObject` is a wrapper that facilitates dynamic member resolution among other things, it's supposed to defer to it's base object for most operations. When a `PSObject` has no base object,...
~~trying to force tests to rerun~~ had to pull in changes from master
Yeah `TypeDefiner` just ignores the assignment in class method parameters. This does bring up an interesting question though. Method parameter defaults have to be written into metadata, therefore they must...
> This could done by adding statements into the top of the class body, like: ~@rjmholt How will you know if the parameter was or wasn't specified though? If the...
This issue was reported by a partner team. I'll be following up with proposals for ways to disable profile optimization.