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

creating import script DNU #surroundedBySingleQuotes #1025

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

creating import script DNU #surroundedBySingleQuotes #1025

seandenigris opened this issue Aug 3, 2015 · 1 comment

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 1025

When loading smalltalk code from the moosepanel.

There is a button on the first page of the wizard to create a script

checking this button will ultimately produce the DNU above (subject) when creating
the model

Reported by anquetil.nicolas on 2013-12-09 18:44:36

@seandenigris
Copy link
Contributor Author

Following code in MooseImportFromSmalltalkImageWizard>>generateScriptForPackages:
---
contextItems := '. ' join: (((wizardInformations at: #contextToImport) select: [:e
| e value]) collect: [ :each | each key surroundedBySingleQuotes ] ) .
---
would correct the issue

But anyway, the script generated is wrong (issue 1026)

Reported by anquetil.nicolas on 2013-12-09 19:32:29

  • Status changed: WontFix

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

No branches or pull requests

1 participant