Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unpackaged class using default template from Dictionaries view goes boom #937

Open
dalehenrich opened this issue Oct 22, 2024 · 1 comment
Assignees

Comments

@dalehenrich
Copy link
Member

template:

Object rwSubclass: 'TestClass1'
	instVarNames: #()
	classVars: #()
	classInstVars: #()
	poolDictionaries: #()
	category: nil
	options: #()

stack:


[1] ProcessorScheduler >> _switchFrom:to: @2 line 8
[2] ProcessorScheduler >> _reschedule @7 line 7
[3] ProcessorScheduler >> _suspendProcess: @8 line 8
[4] GsProcess >> suspend @7 line 8
[5] [] in RowanService >> setDebugActionBlock @45 line 43
[6] ExecBlock1 (ExecBlock) >> cull: @7 line 7
[7] UserDefinedError (AbstractException) >> _signalToDebugger @8 line 5
[8] UserDefinedError (AbstractException) >> defaultAction @2 line 18
[9] UserDefinedError (AbstractException) >> _defaultAction @4 line 4
[10] UserDefinedError (AbstractException) >> _signal @2 line 20
[11] UserDefinedError (AbstractException) >> signal @2 line 47
[12] RwPrjBrowserToolV2 (Object) >> error: @6 line 7
>> [13] [] in RwPrjBrowserToolV2 >> addOrUpdateClassDefinition:type:superclass:instVarNames:classVars:classInstVars:poolDictionaries:category:options: @36 line 8
[14] RwGsImage class >> loadedPackageNamed:ifAbsent: @4 line 11
[15] RwPrjBrowserToolV2 >> _loadedPackageNamed:ifAbsent: @3 line 3
[16] RwPrjBrowserToolV2 >> addOrUpdateClassDefinition:type:superclass:instVarNames:classVars:classInstVars:poolDictionaries:category:options: @4 line 7
[17] Object class (Class) >> rwSubclass:instVarNames:classVars:classInstVars:poolDictionaries:category:options: @6 line 4
[18] Executed Code  @2 line 1
[19] GsNMethod >> _executeInContext: @1 line 11
[20] [] in RowanBrowserService >> recompileMethodsAfterClassCompilation @39 line 6
[21] ExecBlock0 (ExecBlock) >> on:do: @3 line 44
[22] [] in RowanBrowserService >> recompileMethodsAfterClassCompilation @34 line 7
[23] ExecBlock0 (ExecBlock) >> ensure: @2 line 12
[24] RowanBrowserServiceServer (RowanBrowserService) >> recompileMethodsAfterClassCompilation @2 line 18
[25] RowanBrowserServiceServer (Object) >> perform:withArguments: @1 line 12
[26] RowanBrowserServiceServer (RowanService) >> servicePerform:withArguments:shouldUpdate: @5 line 7
[27] RowanBrowserServiceServer (RowanService) >> servicePerform:withArguments: @2 line 4
[28] [] in RowanService >> executeCommand @21 line 11
[29] ExecBlock0 (ExecBlock) >> on:do: @3 line 44
[30] [] in RowanService >> executeCommand @10 line 12
[31] ExecBlock0 (ExecBlock) >> on:do: @3 line 44
[32] RowanBrowserServiceServer (RowanService) >> executeCommand @4 line 19
[33] RowanBrowserServiceServer (Object) >> perform:withArguments: @1 line 12
[34] RsrMessageSend >> perform @5 line 4
[35] [] in RsrSendMessage >> perform:answerUsing: @9 line 6
[36] ExecBlock0 (ExecBlock) >> on:do: @3 line 44
[37] RsrSendMessage >> perform:answerUsing: @3 line 9
[38] [] in RsrSendMessage >> executeFor: @34 line 21
[39] ExecBlock0 (ExecBlock) >> on:do: @3 line 44
[40] [] in RsrSendMessage >> executeFor: @9 line 22
[41] ExecBlock0 (ExecBlock) >> ensure: @2 line 12
[42] RsrSendMessage >> executeFor: @4 line 26
[43] [] in RsrConnection >> _receivedCommand: @10 line 7
[44] [] in RsrProcessModel >> fork:named: @7 line 5
[45] ExecBlock >> valueWithArguments: @1 line 7
[46] GsProcess >> _start @7 line 16
[47] GsNMethod class >> _gsReturnToC @1 line 11
===============================================

----------------------------------------------------
[13] [] in RwPrjBrowserToolV2 >> addOrUpdateClassDefinition:type:superclass:instVarNames:classVars:classInstVars:poolDictionaries:category:options: @36 line 8
	receiver oop(128318977) == anExecBlock0

instance variables:

temporary variables and parameters:
	category oop(20) == nil
	self oop(128243713) == aRwPrjBrowserToolV2
----------------------------------------------------
@dalehenrich dalehenrich self-assigned this Oct 22, 2024
@dalehenrich
Copy link
Member Author

Does not directly impact the JaditeForPharo without Rowan work ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant