Issue 1025 in moose-technology: creating import script DNU #surroundedBySingleQuotes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 1025 in moose-technology: creating import script DNU #surroundedBySingleQuotes

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SmalltalkImporter

New issue 1025 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1025 in moose-technology: creating import script DNU #surroundedBySingleQuotes

moose-technology
Updates:
        Status: WontFix

Comment #1 on issue 1025 by [hidden email]: 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)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev