diff options
author | Arun Isaac | 2022-12-20 23:06:02 +0000 |
---|---|---|
committer | Arun Isaac | 2022-12-20 23:06:02 +0000 |
commit | 65bd57d52a41678978aa9cc5424cb67a59a92417 (patch) | |
tree | 155e88220003f75df3c5a4dd16a47a10b2f2f4ad /issues | |
parent | c4ac786714842cfaf819b645f01f755bc3babb8d (diff) | |
download | gn-gemtext-65bd57d52a41678978aa9cc5424cb67a59a92417.tar.gz |
Add random conflict issue.
Diffstat (limited to 'issues')
-rw-r--r-- | issues/do-not-conflict-with-random.gmi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/issues/do-not-conflict-with-random.gmi b/issues/do-not-conflict-with-random.gmi new file mode 100644 index 0000000..b687d80 --- /dev/null +++ b/issues/do-not-conflict-with-random.gmi @@ -0,0 +1,8 @@ +# Do not conflict with 'random' module + +gn3/random.py conflicts with Python's built-in 'random' module. This results in breakage such as +=> https://ci.genenetwork.org/jobs/genenetwork3-build-xapian-index/7 + +We should therefore gn3/random.py to something else. Assigning this to Fred since he created gn3/random.py + +* assigned: fred |