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

FMMultivalueLink remove:ifAbsent: broken #975

Closed
seandenigris opened this issue Aug 3, 2015 · 1 comment
Closed

FMMultivalueLink remove:ifAbsent: broken #975

seandenigris opened this issue Aug 3, 2015 · 1 comment
Labels

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 975

(and FMMultiMultivalueLink too)

    values remove: anElement ifAbsent: exceptionBlock.

should be

    values remove: anElement ifAbsent: [^exceptionBlock value].

as found in FameCore-TudorGirba.14.mcz

Reported by stephan@stack.nl on 2013-08-30 09:22:27

@seandenigris
Copy link
Contributor Author

Thanks

Reported by tudor@tudorgirba.com on 2013-09-01 19:55:11

  • Status changed: Fixed
  • Labels added: Component-Fame, Milestone-4.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants