Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SmalltalkImporter
New issue 1025 by anquetil...(a)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
--
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
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SmalltalkImporter
New issue 1026 by anquetil...(a)gmail.com: Create importing script in Moose
Pharo Importer wizard broken
http://code.google.com/p/moose-technology/issues/detail?id=1026
When loading smalltalk code from the moosepanel.
There is a button on the first page of the wizard to create a script
But the script generated by this option does not work.
Possibly calling a method that no longer exist
--
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
Hi
when I press
allNamespaces - Smalltalk
in the finder
the system takes around 6 seconds to react. May be computing metrics in the back but it does not give a
good impression.
Stef
Hi,
Just in case you missed it, Andrei fixed the issue related to using Cmd+s
in the GTDebugger.
Please let us know if you have other issues.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Alex
you should integrate the fix of usman to manage correctly athens surface.
Because it solves the red square problem on restart. It is simple and working.
Stef
Usman wrote:
>Do we the demo live somewhere so that we can have a look at it?
QCMagritte is on https://ci.inria.fr/pharo-contribution/job/QCMagritte
ZnZincServerAdapter startOn: 8080
Click through the welcome app, set browse as default
and start the qcmagritte web app
Stephan
subclassHierarchy
| subclasses |
subclasses := OrderedCollection new.
self allSubclassesDo: [:each | subclasses add: each].
^ subclasses
to me it looks like too much thinking and this kind of API sucks.
I can understand
subclassHierarchyDepth
because it is about hierarchy but no subclasses.
Stef