Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken functionalities of dictionaries? #19

Closed
tueda opened this issue Aug 22, 2014 · 1 comment
Closed

Broken functionalities of dictionaries? #19

tueda opened this issue Aug 22, 2014 · 1 comment
Labels
bug Something isn't working

Comments

@tueda
Copy link
Collaborator

tueda commented Aug 22, 2014

Some functionalities of dictionaries in the manual seems not to work. (Or it's still incomplete?)

Adding a function into a dictionary,

CF f;
#opendictionary test
  #add f: "\ln"
#closedictionary
.end

gives a segfault.

Indices are not correctly translated.

T t;
Indices mu,nu,ro,si;
#opendictionary test
  #add mu: "\mu"
  #add nu: "\nu"
  #add ro: "\rho"
* #add si: "\sigma"
#closedictionary
L F = t(mu,nu,ro,si);
L G = t(mu,nu,ro);
#usedictionary test
P;
.end

gives

   F =
      t(mu,nu,ro,\rho);

   G =
      t(mu,nu,ro);
@tueda tueda mentioned this issue Aug 22, 2014
@tueda
Copy link
Collaborator Author

tueda commented Oct 24, 2014

Fixed in f07116c.

@tueda tueda closed this as completed Oct 24, 2014
@tueda tueda added the bug Something isn't working label Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant