Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1036410 // addGlobalLastErrorsBufferToDefaultPCallPolicy

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (10010L/55K).

// Only call once - not idempotent
svoid addGlobalLastErrorsBufferToDefaultPCallPolicy() {
  var oldPolicy = defaultPCallPolicy();
  defaultPCallPolicy_set(error -> {
    oldPolicy?.handlePcallFail(error);
    globalLastErrorsBuffer().add(error);
  });
}

Author comment

Began life as a copy of #1036293

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036410
Snippet name: addGlobalLastErrorsBufferToDefaultPCallPolicy
Eternal ID of this version: #1036410/6
Text MD5: b5efafa0b93d68a3b518fca7679daf98
Transpilation MD5: 89989fb479f06c4acd537845245eb5a5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-11 13:54:55
Source code size: 261 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 56 / 98
Version history: 5 change(s)
Referenced in: [show references]