angular/modules/angular2/test/core/compiler
Tobias Bosch 5ec67ee2a7 fix(compiler): prevent race conditions
Previously, the compiler would detect cycles where there were none just because of other components that were compiled in parallel. Furthermore, the way ProtoView merging was triggered could result into early exits resulting in errors when trying to instantiate ProtoViews.

Fixes #3206
Closes #3211
2015-07-23 14:28:38 -07:00
..
compiler_spec.ts fix(compiler): prevent race conditions 2015-07-23 14:28:38 -07:00
component_url_mapper_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_spec.dart refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
directive_lifecycle_spec.ts refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
directive_metadata_reader_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
dynamic_component_loader_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
element_injector_spec.ts refactor(di): removed @Parent 2015-07-21 14:39:28 -07:00
integration_dart_spec.dart feat(change_detection): added support for ObservableList from package:observe 2015-07-15 17:06:42 -07:00
integration_spec.ts feat(di): added context to runtime DI errors 2015-07-22 14:22:46 -07:00
projection_integration_spec.ts fix(compiler): prevent race conditions 2015-07-23 14:28:38 -07:00
proto_view_factory_spec.ts fix(compiler): prevent race conditions 2015-07-23 14:28:38 -07:00
query_integration_spec.ts refactor(forms): removed iterableToList 2015-07-17 10:52:23 -07:00
query_list_spec.ts feat(query): initial implementation of view query. 2015-07-13 14:44:55 -07:00
view_container_ref_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
view_manager_spec.ts refactor(views): split ViewManager/ViewContainerRef.createView into 2 methods 2015-07-17 10:40:32 -07:00
view_manager_utils_spec.ts refactor(compiler): speed up proto view merging 2015-07-21 13:39:41 -07:00
view_pool_spec.ts refactor(compiler): speed up proto view merging 2015-07-21 13:39:41 -07:00