compiling errors are not being notified anymore (instead it raises an error) #93

Open
opened 2026-05-27 10:12:31 +02:00 by estebanlm · 0 comments
Owner

Instead I am having this:

Error while compiling
OCErrorCompilationResult>>signalError
OpalCompiler>>compileOrFail
[ ] in PvMethodModel>>updateWith:notifying:
FullBlockClosure(BlockClosure)>>on:do:
PvMethodModel>>updateWith:notifying:
PulsarMethodEditor(PulsarEditor)>>updateModel:
PulsarMethodEditor(PulsarEditor)>>doSubmit:
[ ] in PulsarMethodEditor>>doSubmit:
FullBlockClosure(BlockClosure)>>ensure:
PulsarMethodEditor(PulsarEditor)>>updatingWhile:
PulsarMethodEditor>>doSubmit:
[ ] in PulsarMethodEditor(PulsarEditor)>>connectPresenters
[ ] in SpCodePresenter(SpTextPresenter)>>whenSubmitDo:
FullBlockClosure(BlockClosure)>>cull:
FullBlockClosure(BlockClosure)>>cull:cull:
SpAction>>execute
[ ] in GtkActionInstaller>>visitCommand:
[ ] in FullBlockClosure(BlockClosure)>>newProcess

it seems the way it works has changed.
We should ask Marcus how we should fix this ;)

Instead I am having this: ``` Error while compiling OCErrorCompilationResult>>signalError OpalCompiler>>compileOrFail [ ] in PvMethodModel>>updateWith:notifying: FullBlockClosure(BlockClosure)>>on:do: PvMethodModel>>updateWith:notifying: PulsarMethodEditor(PulsarEditor)>>updateModel: PulsarMethodEditor(PulsarEditor)>>doSubmit: [ ] in PulsarMethodEditor>>doSubmit: FullBlockClosure(BlockClosure)>>ensure: PulsarMethodEditor(PulsarEditor)>>updatingWhile: PulsarMethodEditor>>doSubmit: [ ] in PulsarMethodEditor(PulsarEditor)>>connectPresenters [ ] in SpCodePresenter(SpTextPresenter)>>whenSubmitDo: FullBlockClosure(BlockClosure)>>cull: FullBlockClosure(BlockClosure)>>cull:cull: SpAction>>execute [ ] in GtkActionInstaller>>visitCommand: [ ] in FullBlockClosure(BlockClosure)>>newProcess ``` it seems the way it works has changed. We should ask Marcus how we should fix this ;)
Sign in to join this conversation.
No description provided.