diffstat:
BootStrapPlatform.java | 67 67 + 0 - 0 !
1 file changed, 67 insertions(+)
--
Bob Vawter
Google Web Toolkit Team
Yes. We have both Util and Utility, I'd forgotten about the latter.
> - How about childStdin/childStdout or something? Lines 123-133 made me go
> OMGWTF until I realized what was actually going on.
Done.
> - Can't you remove lines 113-114 since this is handled in the finally block?
The stream has to be closed before the interpreter will start
processing the script.
diffstat:
BootStrapPlatform.java | 58 58 + 0 - 0 !
1 file changed, 58 insertions(+)
I don't see this behavior.
$ cat << EOF | osascript
> version of application "Safari"
> EOF
3.1.1
diffstat:
BootStrapPlatform.java | 19 18 + 1 - 0 !
shell/mac/LowLevelSaf.java | 13 12 + 1 - 0 !
2 files changed, 30 insertions(+), 2 deletions(-)
1.5 and trunk. I assume the branch change should be a separate commit?
1.5 and trunk. I assume the branch change should be a separate commit?
On Tue, Jun 10, 2008 at 2:36 PM, Scott Blum <sco...@google.com> wrote:
> LGTM. This is for 1.5, right?
Committed at r3048.