Questions tagged [localsymbol]

For questions related to the V10.2+ functionality LocalObject and V11.1+ PersistentObject.

For questions related to the new-in-10.2 functionality LocalSymbol and LocalObject and their V11.1 extensions, PersistentValue and PersistentObject.

Links:

11 questions
3
votes
0 answers

LocalSymbol remains unevaluated in autoload package?

I am using LocalSymbol to store some database credentials. I put a statement like this in a user-level autoload package: $PostgresCredentials = LocalSymbol @ "DefaultPostgres"; This returns unevaluated when this package is autoloaded (i.e. it…
mfvonh
  • 8,460
  • 27
  • 42