Hello everybody !

Here is the problem : we need in the designs code a table of 10 000
integers available in a book. I turned this into a file.

1) It would be ugly to copy/paste that in the python code
2) I created a .txt file in combinat/design/ for this data
3) Turns out that you cannot read a .txt file located in src/ at runtime,
so 2 does not work
4) I created a SPKG to copy this text file in SAGE_SHARE, because you
cannot just add a file in SAGE_SHARE
5) Now the reviewer tells me that the spkg must be optional for a year, and
that I need to add a try/catch system + exceptions + doc about this package.

I believe that this is going a bit far. What can we do in this case ?

Nathann

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to