rtext 0.9.0 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +113 -98
  3. data/Project.yaml +14 -0
  4. data/RText_Protocol +1 -1
  5. data/lib/rtext/default_completer.rb +212 -208
  6. data/lib/rtext/frontend/connector.rb +122 -55
  7. data/lib/rtext/instantiator.rb +11 -3
  8. data/lib/rtext/service.rb +264 -260
  9. metadata +18 -44
  10. data/Rakefile +0 -46
  11. data/test/completer_test.rb +0 -607
  12. data/test/context_builder_test.rb +0 -949
  13. data/test/frontend/context_test.rb +0 -302
  14. data/test/instantiator_test.rb +0 -1733
  15. data/test/integration/backend.out +0 -16
  16. data/test/integration/crash_on_request_editor.rb +0 -12
  17. data/test/integration/ecore_editor.rb +0 -50
  18. data/test/integration/frontend.log +0 -40058
  19. data/test/integration/model/invalid_encoding.invenc +0 -2
  20. data/test/integration/model/test.crash_on_request +0 -18
  21. data/test/integration/model/test.crashing_backend +0 -18
  22. data/test/integration/model/test.dont_open_socket +0 -0
  23. data/test/integration/model/test.invalid_cmd_line +0 -0
  24. data/test/integration/model/test.not_in_rtext +0 -0
  25. data/test/integration/model/test_large_with_errors.ect3 +0 -43523
  26. data/test/integration/model/test_metamodel.ect +0 -24
  27. data/test/integration/model/test_metamodel2.ect +0 -5
  28. data/test/integration/model/test_metamodel3.ect4 +0 -7
  29. data/test/integration/model/test_metamodel_error.ect2 +0 -3
  30. data/test/integration/model/test_metamodel_ok.ect2 +0 -18
  31. data/test/integration/test.rb +0 -968
  32. data/test/link_detector_test.rb +0 -288
  33. data/test/message_helper_test.rb +0 -117
  34. data/test/rtext_test.rb +0 -11
  35. data/test/serializer_test.rb +0 -1024
  36. data/test/tokenizer_test.rb +0 -174
@@ -1,2 +0,0 @@
1
- EPackage "iso-8859-1 umlaut: �", nsPrefix: ""
2
-
@@ -1,18 +0,0 @@
1
- EPackage StatemachineMM {
2
- EClass State, abstract: true {
3
- EAttribute name, eType: /StatemachineMM/StringType
4
- EReference parent, eType: /StatemachineMM/CompositeState, eOpposite: /StatemachineMM/CompositeState/substates
5
- }
6
- EClass SimpleState, eSuperTypes: [/StatemachineMM/State]
7
- EClass CompositeState, eSuperTypes: [/StatemachineMM/State] {
8
- EReference substates, upperBound: -1, containment: true, eType: /StatemachineMM/State, eOpposite: /StatemachineMM/State/parent
9
- }
10
- EClass Transition {
11
- EReference target, upperBound: 1, eType: /StatemachineMM/State
12
- EReference source, upperBound: 1, eType: /StatemachineMM/State
13
- }
14
- EDataType StringType
15
- EAnnotation source: "test" {
16
- EStringToStringMapEntry key: "kind", value: "package"
17
- }
18
- }
@@ -1,18 +0,0 @@
1
- EPackage StatemachineMM {
2
- EClass State, abstract: true {
3
- EAttribute name, eType: /StatemachineMM/StringType
4
- EReference parent, eType: /StatemachineMM/CompositeState, eOpposite: /StatemachineMM/CompositeState/substates
5
- }
6
- EClass SimpleState, eSuperTypes: [/StatemachineMM/State]
7
- EClass CompositeState, eSuperTypes: [/StatemachineMM/State] {
8
- EReference substates, upperBound: -1, containment: true, eType: /StatemachineMM/State, eOpposite: /StatemachineMM/State/parent
9
- }
10
- EClass Transition {
11
- EReference target, upperBound: 1, eType: /StatemachineMM/State
12
- EReference source, upperBound: 1, eType: /StatemachineMM/State
13
- }
14
- EDataType StringType
15
- EAnnotation source: "test" {
16
- EStringToStringMapEntry key: "kind", value: "package"
17
- }
18
- }
File without changes
File without changes
File without changes