Anders Hejlsberg
c9a42c19ab
Accepting new baselines
2014-10-10 17:01:28 -07:00
Dan Quirk
8ce1760d9e
Fixing merge conflicts
2014-10-10 14:49:35 -07:00
Dan Quirk
bacb9d0b22
Test updates from union changes
2014-10-10 14:41:14 -07:00
Anders Hejlsberg
5c661baddc
Accepting new baselines after merge with master
...
The tuple type tests from master need to be updated to reflect the new
best common type behavior from union types. This commit simply accepts
the baselines as they are.
2014-10-08 15:37:01 -07:00
Anders Hejlsberg
ea4cbbee4e
Merge branch 'master' into unionTypes
2014-10-08 15:23:37 -07:00
Anders Hejlsberg
fd5b80805e
Accepting new baselines
...
The new baselines all look correct to me, but obviously a number of the
tests need to be updated to reflect union types and the new behavior of
best common type. This commit does not cover that.
2014-10-08 13:48:44 -07:00
Yui T
530a5c0650
Merge branch 'master' into getEmitOutputExternalModule
2014-10-07 13:21:19 -07:00
Yui T
747ae1b1f5
Add fourslash tests to cover external module case
2014-10-06 18:37:01 -07:00
Sheetal Nandi
2de4ad0335
Merge pull request #818 from Microsoft/sourceMapRelativeDirName
...
Fixes incorrect path resolution of sources to sourcemap when the directory paths differ in only case
2014-10-06 11:48:10 -07:00
Sheetal Nandi
4cf78744e3
Added test cases for --outDir option
2014-10-06 11:37:08 -07:00
Yui T
0ef3cd1b22
Merge branch 'master' into tupleConformance
2014-10-06 10:39:12 -07:00
Mohamed Hegazy
432fff1362
Merge pull request #823 from chrisbubernak/betterErrorsForBitwiseOperatorsOnBooleans
...
Fix for issue #712
2014-10-05 09:51:11 -07:00
Chris Bubernak
6044e3aea3
Made fixes based on CR feedback
2014-10-04 10:10:55 -07:00
Chris Bubernak
e6b5591ae9
Updated baselines
2014-10-03 18:50:48 -07:00
Daniel Rosenwasser
c1d15c792b
Merge branch 'master' into navbar
...
Also fixed getSourceText and renamed it to getTextOfNode
2014-10-03 17:44:52 -07:00
Yui T
52f8ae3eec
Tuple conformance
2014-10-03 17:37:29 -07:00
Sheetal Nandi
710bac6d81
Fix the source map directory resolution with non case sensitive file names
2014-10-03 15:10:12 -07:00
Sheetal Nandi
fe8f736207
Enable tests for the case sensitive and non case sensitive path resolution during soucemap path calculation
2014-10-03 15:07:18 -07:00
Yui T
5926a03363
Merge branch 'master' into flagAllDuplication
2014-10-01 14:27:41 -07:00
Mohamed Hegazy
a37106d4da
Merge pull request #748 from chrisbubernak/selfReferencingFileError
...
Fix issue #568 (no error for file self reference)
2014-10-01 13:44:47 -07:00
Yui T
296e8e01b3
Update Baselines
2014-10-01 11:27:20 -07:00
Yui T
c2d86711e8
Update baselines
2014-09-30 18:09:55 -07:00
Jason Freeman
ab3326f7b7
Fix arity checking for partial overload resolution
2014-09-30 17:13:47 -07:00
Daniel Rosenwasser
5851752e32
Merge branch 'master' into navbar
...
Conflicts:
Jakefile
src/services/getScriptLexicalStructureWalker.ts
src/services/services.ts
2014-09-30 14:20:58 -07:00
ChrisBubernak
1b3da908de
fixing baseline
2014-09-26 09:33:06 -07:00
ChrisBubernak
93db897778
Fixed some of the baselines, made file comparisons handle different
...
casing, put diagnostic message in correct order
2014-09-26 07:47:44 -07:00
ChrisBubernak
e11ee0f6cf
Fixed a few of the code review suggestions
2014-09-25 13:02:37 -07:00
ChrisBubernak
ae17c35728
Added error checking for references that reference the same file along
...
with 3 tests,
2014-09-25 09:12:31 -07:00
Vladimir Matveev
dae98be062
Merge pull request #737 from Microsoft/instanceof_cascading_errors
...
do not report cascading errors in instanceof operator
2014-09-24 11:09:21 -07:00
Jason Freeman
7bd7d4605e
Merge pull request #726 from Microsoft/sigHelp
...
Signature help in the new compiler
2014-09-24 10:58:50 -07:00
Jason Freeman
22e989795d
Merge branch 'master' into sigHelp
...
Conflicts:
src/compiler/checker.ts
src/compiler/types.ts
src/services/services.ts
2014-09-24 10:47:41 -07:00
Daniel Rosenwasser
3457d87aea
Merge branch 'master' into navbar
...
Conflicts:
src/services/services.ts
2014-09-24 10:40:59 -07:00
Vladimir Matveev
649f5c01a4
do not report cascading errors in instanceof operator
2014-09-24 09:10:40 -07:00
Vladimir Matveev
ef6a87cdfb
use operator token when checking unary expressions in strict mode
2014-09-24 08:52:02 -07:00
Jason Freeman
de2ac51924
Change NodeArray to have a hasTrailingComma property instead of an OmittedExpression
2014-09-23 19:40:25 -07:00
Mohamed Hegazy
12572576c8
fix comment text
2014-09-23 13:44:39 -07:00
Mohamed Hegazy
a6fdad1e97
Added protected conformance tests
2014-09-23 11:22:38 -07:00
Mohamed Hegazy
95394220b4
Merge branch 'release-1.1'
...
Conflicts:
Jakefile
src/compiler/tsc.ts
2014-09-22 14:55:28 -07:00
Cyrus Najmabadi
0282b51c68
Updated test baselines.
2014-09-19 17:58:41 -07:00
Cyrus Najmabadi
4aa7c6693c
Updating baselines.
2014-09-19 17:58:16 -07:00
Cyrus Najmabadi
e426c83017
Merge branch 'master' into fidelityParser
2014-09-19 17:53:07 -07:00
Anders Hejlsberg
7cc6bbb4d1
Merge pull request #688 from Microsoft/protectedMembers
...
Support for protected members in classes
2014-09-19 14:43:53 -07:00
Anders Hejlsberg
b5b0777ad5
More tests for protected members
2014-09-19 14:01:07 -07:00
Mohamed Hegazy
68687395b8
handle cases where we have a node with width 0 when reporting grammar errors
2014-09-19 09:44:47 -07:00
Anders Hejlsberg
ddfe28db66
Accepting new baselines
2014-09-19 06:37:55 -07:00
Cyrus Najmabadi
0e9134788a
Port fidelity changes to github.
2014-09-18 15:37:16 -07:00
Daniel Rosenwasser
fc344eeef9
Merge branch 'master' into navbar
...
Conflicts:
tests/baselines/reference/parserEqualsGreaterThanAfterFunction1.errors.txt
tests/baselines/reference/parserEqualsGreaterThanAfterFunction2.errors.txt
2014-09-18 15:24:52 -07:00
Anders Hejlsberg
08188b0142
Merge branch 'master' into protectedMembers
2014-09-17 17:05:45 -07:00
Daniel Rosenwasser
e69b9e6362
Fixed issue where parser improperly parses a function declaration with no identifier.
2014-09-17 16:20:19 -07:00
Mohamed Hegazy
deaa58b1a0
Merge branch 'master' into completionFixes
...
Conflicts:
tests/baselines/reference/enumConflictsWithGlobalIdentifier.errors.txt
tests/baselines/reference/enumMemberResolution.errors.txt
2014-09-17 14:44:17 -07:00