Hi,
I committed a little enhancement to the load MSE menu action: it no longer
blocks the ui. Thus, even if you load a larger MSE file, you can still use
the user interface.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Finder Milestone-4.8
New issue 978 by tu...(a)tudorgirba.com: Loading MSE should not block the UI
http://code.google.com/p/moose-technology/issues/detail?id=978
Right now, choosing to load from MSE blocks the UI. A better solution would
be to load the MSE in parallel.
The implementation should be in MPImportMSECommand.
--
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
Doru wrote:
>Hmm. I love it that you are trying to get Moose in Gemstone :).
Ah well, we just ran into that widestring problem when trying to
make another project run on Gemstone. When I found the nice
simple expression I just pasted it in some other open windows...
Another common problem is empty sentences. Gemstone doesn't
like ..
>These methods are not particularly important, and I think we
>can find workarounds for them.
Just replacing them with the same text, but then in plain ascii,
is enough. Often, it is just a wrong quote in a comment.
Stephan
Gemstone doesn't like widestring method definitions.
MCMethodDefinition allInstances select: [ :each | (each source isKindOf: ByteString) not ]
should return an empty collection. In Pharo 3.0 it does.
In Moose 4.8 however we have
VerveineJTestResource>mse
MalPorterStemmerTest>porterTestData
MalStopwords>moreBasicEnglish
MalGermanStemmer>performStemming:
PPAnalyzerTest>grammarD
Stephan
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 975 by step...(a)stack.nl: FMMultivalueLink remove:ifAbsent: broken
http://code.google.com/p/moose-technology/issues/detail?id=975
(and FMMultiMultivalueLink too)
values remove: anElement ifAbsent: exceptionBlock.
should be
values remove: anElement ifAbsent: [^exceptionBlock value].
as found in FameCore-TudorGirba.14.mcz
--
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