Mike Gerwitz
|
db18a61d30
|
[#19] Began implementing method hiding (added warning for implicit hiding)
|
2011-07-06 19:35:00 -04:00 |
Mike Gerwitz
|
bc3e879956
|
Corrected Warning stack trace
|
2011-07-06 19:12:08 -04:00 |
Mike Gerwitz
|
b74e03704b
|
Corrected member builder method test testCannotOverridePropertyWithMethod
|
2011-07-06 18:49:01 -04:00 |
Mike Gerwitz
|
65d988b1c6
|
Set stack trace limit to 20 frames for tests
|
2011-07-06 18:06:22 -04:00 |
Mike Gerwitz
|
1b1a4b60d5
|
Altered warning display and stack trace
|
2011-07-06 17:55:40 -04:00 |
Mike Gerwitz
|
3820ee4b07
|
Merge branch 'master' into virtual/master
Conflicts:
lib/member_builder.js
lib/util.js
test/test-member_builder-prop.js
|
2011-06-30 23:11:51 -04:00 |
Mike Gerwitz
|
6906eee77f
|
Tests fail on minified files with uglify-js 1.0.3; disallowing for now
|
2011-06-30 23:03:09 -04:00 |
Mike Gerwitz
|
81fa2ae424
|
Merge branch 'master' into 'virtual/master'
- Resolved conflicts
|
2011-06-30 23:00:13 -04:00 |
Mike Gerwitz
|
c672a2b575
|
Added ability to set and trigger the active warning handler
|
2011-06-29 22:34:08 -04:00 |
Mike Gerwitz
|
e7c20e0494
|
Ensure we don't throw errors for warning handler tests if console is not defined
|
2011-06-29 21:42:39 -04:00 |
Mike Gerwitz
|
f405f072f2
|
Added 'dismiss' warning handler
- Phew. That was a hard one.
|
2011-06-29 21:39:50 -04:00 |
Mike Gerwitz
|
bdd7df2011
|
Added throwError warning handler
|
2011-06-29 21:34:33 -04:00 |
Mike Gerwitz
|
90aaaeb3a3
|
Added 'log' warning handler
|
2011-06-29 21:33:54 -04:00 |
Mike Gerwitz
|
e2581deb90
|
Added Warning
|
2011-06-29 20:58:38 -04:00 |
Mike Gerwitz
|
a1585a351e
|
Not running getter/setter override tests if unsupported by environment
|
2011-06-14 23:00:37 -04:00 |
Mike Gerwitz
|
5065525f0d
|
Can no longer override getters/setters with properties
|
2011-06-14 22:18:26 -04:00 |
Mike Gerwitz
|
394b4981bf
|
Can no longer override getters/setters with methods
|
2011-06-14 19:44:11 -04:00 |
Mike Gerwitz
|
fb155d8df5
|
Getters/setters can no longer override properties
|
2011-06-14 18:24:18 -04:00 |
Mike Gerwitz
|
c83def013a
|
Added test to ensure getter/setter method override error contains name
|
2011-06-14 17:55:24 -04:00 |
Mike Gerwitz
|
51e27334cd
|
Can no longer override methods with getters/setters
|
2011-06-12 01:07:43 -04:00 |
Mike Gerwitz
|
6d31bf1084
|
Now passing base into member builder for getters/setters
|
2011-06-12 00:36:52 -04:00 |
Mike Gerwitz
|
75059ad030
|
Added util.get{Own,}PropertyDescriptor
|
2011-06-11 21:47:57 -04:00 |
Mike Gerwitz
|
d6873d1cc9
|
Corrected client-side assert.deepEqual() to only perform object/array operations if both provided values are objects/arrays respectively
|
2011-06-11 21:32:11 -04:00 |
Mike Gerwitz
|
a929c42a3f
|
Corrected Makefile; moved src_* back to root Makefile
- Was causing combine target to not recognize file changes
|
2011-06-11 20:55:45 -04:00 |
Mike Gerwitz
|
72e5d481e6
|
Merge branch 'master' into virtual/master
|
2011-06-10 23:11:31 -04:00 |
Mike Gerwitz
|
58a8198fda
|
Updated README.md; removed portion of note mentioning that interfaces are not yet available.
|
2011-06-10 11:23:32 -07:00 |
Mike Gerwitz
|
705dff4f34
|
0.1.0-pre in package.json until 0.1.0 tag to avoid npm confusion
|
2011-06-10 11:21:22 -07:00 |
Mike Gerwitz
|
adb7e088b7
|
[#19] Cannot declare virtual static methods
|
2011-06-09 22:22:14 -04:00 |
Mike Gerwitz
|
8b33471e42
|
Corrected non-virtual override test
|
2011-06-09 22:22:11 -04:00 |
Mike Gerwitz
|
08dc2559b4
|
[#19] Cannot declare virtual properties
|
2011-06-09 19:46:13 -04:00 |
Mike Gerwitz
|
7f24d094ba
|
[#19] Re-added FinalClass tests (we still want those ;))
|
2011-06-08 01:28:45 -04:00 |
Mike Gerwitz
|
4fea62a8ed
|
[#19] Removed 'final' keyword and all associated logic
- Kept FinalClass'
|
2011-06-08 01:26:04 -04:00 |
Mike Gerwitz
|
8b83e85c43
|
[#19] Implemented 'virtual' keyword
- Baby steps. 'override' keyword is not yet necessary.
- Final not yet removed
|
2011-06-08 01:11:53 -04:00 |
Mike Gerwitz
|
24a04369ae
|
Properly copying over abstract methods in implement()
|
2011-06-08 01:10:44 -04:00 |
Mike Gerwitz
|
aa32f4404d
|
[#5] Added additional information to the memory management section in documentation
|
2011-06-07 22:42:55 -04:00 |
Mike Gerwitz
|
d84ee9fdc5
|
Updated README to contain full documentation URLs
|
2011-06-07 19:56:52 -04:00 |
Mike Gerwitz
|
8705de950d
|
Placed mkbuild back into root Makefile
|
2011-06-05 13:53:05 -04:00 |
Mike Gerwitz
|
8fa10c494e
|
[#5] Separated Makefile into doc/ Makefile
|
2011-06-05 11:58:33 -04:00 |
Mike Gerwitz
|
309f799f78
|
[#5] CSS for split html documentation is now referenced rather than included in each output file
|
2011-06-05 11:22:56 -04:00 |
Mike Gerwitz
|
2d05445958
|
[#5] Added syntax highlighting to HTML documentation
|
2011-06-05 11:18:41 -04:00 |
Mike Gerwitz
|
642acc72fb
|
[#5] Additional documentation HTML styling
|
2011-06-03 18:50:41 -04:00 |
Mike Gerwitz
|
fd5fb2bb56
|
Minor HTML documentation CSS alterations (#5)
|
2011-06-02 23:04:56 -04:00 |
Mike Gerwitz
|
8f4e0ed0fa
|
Added manual.css to Makefile for HTML docs
|
2011-06-02 23:04:56 -04:00 |
Mike Gerwitz
|
d1044383d5
|
Fixed abstract/final class export in combined file
- I somehow had them swapped
|
2011-06-02 09:07:48 -04:00 |
Mike Gerwitz
|
9492a181f3
|
Removed 'Late Static Binding' section from documentation
- May be re-introduced in the future, but the documentation will have to be updated with the new implementation
|
2011-05-31 22:31:58 -04:00 |
Mike Gerwitz
|
557dcf6904
|
Fixed static bug and removed late static binding
- Late static binding will be revisited in the future
|
2011-05-31 22:29:07 -04:00 |
Mike Gerwitz
|
9db4e8d99f
|
Supplying alternative to getMethodInstance() for static methods
|
2011-05-30 23:03:08 -04:00 |
Mike Gerwitz
|
85c4c70b7d
|
Removed unneeded argument
|
2011-05-30 20:10:52 -04:00 |
Mike Gerwitz
|
91260471c7
|
Added documentation for 'const' keyword
|
2011-05-30 11:17:10 -04:00 |
Mike Gerwitz
|
ac8a2da200
|
Documentation menu correction
|
2011-05-30 11:17:10 -04:00 |