Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-SmalltalkImporter
New issue 1025 by anquetil...@gmail.com: creating import script DNU #surroundedBySingleQuotes http://code.google.com/p/moose-technology/issues/detail?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
Updates: Status: WontFix
Comment #1 on issue 1025 by anquetil...@gmail.com: creating import script DNU #surroundedBySingleQuotes http://code.google.com/p/moose-technology/issues/detail?id=1025
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)