Code Monkey home page Code Monkey logo

fancydiagnostics.jl's People

Contributors

keno avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fancydiagnostics.jl's Issues

StackOverflow on any input

Writing 1 and pressing enter gives a stack overflow error.

A bit of backtrace:

 [30301] Expr(::CSTParser.EXPR{CSTParser.LITERAL{Tokenize.Tokens.Kind(0x0000004c)}}) at /home/kristoffer/.julia/v0.6/CSTParser/src/conversion.jl:41
 [30302] #parse#1(::Bool, ::Bool, ::Function, ::String, ::Int64) at /home/kristoffer/.julia/v0.6/FancyDiagnostics/src/hooks.jl:61
 [30303] (::Base.#kw##parse)(::Array{Any,1}, ::Base.#parse, ::String, ::Int64) at ./<missing>:0
 [30304] #parse#235(::Bool, ::Function, ::String) at ./parse.jl:232
 [30305] Expr(::CSTParser.EXPR{CSTParser.LITERAL{Tokenize.Tokens.Kind(0x0000004c)}}) at /home/kristoffer/.julia/v0.6/CSTParser/src/conversion.jl:41
 [30306] #parse#1(::Bool, ::Bool, ::Function, ::String, ::Int64) at /home/kristoffer/.julia/v0.6/FancyDiagnostics/src/hooks.jl:61
 [30307] (::Base.#kw##parse)(::Array{Any,1}, ::Base.#parse, ::String, ::Int64) at ./<missing>:0
 [30308] #parse#235(::Bool, ::Function, ::String) at ./parse.jl:232
 [30309] Expr(::CSTParser.EXPR{CSTParser.LITERAL{Tokenize.Tokens.Kind(0x0000004c)}}) at /home/kristoffer/.julia/v0.6/CSTParser/src/conversion.jl:41
 [30310] #parse#1(::Bool, ::Bool, ::Function, ::String, ::Int64) at /home/kristoffer/.julia/v0.6/FancyDiagnostics/src/hooks.jl:61
 [30311] (::Base.#kw##parse)(::Array{Any,1}, ::Base.#parse, ::String, ::Int64) at ./<missing>:0
 [30312] #parse#235(::Bool, ::Function, ::String) at ./parse.jl:232
 [30313] Expr(::CSTParser.EXPR{CSTParser.LITERAL{Tokenize.Tokens.Kind(0x0000004c)}}) at /home/kristoffer/.julia/v0.6/CSTParser/src/conversion.jl:41
 [30314] #parse_input_line#2(::String, ::Function, ::String) at /home/kristoffer/.julia/v0.6/FancyDiagnostics/src/hooks.jl:71
 [30315] syntax_deprecation_warnings(::Base.REPL.##13#14{Base.LineEdit.PromptState}, ::Bool) at ./client.jl:192
 [30316] return_callback(::Base.LineEdit.PromptState) at ./REPL.jl:599
 [30317] on_enter(::Base.LineEdit.PromptState) at ./LineEdit.jl:1272
 [30318] (::OhMyREPL.Prompt.##23#50)(::Base.LineEdit.MIState, ::Base.REPL.LineEditREPL, ::String) at /home/kristoffer/.julia/v0.6/OhMyREPL/src/repl.jl:115
 [30319] (::Base.LineEdit.##13#14{OhMyREPL.Prompt.##23#50,String})(::Base.LineEdit.MIState, ::Base.REPL.LineEditREPL) at ./LineEdit.jl:740
 [30320] prompt!(::Base.Terminals.TTYTerminal, ::Base.LineEdit.ModalInterface, ::Base.LineEdit.MIState) at ./LineEdit.jl:1618
 [30321] run_interface(::Base.Terminals.TTYTerminal, ::Base.LineEdit.ModalInterface) at ./LineEdit.jl:1578
 [30322] run_frontend(::Base.REPL.LineEditREPL, ::Base.REPL.REPLBackendRef) at ./REPL.jl:945
 [30323] run_repl(::Base.REPL.LineEditREPL, ::Base.##507#508) at ./REPL.jl:180
 [30324] _start() at ./client.jl:413

Info about upcoming removal of packages in the General registry

As described in https://discourse.julialang.org/t/ann-plans-for-removing-packages-that-do-not-yet-support-1-0-from-the-general-registry/ we are planning on removing packages that do not support 1.0 from the General registry. This package has been detected to not support 1.0 and is thus slated to be removed. The removal of packages from the registry will happen approximately a month after this issue is open.

To transition to the new Pkg system using Project.toml, see https://github.com/JuliaRegistries/Registrator.jl#transitioning-from-require-to-projecttoml.
To then tag a new version of the package, see https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app.

If you believe this package has erroneously been detected as not supporting 1.0 or have any other questions, don't hesitate to discuss it here or in the thread linked at the top of this post.

README example doesn't work

On julia v0.6, the example from the readme doesn't run. Am I doing it correct?

I tried with both CSTparser v0.1.2 and v0.2.0. Also note the error starts at the end of the input line, strange.

Let me know if and how I can assist.

โžœ  ~ julia
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.0 (2017-06-19 13:05 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
|__/                   |  x86_64-apple-darwin13.4.0

julia> using FancyDiagnostics

julia> a && && bERROR (in the keymap): type ParseState has no field error_code
Stacktrace:
 [1] #parse_input_line#2(::String, ::Function, ::String) at /Users/ken/.julia/v0.6/FancyDiagnostics/src/hooks.jl:92
 [2] syntax_deprecation_warnings(::Base.REPL.##13#14{Base.LineEdit.PromptState}, ::Bool) at ./client.jl:192
 [3] return_callback(::Base.LineEdit.PromptState) at ./REPL.jl:599
 [4] on_enter(::Base.LineEdit.PromptState) at ./LineEdit.jl:1272
 [5] (::Base.LineEdit.##92#122)(::Base.LineEdit.MIState, ::Base.REPL.LineEditREPL, ::Vararg{Any,N} where N) at ./LineEdit.jl:1356
 [6] (::Base.LineEdit.##13#14{Base.LineEdit.##92#122,String})(::Base.LineEdit.MIState, ::Base.REPL.LineEditREPL) at ./LineEdit.jl:740
 [7] (::Base.LineEdit.##165#171)(::Base.LineEdit.MIState, ::Base.LineEdit.PrefixSearchState, ::String) at ./LineEdit.jl:1463
 [8] (::Base.LineEdit.##13#14{Base.LineEdit.##165#171,String})(::Base.LineEdit.MIState, ::Base.LineEdit.PrefixSearchState) at ./LineEdit.jl:740
 [9] prompt!(::Base.Terminals.TTYTerminal, ::Base.LineEdit.ModalInterface, ::Base.LineEdit.MIState) at ./LineEdit.jl:1618
 [10] run_interface(::Base.Terminals.TTYTerminal, ::Base.LineEdit.ModalInterface) at ./LineEdit.jl:1578
 [11] run_frontend(::Base.REPL.LineEditREPL, ::Base.REPL.REPLBackendRef) at ./REPL.jl:945
 [12] run_repl(::Base.REPL.LineEditREPL, ::Base.##507#508) at ./REPL.jl:180
 [13] _start() at ./client.jl:413

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.