Skip to content

Instantly share code, notes, and snippets.

View sladyn98's full-sized avatar
🎯
Contributing Bugs

Sladyn sladyn98

🎯
Contributing Bugs
View GitHub Profile
@sladyn98
sladyn98 / jcasc.txt
Created August 6, 2019 15:21
JCasC Startup Error
Stapler processed this HTTP request as follows, but couldn't find the resource to consume the request
-> evaluate(<hudson.model.Hudson@4e3a8f99> :hudson.model.Hudson,"/configuration-as-code")
-> evaluate(((StaplerProxy)<hudson.model.Hudson@4e3a8f99>).getTarget(),"/configuration-as-code")
-> evaluate(<hudson.model.Hudson@4e3a8f99>.getDynamic("configuration-as-code",...),"")
hudson.model.Hudson@4e3a8f99.getDynamic("configuration-as-code",...)==null. Back tracking.
-> evaluate(((StaplerFallback)<hudson.model.Hudson@4e3a8f99>).getStaplerFallback(),"/configuration-as-code")
-> evaluate(<hudson.model.AllView@5e579f92[view/all/]> :hudson.model.AllView,"/configuration-as-code")
-> evaluate(<hudson.model.AllView@5e579f92[view/all/]>.getDynamic("configuration-as-code",...),"")
hudson.model.AllView@5e579f92[view/all/].getDynamic("configuration-as-code",...)==null. Back tracking.
@sladyn98
sladyn98 / coa file
Created June 4, 2019 04:22
coa file
[all]
files = loop_unroll/**.py, tokenization/*.py, cse/**.py
max_line_length = 80
use_spaces = True
[all.invalidlinks]
bears = InvalidLinkBear
[all.text]
bears = SpaceConsistencyBear
@sladyn98
sladyn98 / coala.txt
Created June 1, 2019 17:47
Coala CLI Execution
Executing section all...
[WARNING][23:14:11] No files matching '/home/sladyn/Compiler_design/*.py' were found.
Executing section all.invalidlinks...
[WARNING][23:14:12] No files matching '/home/sladyn/Compiler_design/*.py' were found.
[ERROR][23:14:27] The bear InvalidLinkBear does not fulfill all requirements. You are not connected to the internet.
Executing section all.text...
[WARNING][23:14:27] No files matching '/home/sladyn/Compiler_design/*.py' were found.
tokenization/lex.py
| 25| ············tokens.append(["INTEGER",word])·