Share

Macaulay2

Tracker: Bugs

5 Existing key not found in hash table. - ID: 1665313
Last Update: Comment added ( dangrayson )

Version 0.9.95 fails to find known key in the following example:

-------------------------

i1 : L = QQ[x]

o1 = L

o1 : PolynomialRing

i2 : keys L

o2 = {(lift, L, L), 0, 1, generatorSymbols, generatorExpressions, ...

o2 : List

i3 : L.generatorSymbols
stdio:3:2:(1):[0]: key not found in hash table

i4 :

-------------------------

Version 0.9.2 works OK.


Paul Aspinwall ( psa2 ) - 2007-02-21 15:12

5

Closed

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )

Date: 2007-02-21 18:20
Sender: dangraysonProject Admin


That key corresponds to non-public symbol. We introduced the notion of
"package", and with that comes the ability for a package to have private
symbols, not exported to the user. The package "Core" has a number of such
symbols, for we regard the use of those symbols as something we are free to
change and don't have to document.

What do you really want to do? Maybe there is another way.



Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
status_id Open 2007-02-21 18:20 dangrayson
close_date - 2007-02-21 18:20 dangrayson