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

Slim Script table: fix symbol in parameter display #500

Conversation

antoine-aumjaud
Copy link
Contributor

  • Implement construction of script table with "script:" keyword in the same column of the class name as anticipated in SlimTableFactory

You can write:

|script|MyClass|

or

|script:MyClass|

like other tables

  • Display parameters values used in an Actor constructor (created by script and start commands) if parameter is a symbol

If X is a variable set to 100, when test executed, we have before:

|script|MyClass|$X|

and now:

|script|MyClass|$X->[100]|

@amolenaar amolenaar merged commit c53226e into unclebob:master Aug 14, 2014
amolenaar added a commit that referenced this pull request Aug 14, 2014
…FixSymbolParameter

Slim Script table: fix symbol in parameter display
@amolenaar
Copy link
Collaborator

Nice patch! Thanks.

@amolenaar amolenaar added this to the Next release milestone Aug 14, 2014
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.

None yet

2 participants