From 980b4c4f7067b42679e1a8f3492c957a8fe1603a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 21 Dec 2022 03:48:46 +0300 Subject: issues (do-not-conflict-with-random): Update notes --- issues/do-not-conflict-with-random.gmi | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 🤷 -- cgit v1.2.3