Hello,
Last week I upgraded from 3.9 to 3.10-1 with basic image 3.10-2 (Linux). Since then I've had the following problems: SUnit won't upgrade (keeps frozen at: Snapshotting Methods). Debug freezes. TestRunner freezes whenever I try to debug an error (a problem with debug???) Have someone addressed these problems? If so where fixes can be found? Best regards, Casimiro -- ############################################################################### # Este e-mail pode conter informações confidenciais/privadas e # destina-se somente aos destinatários especificados no cabeçalho # (campos To:, Cc:, CCo:) # # O repasse de parte ou da totalidade deste e-mail para outros # usuários ou para listas de discussão deve ser autorizado # explicitamente por [hidden email] # # Esta mensagem é digitalmente assinada utilizando-se algorítimo # PGP (gnuPG). A chave pública para o usuário [hidden email] # pode ser obtida em: http://pgp.mit.edu # # ----------------------------------------------------------------------------- # # This message may contain confidential/private information and # is directed only to the recipients specified in the message # header (fields To:, Cc:, CCo:). # # Forwarding part or the totality of this message to other people # requires explicit authorization from [hidden email] # # This message is digitally signed using GnuPG (PGP algorithm). Public # key for [hidden email] may be recovered from: # http://pgp.mit.edu # ############################################################################### signature.asc (267 bytes) Download Attachment |
Ok. Somehow it seems to be a problem with UTF-8 encoding.Hello, Last week I upgraded from 3.9 to 3.10-1 with basic image 3.10-2 (Linux). Since then I've had the following problems: SUnit won't upgrade (keeps frozen at: Snapshotting Methods). Debug freezes. TestRunner freezes whenever I try to debug an error (a problem with debug???) Have someone addressed these problems? If so where fixes can be found? Best regards, Casimiro With 3.9 I just set ENCODING=UTF-8 and TEXTENC=latin9 and things worked all right. In 3.10 this scheme just don't work so I use a command line like: $ /usr/local/bin/squeak -encoding UTF-8 -textenc UTF-8 squeak.image But that didn't work all right either, so I had to install the following Spanish.cs 'From Squeak3.10beta of 22 July 2007 [latest update: #7159] on 20 March 2008 at 4:57:46 pm'! KeyboardInputInterpreter subclass: #UTF32InputInterpreter instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: 'Multilingual-TextConversion'! !Latin1Environment class methodsFor: 'subclass responsibilities' stamp: 'jlrr 3/20/2008 12:55'! inputInterpreterClass ^ UTF32InputInterpreter ! ! !UTF32InputInterpreter methodsFor: 'as yet unclassified' stamp: 'jlrr 3/20/2008 12:55'! nextCharFrom: t1 firstEvt: t2 ^ Character value: (t2 at: 6)! ! With it things work all right except that the 1st keyboard stroke is wrongly interpreted... Not to mention that UTF-8 characters in path names are not interpreted even when I use -pathenc UTF-8. One side effect when I use -pathenc UTF-8 is that shout stops to work in the workspace... absolutely no syntax highlighting. What's the best way of configuring squeak 3.10 to work with UTF-8 encoding??? Without breaking SUnit, debug, etc ???? OS: Fedora Release 9, i686. LC_CTYPE=pt_BR Best regards, Casimiro signature.asc (267 bytes) Download Attachment |
Free forum by Nabble | Edit this page |