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).

1  
!752
2  
3  
concepts.
4  
 
5  
p {
6  
  unstructure_debug = setOptAllDyn_debug = true;
7  
  loadConceptsFrom("#1005290");
8  
  printStruct(allConceptNames());
9  
  for (Concept l : list("Line")) {
10  
    print("Line: " + l + ", fieldValues: " + systemHashCode(l.fieldValues));
11  
    print("Author raw: " + getOpt(l, "author"));
12  
    print("Author raw dyn: " + getOptDyn(l, "author"));
13  
    print("Dynamic fields: " + struct(keys(l.fieldValues)));
14  
    print("ID: " + l.id + ", text: " + quote(cget(l, "text")) + ", author: " + cget(l, "author"));
15  
  }
16  
}

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: 453 / 530
Referenced in: [show references]