Google Code Exporter
Google Code Exporter
``` In V2.0 : Once a job affinity has been reset to "", no job can take it any more. ``` Original issue reported on code.google.com by `[email protected]` on 23...
``` What steps will reproduce the problem? 1. I have submitted a job and maya seems to launched. But the log seems to freeze at the start. What is the...
``` It seems that the library haven't ability to create DBF files from scratch. ``` Original issue reported on code.google.com by `[email protected]` on 10 Nov 2011 at 10:01
``` In this patch: * I define LeakyWeakMaps (implemented with a key/value arrays pair) * I replace the 2 key/values array pairs (hidden record and leaky weakmap for non-extensible objects)...
``` Bug : http://jsfiddle.net/jkegJ/2/ Related github issue : https://github.com/nrstott/traits.js/pull/1 It would appear that getter/setter's on Object.prototype are broken when using `map[name] = pd` at http://code.google.com/p/es-lab/source/browse/trunk/src/traits/traits.js#272 Replacing it with a `defineProperty`...
``` On major browsers (tested on FF5, Chrome 11 and Opera 11.11), window.frames === window. This could be a way for a script writer to access the global object without...
``` in line 82 of traits.js : http://code.google.com/p/es-lab/source/browse/trunk/src/traits/traits.js#82 it seems the getPrototypeOf fallback implementation is wrong and should really be: return obj.prototype; instead of return Object.prototype; Since I didn't try...
``` a small correction ``` Original issue reported on code.google.com by `[email protected]` on 4 May 2011 at 1:02 Attachments: - [forwardingHandler.js.patch](https://storage.googleapis.com/google-code-attachments/es-lab/issue-15/comment-0/forwardingHandler.js.patch)
``` Try typing it into http://es-lab.googlecode.com/svn/trunk/site/esparser/index.html See https://bugs.ecmascript.org/show_bug.cgi?id=8 ``` Original issue reported on code.google.com by `[email protected]` on 9 Feb 2011 at 1:40
``` What steps will reproduce the problem? 1. Load the page 2. Open the source 3. There's no doctype before What is the expected output? What do you see instead?...