File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
- up to: e05481dcf0f28d63c8d86a0cbc80d8ab47e3bd1a
1
+ up to: 85e2640034b0a1100584e48c7c3261a08a70758a
2
2
3
3
Snowball 2.2.0 (2021-10-??)
4
4
===========================
12
12
Java
13
13
----
14
14
15
+ Javascript
16
+ ----------
17
+
18
+ * Fix generated code to use integer division rather than floating point
19
+ division.
20
+
21
+ Noted by David Corbett.
22
+
15
23
Pascal
16
24
------
17
25
18
26
* Fix code generated for division. Previously real division was used and the
19
27
generated code would fail to compile with a "Incompatible types" error.
20
28
21
- Noted by David Corbett in #156 .
29
+ Noted by David Corbett.
22
30
23
31
Python
24
32
------
25
33
26
34
* Python 2 is no longer actively supported, as proposed on the mailing list:
27
35
https://lists.tartarus.org/pipermail/snowball-discuss/2021-August/001721.html
28
36
37
+ * Fix code generated for division. Previously the Python code we generated
38
+ used integer division but rounded negative fractions towards negative
39
+ infinity rather than zero under Python 2, and under Python 3 used floating
40
+ point division.
41
+
42
+ Noted by David Corbett.
43
+
29
44
Code Quality Improvements
30
45
-------------------------
31
46
You can’t perform that action at this time.
0 commit comments