bmwiedemann (Bernhard M. Wiedemann)
- Login: bmwiedemann
- Registered on: 11/18/2016
- Last sign in: 01/11/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
01/11/2020
-
08:48 PM Ruby Feature #8709: Dir.glob should return sorted file list
- The benchmark numbers above show a difference of 12%
That is probably the worst case, because usually, globs will return fewer entries (though for some strange reason I get a 20% diff on a dir with 200 entries)
and usually some pro... -
06:28 AM Ruby Feature #8709 (Open): Dir.glob should return sorted file list
- There are two problems with unsorted glob:
1) it is different from glob in C, bash and perl that all sort by default. Even GNU make finally switched back to sorted wildcard/glob ( https://savannah.gnu.org/bugs/index.php?52076 )
2) ...
06/03/2017
-
04:11 AM Ruby Bug #13628 (Closed): rdoc json.gz files differ across builds
- lib/rdoc/generator/json_index.rb inserts the build time
into generated .gz files,
so they differ across each build,
making it hard for distributions like openSUSE's
to create bit-identical binary packages when those are using rdoc.
... -
04:11 AM Ruby Bug #13627 (Closed): created.rid prevents reproducible builds
- rdoc.rb inserts the current time into created.rid
so the file differs across each build,
making it hard for distributions like openSUSE's
to create bit-identical binary packages when those are using rdoc.
See https://reproducible-b...
11/18/2016
-
02:51 PM Ruby Bug #12954 (Closed): valgrind shows memory leaks
- I found that ruby itself is leaking plenty memory
in ruby2.2, ruby2.1 and ruby1.9
The only version without such leakage was ruby1.8.
Steps To Reproduce on openSUSE Tumbleweed:
zypper mr -e repo-debug
zypper in --no-recommends valg...