trackler 2.1.0.38 → 2.1.0.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/tracks/clojure/config.json +0 -7
  4. data/tracks/{coldfusion/SETUP.md → clojure/docs/EXERCISE_README_INSERT.md} +0 -0
  5. data/tracks/coldfusion/config.json +3 -5
  6. data/tracks/{fortran/exercises/TRACK_HINTS.md → coldfusion/docs/EXERCISE_README_INSERT.md} +0 -0
  7. data/tracks/coq/{exercises/TRACK_HINTS.md → docs/EXERCISE_README_INSERT.md} +0 -0
  8. data/tracks/dlang/config.json +0 -3
  9. data/tracks/{prolog/SETUP.md → elisp/docs/EXERCISE_README_INSERT.md} +0 -0
  10. data/tracks/elm/config.json +229 -172
  11. data/tracks/fortran/config.json +21 -19
  12. data/tracks/{purescript/SETUP.md → fortran/docs/EXERCISE_README_INSERT.md} +0 -0
  13. data/tracks/groovy/config.json +39 -16
  14. data/tracks/haxe/config.json +0 -5
  15. data/tracks/java/POLICIES.md +4 -0
  16. data/tracks/lfe/config.json +0 -7
  17. data/tracks/mips/config.json +0 -4
  18. data/tracks/nasm/config.json +0 -5
  19. data/tracks/nim/config.json +42 -18
  20. data/tracks/php/config.json +0 -4
  21. data/tracks/plsql/config.json +0 -4
  22. data/tracks/powershell/config.json +0 -5
  23. data/tracks/prolog/config.json +35 -18
  24. data/tracks/prolog/docs/EXERCISE_README_INSERT.md +0 -0
  25. data/tracks/purescript/docs/EXERCISE_README_INSERT.md +0 -0
  26. data/tracks/python/config.json +0 -5
  27. data/tracks/python/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  28. data/tracks/r/.gitignore +3 -0
  29. data/tracks/r/exercises/luhn/test_luhn.R +10 -5
  30. data/tracks/r/exercises/phone-number/example.R +6 -1
  31. data/tracks/r/exercises/phone-number/test_phone-number.R +13 -9
  32. data/tracks/racket/config.json +0 -6
  33. data/tracks/scheme/config.json +0 -4
  34. data/tracks/sml/config.json +24 -13
  35. data/tracks/sml/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  36. data/tracks/tcl/config.json +0 -5
  37. data/tracks/vbnet/config.json +0 -4
  38. metadata +10 -8
@@ -6,56 +6,58 @@
6
6
  "test_pattern": ".*\\.fun",
7
7
  "solution_pattern": "example.f90",
8
8
  "exercises": [
9
- {
9
+ {
10
10
  "slug": "hello-world",
11
11
  "difficulty": 1,
12
12
  "topics": [
13
+
13
14
  ]
14
- },
15
- {
15
+ },
16
+ {
16
17
  "slug": "bob",
17
18
  "difficulty": 1,
18
19
  "topics": [
20
+
19
21
  ]
20
- },
21
- {
22
+ },
23
+ {
22
24
  "slug": "hamming",
23
25
  "difficulty": 1,
24
26
  "topics": [
27
+
25
28
  ]
26
- },
27
- {
29
+ },
30
+ {
28
31
  "slug": "rna-transcription",
29
32
  "difficulty": 1,
30
33
  "topics": [
34
+
31
35
  ]
32
- },
33
- {
36
+ },
37
+ {
34
38
  "slug": "raindrops",
35
39
  "difficulty": 1,
36
40
  "topics": [
41
+
37
42
  ]
38
- },
39
- {
43
+ },
44
+ {
40
45
  "slug": "difference-of-squares",
41
46
  "difficulty": 1,
42
47
  "topics": [
48
+
43
49
  ]
44
- },
45
- {
50
+ },
51
+ {
46
52
  "slug": "pangram",
47
53
  "difficulty": 1,
48
54
  "topics": [
55
+
49
56
  ]
50
- }
57
+ }
51
58
  ],
52
59
  "deprecated": [
53
60
 
54
- ],
55
- "ignored": [
56
- "bin",
57
- "img",
58
- "docs"
59
61
  ],
60
62
  "foregone": [
61
63
 
@@ -6,9 +6,6 @@
6
6
  "active": false,
7
7
  "deprecated": [
8
8
 
9
- ],
10
- "ignored": [
11
- "docs"
12
9
  ],
13
10
  "foregone": [
14
11
 
@@ -17,67 +14,93 @@
17
14
  {
18
15
  "difficulty": 1,
19
16
  "slug": "hello-world",
20
- "topics": []
17
+ "topics": [
18
+
19
+ ]
21
20
  },
22
21
  {
23
22
  "difficulty": 2,
24
23
  "slug": "hamming",
25
- "topics": []
24
+ "topics": [
25
+
26
+ ]
26
27
  },
27
28
  {
28
29
  "difficulty": 4,
29
30
  "slug": "gigasecond",
30
- "topics": []
31
+ "topics": [
32
+
33
+ ]
31
34
  },
32
35
  {
33
36
  "difficulty": 3,
34
37
  "slug": "raindrops",
35
- "topics": []
38
+ "topics": [
39
+
40
+ ]
36
41
  },
37
42
  {
38
43
  "difficulty": 2,
39
44
  "slug": "rna-transcription",
40
- "topics": []
45
+ "topics": [
46
+
47
+ ]
41
48
  },
42
49
  {
43
50
  "difficulty": 2,
44
51
  "slug": "difference-of-squares",
45
- "topics": []
52
+ "topics": [
53
+
54
+ ]
46
55
  },
47
56
  {
48
57
  "difficulty": 1,
49
58
  "slug": "leap",
50
- "topics": []
59
+ "topics": [
60
+
61
+ ]
51
62
  },
52
63
  {
53
64
  "difficulty": 4,
54
65
  "slug": "nth-prime",
55
- "topics": []
66
+ "topics": [
67
+
68
+ ]
56
69
  },
57
70
  {
58
71
  "difficulty": 3,
59
72
  "slug": "robot-name",
60
- "topics": []
73
+ "topics": [
74
+
75
+ ]
61
76
  },
62
77
  {
63
78
  "difficulty": 4,
64
79
  "slug": "roman-numerals",
65
- "topics": []
80
+ "topics": [
81
+
82
+ ]
66
83
  },
67
84
  {
68
85
  "difficulty": 2,
69
86
  "slug": "grains",
70
- "topics": []
87
+ "topics": [
88
+
89
+ ]
71
90
  },
72
91
  {
73
92
  "difficulty": 3,
74
93
  "slug": "word-count",
75
- "topics": []
94
+ "topics": [
95
+
96
+ ]
76
97
  },
77
98
  {
78
99
  "difficulty": 3,
79
100
  "slug": "phone-number",
80
- "topics": []
101
+ "topics": [
102
+
103
+ ]
81
104
  }
82
105
  ]
83
106
  }
@@ -7,11 +7,6 @@
7
7
  "test_pattern": "TODO",
8
8
  "deprecated": [
9
9
 
10
- ],
11
- "ignored": [
12
- "bin",
13
- "docs",
14
- "img"
15
10
  ],
16
11
  "foregone": [
17
12
 
@@ -42,6 +42,10 @@ References: [[1](https://github.com/exercism/xjava/issues/177#issuecomment-26129
42
42
 
43
43
  References: [[1](https://github.com/exercism/xjava/issues/178)]
44
44
 
45
+ ### Do not make user-facing classes `final`
46
+
47
+ > Starter implementations and test classes should not include the `final` keyword in class declarations as it isn't strictly necessary and could be confusing to people unfamiliar with Java.
48
+
45
49
  ### Ignore noninitial tests
46
50
 
47
51
  > All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test")` (single test) or `@Ignore("Remove to run tests")` (parametrized test).
@@ -6,13 +6,6 @@
6
6
  "deprecated": [
7
7
  "accumulate"
8
8
  ],
9
- "ignored": [
10
- "_build",
11
- "_test",
12
- "bin",
13
- "deps",
14
- "docs"
15
- ],
16
9
  "foregone": [
17
10
 
18
11
  ],
@@ -6,10 +6,6 @@
6
6
  "test_pattern": "runner.mips",
7
7
  "deprecated": [
8
8
 
9
- ],
10
- "ignored": [
11
- "bin",
12
- "docs"
13
9
  ],
14
10
  "foregone": [
15
11
 
@@ -6,11 +6,6 @@
6
6
  "active": false,
7
7
  "deprecated": [
8
8
 
9
- ],
10
- "ignored": [
11
- "bin",
12
- "docs",
13
- "img"
14
9
  ],
15
10
  "foregone": [
16
11
 
@@ -6,10 +6,6 @@
6
6
  "active": false,
7
7
  "deprecated": [
8
8
 
9
- ],
10
- "ignored": [
11
- "docs",
12
- "_test"
13
9
  ],
14
10
  "foregone": [
15
11
 
@@ -18,72 +14,100 @@
18
14
  {
19
15
  "difficulty": 1,
20
16
  "slug": "hello-world",
21
- "topics": []
17
+ "topics": [
18
+
19
+ ]
22
20
  },
23
21
  {
24
22
  "difficulty": 1,
25
23
  "slug": "leap",
26
- "topics": []
24
+ "topics": [
25
+
26
+ ]
27
27
  },
28
28
  {
29
29
  "difficulty": 1,
30
30
  "slug": "bob",
31
- "topics": []
31
+ "topics": [
32
+
33
+ ]
32
34
  },
33
35
  {
34
36
  "difficulty": 1,
35
37
  "slug": "word-count",
36
- "topics": []
38
+ "topics": [
39
+
40
+ ]
37
41
  },
38
42
  {
39
43
  "difficulty": 1,
40
44
  "slug": "anagram",
41
- "topics": []
45
+ "topics": [
46
+
47
+ ]
42
48
  },
43
49
  {
44
50
  "difficulty": 1,
45
51
  "slug": "triangle",
46
- "topics": []
52
+ "topics": [
53
+
54
+ ]
47
55
  },
48
56
  {
49
57
  "difficulty": 1,
50
58
  "slug": "react",
51
- "topics": []
59
+ "topics": [
60
+
61
+ ]
52
62
  },
53
63
  {
54
64
  "difficulty": 1,
55
65
  "slug": "binary",
56
- "topics": []
66
+ "topics": [
67
+
68
+ ]
57
69
  },
58
70
  {
59
71
  "difficulty": 1,
60
72
  "slug": "rna-transcription",
61
- "topics": []
73
+ "topics": [
74
+
75
+ ]
62
76
  },
63
77
  {
64
78
  "difficulty": 1,
65
79
  "slug": "hamming",
66
- "topics": []
80
+ "topics": [
81
+
82
+ ]
67
83
  },
68
84
  {
69
85
  "difficulty": 1,
70
86
  "slug": "queen-attack",
71
- "topics": []
87
+ "topics": [
88
+
89
+ ]
72
90
  },
73
91
  {
74
92
  "difficulty": 1,
75
93
  "slug": "nucleotide-count",
76
- "topics": []
94
+ "topics": [
95
+
96
+ ]
77
97
  },
78
98
  {
79
99
  "difficulty": 1,
80
100
  "slug": "difference-of-squares",
81
- "topics": []
101
+ "topics": [
102
+
103
+ ]
82
104
  },
83
105
  {
84
106
  "difficulty": 1,
85
107
  "slug": "raindrops",
86
- "topics": []
108
+ "topics": [
109
+
110
+ ]
87
111
  }
88
112
  ]
89
113
  }
@@ -5,10 +5,6 @@
5
5
  "active": true,
6
6
  "deprecated": [
7
7
 
8
- ],
9
- "ignored": [
10
- "docs",
11
- "img"
12
8
  ],
13
9
  "foregone": [
14
10
 
@@ -6,10 +6,6 @@
6
6
  "test_pattern": "ut.*plsql",
7
7
  "deprecated": [
8
8
 
9
- ],
10
- "ignored": [
11
- "docs",
12
- "img"
13
9
  ],
14
10
  "foregone": [
15
11
 
@@ -6,11 +6,6 @@
6
6
  "active": false,
7
7
  "deprecated": [
8
8
 
9
- ],
10
- "ignored": [
11
- "bin",
12
- "docs",
13
- "img"
14
9
  ],
15
10
  "foregone": [
16
11
 
@@ -5,68 +5,85 @@
5
5
  "active": false,
6
6
  "exercises": [
7
7
  {
8
- "slug": "hello-world" ,
8
+ "slug": "hello-world",
9
9
  "difficulty": 1,
10
- "topics": []
10
+ "topics": [
11
+
12
+ ]
11
13
  },
12
14
  {
13
15
  "slug": "sum-of-multiples",
14
16
  "difficulty": 1,
15
- "topics": []
17
+ "topics": [
18
+
19
+ ]
16
20
  },
17
21
  {
18
22
  "slug": "binary",
19
23
  "difficulty": 1,
20
- "topics": []
24
+ "topics": [
25
+
26
+ ]
21
27
  },
22
28
  {
23
29
  "slug": "leap",
24
30
  "difficulty": 1,
25
- "topics": []
31
+ "topics": [
32
+
33
+ ]
26
34
  },
27
35
  {
28
36
  "slug": "triangle",
29
37
  "difficulty": 1,
30
- "topics": []
38
+ "topics": [
39
+
40
+ ]
31
41
  },
32
42
  {
33
43
  "slug": "space-age",
34
44
  "difficulty": 1,
35
- "topics": []
45
+ "topics": [
46
+
47
+ ]
36
48
  },
37
49
  {
38
50
  "slug": "grains",
39
51
  "difficulty": 1,
40
- "topics": []
52
+ "topics": [
53
+
54
+ ]
41
55
  },
42
56
  {
43
- "slug": "nucleotide-count" ,
57
+ "slug": "nucleotide-count",
44
58
  "difficulty": 1,
45
- "topics": []
59
+ "topics": [
60
+
61
+ ]
46
62
  },
47
63
  {
48
64
  "slug": "hamming",
49
65
  "difficulty": 1,
50
- "topics": []
66
+ "topics": [
67
+
68
+ ]
51
69
  },
52
70
  {
53
71
  "slug": "anagram",
54
72
  "difficulty": 1,
55
- "topics": []
73
+ "topics": [
74
+
75
+ ]
56
76
  },
57
77
  {
58
78
  "slug": "rna-transcription",
59
79
  "difficulty": 1,
60
- "topics": []
80
+ "topics": [
81
+
82
+ ]
61
83
  }
62
84
  ],
63
85
  "deprecated": [
64
86
 
65
- ],
66
- "ignored": [
67
- "bin",
68
- "img",
69
- "docs"
70
87
  ],
71
88
  "foregone": [
72
89