diff options
author | Frederick Muriuki Muriithi | 2022-12-21 03:48:46 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-12-21 03:48:46 +0300 |
commit | 980b4c4f7067b42679e1a8f3492c957a8fe1603a (patch) | |
tree | af3c32647248e3f72106a309a0a7e79c685529e0 /issues | |
parent | 65bd57d52a41678978aa9cc5424cb67a59a92417 (diff) | |
download | gn-gemtext-980b4c4f7067b42679e1a8f3492c957a8fe1603a.tar.gz |
issues (do-not-conflict-with-random): Update notes
Diffstat (limited to 'issues')
-rw-r--r-- | issues/do-not-conflict-with-random.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/issues/do-not-conflict-with-random.gmi b/issues/do-not-conflict-with-random.gmi index b687d80..ebafcea 100644 --- a/issues/do-not-conflict-with-random.gmi +++ b/issues/do-not-conflict-with-random.gmi @@ -6,3 +6,13 @@ gn3/random.py conflicts with Python's built-in 'random' module. This results in We should therefore gn3/random.py to something else. Assigning this to Fred since he created gn3/random.py * assigned: fred +* status: closed, completed + +This is an interesting albeit weird failure though, since the module name is actually gn3.random and not simply random. + +It should (ideally) not conflict, but here we are... + +This should be fixed with +=> https://github.com/genenetwork/genenetwork3/commit/daa3a9cade431b21bbc48b690c16dcb8746f3dce this commit + +I renamed the module to "chancy" - hopefully it gives the developer an idea of what to expect in the module 🤷 |