GithubHelp home page GithubHelp logo

pebkac's Introduction

PEBKAC: a smart error database

alternative name: REVKAS (PEBKAC pronounced as cyrillic)?

##Rough Sketch of Idea

Basically the idea is to have a database of errors which are easily searchable despite the details of those errors. Sometimes

##Some Error Examples of Errors (need some more obscure ones)

Clojure

  • java.lang.ClassNotFoundException: link_dataflow.models.maxwell.MaxwellEvent, compiling:(tables.clj:1:1)
  • RuntimeException Unmatched delimiter: ) clojure.lang.Util.runtimeException (Util.java:221)
  • NumberFormatException Invalid number: 1+ clojure.lang.LispReader.readNumber (LispReader.java:330)

Python

  • AttributeError: 'str' object has no attribute 'bar'
  • TypeError: can't multiply sequence by non-int of type 'float'

JS

  • GET http://e1.cdn.qnsr.com/cgi/b/935613,95910/95850/tx.js net::ERR_BLOCKED_BY_CLIENT
  • (program):1 Uncaught ReferenceError: Require is not defined
  • Failed to load resource: the server responded with a status of 404 (Not Found)
  • (index):1825 Uncaught ReferenceError: CN is not defined
  • s-code-contents-566dcf5โ€ฆ.js:1647 Uncaught TypeError: Cannot read property 'split' of undefined

##Possible Approaches to a Better Error Database?

  • Edit-distance based search. This might alleviate some work in terms of de-specifying your errors for google's sake.
  • Parsers for classes of errors? Lots of work but it'd be pretty solid in terms of how good the answers could be. Could even auto-generate recommendations.

pebkac's People

Contributors

bwstearns avatar

Stargazers

Sissel avatar

Watchers

ThaShepherd avatar James Cloos avatar Sid Sarasvati avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.