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

look up tables for script blocks #30

Merged
merged 1 commit into from
Sep 25, 2012
Merged

look up tables for script blocks #30

merged 1 commit into from
Sep 25, 2012

Conversation

stmichael
Copy link
Owner

Script blocks need to be able to write to and read from lookup tables. They already have access to other simple definitions lookup tables by using definition('other definition').identify_by(:id, 8) for example.

What's missing is the ability of the script block to create its own lookup table. I have a use case where I need exactly such behavior. In this commit I took the simplest approach to make it possible.

@senny
Copy link
Collaborator

senny commented Sep 25, 2012

We merge this one but the LookupTable functionality needs to be refactored! #48

senny added a commit that referenced this pull request Sep 25, 2012
@senny senny merged commit 084d454 into master Sep 25, 2012
@stmichael stmichael deleted the topic/lookup_for_scripts branch November 11, 2013 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants