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

16
LINES

< > BotCompany Repo | #1008933 // Test bracket hygiene of 20 last changed snippets

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

Uses 3874K of libraries. Click here for Pure Java version (7426L/55K/190K).

!7

p-subst {
  setConsoleWidth(1000);
  centerHigherConsole();
  
  for (Snippet s : lastChangedSnippets(20)) {
    new Var<S> msg;
    bool ok = testBracketHygiene(loadSnippetQuietly(s), msg);
    S desc = s.id + " - " + s.title;
    if (ok)
      print("Hygienic. " + desc);
    else
      print("NOT hygienic: " + desc + " - " + msg!);
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 19 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, wnsclhtenguj, xrpafgyirdlv

No comments. add comment

Snippet ID: #1008933
Snippet name: Test bracket hygiene of 20 last changed snippets
Eternal ID of this version: #1008933/8
Text MD5: 29db31b3c89533d833dfa9f0c3743530
Transpilation MD5: 2df0621e464ceed36d7f4fcbd25462bf
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-10 18:12:57
Source code size: 360 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 400 / 1142
Version history: 7 change(s)
Referenced in: [show references]