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

16
LINES

< > BotCompany Repo | #1005295 // Test loadConceptsFrom bug (missing author in Line)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (4704L/31K/104K).

!752

concepts.
 
p {
  unstructure_debug = setOptAllDyn_debug = true;
  loadConceptsFrom("#1005290");
  printStruct(allConceptNames());
  for (Concept l : list("Line")) {
    print("Line: " + l + ", fieldValues: " + systemHashCode(l.fieldValues));
    print("Author raw: " + getOpt(l, "author"));
    print("Author raw dyn: " + getOptDyn(l, "author"));
    print("Dynamic fields: " + struct(keys(l.fieldValues)));
    print("ID: " + l.id + ", text: " + quote(cget(l, "text")) + ", author: " + cget(l, "author"));
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005295
Snippet name: Test loadConceptsFrom bug (missing author in Line)
Eternal ID of this version: #1005295/1
Text MD5: 79d2507c15be4be7d4622c2d0d4f5f04
Transpilation MD5: 999a8e8c4205d89f8a0597b20e995014
Author: stefan
Category: javax / concepts
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-30 18:38:35
Source code size: 534 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 450 / 527
Referenced in: [show references]