Giter Site home page Giter Site logo

crystal-lang-tools / atom-ide-crystal Goto Github PK

View Code? Open in Web Editor NEW
25.0 6.0 9.0 677 KB

Crystal IDE package for Atom using the Scry Language Server

License: Other

TypeScript 100.00%
crystal atom atom-ide crystal-ide scry-language-server language-server-protocol atom-package atom-editor

atom-ide-crystal's People

Contributors

bcardiff avatar dependabot[bot] avatar keplersj avatar knovoselic avatar m10s avatar renovate-bot avatar renovate[bot] avatar semantic-release-bot 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

atom-ide-crystal's Issues

Uncaught TypeError when using atom-ide-crystal

When saving a .cr file to invoke atom-ide-crystal, we receive the following error.

Atom: 1.19.0 x64
Electron: 1.6.9
OS: Mac OS X 10.12.6
Thrown From: 'crystal' package vundefined

Stack Trace

Uncaught TypeError: Bad argument

At /Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:392

TypeError: Bad argument
    at ChildProcess.spawn (internal/child_process.js:289:26)
    at Object.exports.spawn (child_process.js:399:9)
    at BufferedProcess.spawn (/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:321:63)
    at BufferedProcess.start (/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:127:20)
    at new BufferedProcess (/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:112:18)
    at format (/packages/crystal/lib/util/formatter.js:28:9)
    at /packages/crystal/lib/util/formatter.js:19:4
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
    at /Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/lib/text-buffer.js:1222:31

Commands

  3x -7:04.0 editor:newline (input.hidden-input)
     -6:49.1.0 core:save (input.hidden-input)
     -6:40 core:copy (atom-notification.fatal.icon.icon-bug.native-key-bindings.has-detail.has-close.has-stack)
     -0:12.4.0 core:save (input.hidden-input)

Non-Core Packages

atom-material-syntax 1.0.6 
autocomplete-ruby 0.2.8 
busy-signal 1.4.3 
ide-crystal 0.2.3 
intentions 1.1.5 
language-crystal-actual 0.36.0 
linter 2.2.0 
linter-js-standard 3.9.3 
linter-ruby 1.2.5 
linter-ui-default 1.6.5 
nucleus-dark-ui 0.12.3 
phantom-ui 1.0.0 
pretty-json 1.6.4 
rails-snippets 2.16.0 
ruby-block 0.3.6 
seti-ui 1.9.0 
spacegray-tomorrowdark-ui 2.1.0 
tail 0.1.0 
twilight-updated-syntax 0.5.5 

Working with Crystal Version Manager?

Hi there,

I'm using crystal 0.19.0 with crenv. So I provided atom-crystal with /home/username/.crenv/versions/0.19.0/bin for the compiler executable directory. This doesn't seem to be working though. I am getting the following error:

'crystal' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process.

Any help on this would be appreciated.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency husky to v8
  • fix(deps): update dependency typescript to v5
  • πŸ” Create all rate-limited PRs at once πŸ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json
  • atom-languageclient ^1.0.5
  • atom-ts-transpiler ^1.5.3
  • decompress ^4.2.1
  • typescript ^4.1.3
  • @commitlint/cli 11.0.0
  • @commitlint/config-conventional 11.0.0
  • @commitlint/travis-cli 11.0.0
  • @semantic-release/apm-config 8.0.0
  • @types/atom 1.40.5
  • @types/decompress 4.2.3
  • @types/node 9.6.61
  • husky 4.3.0
  • prettier 2.0.5
  • semantic-release 17.2.3

  • Check this box to trigger a request for Renovate to run again on this repository

Problems on save

Environment

OS X: 10.14
Atom: 1.34.0
ide-crystal: 0.3.3

Issue

When saving a file I'm getting a blinking yellow circle in the bottom of Atom with following message in the tooltip:

Current:
Formatting code in filename.cr

and following error in the console:

"Received message which is neither a response nor a notification message:
{
    "jsonrpc": "2.0",
    "error": {
        "code": -32001,
        "message": "unexpected token: DELIMITER_START",
        "data": [
            "Crystal::Parser@Crystal::Lexer#raise<String, Crystal::Token>:NoReturn",
            "Crystal::Parser#unexpected_token<String, Nil>:NoReturn",
            "Crystal::Parser#unexpected_token:NoReturn",
            "Crystal::Parser#parse_def_helper<Bool>:Crystal::Def",
            "Crystal::Parser#parse_def<Bool, Bool, Nil>:Crystal::Def",
            "Crystal::Parser#parse_atomic_without_location:Crystal::ASTNode+",
            "Crystal::Parser#parse_prefix:Crystal::ASTNode+",
            "Crystal::Parser#parse_pow:Crystal::ASTNode+",
            "Crystal::Parser#parse_mul_or_div:Crystal::ASTNode+",
            "Crystal::Parser#parse_add_or_sub:Crystal::ASTNode+",
            "Crystal::Parser#parse_shift:Crystal::ASTNode+",
            "Crystal::Parser#parse_logical_and:Crystal::ASTNode+",
            "Crystal::Parser#parse_logical_or:Crystal::ASTNode+",
            "Crystal::Parser#parse_cmp:Crystal::ASTNode+",
            "Crystal::Parser#parse_equality:Crystal::ASTNode+",
            "Crystal::Parser#parse_and:Crystal::ASTNode+",
            "Crystal::Parser#parse_or:Crystal::ASTNode+",
            "Crystal::Parser#parse_question_colon:Crystal::ASTNode+",
            "Crystal::Parser#parse_op_assign<Bool, Bool>:Crystal::ASTNode+",
            "Crystal::Parser#parse_multi_assign:Crystal::ASTNode+",
            "Crystal::Parser#parse_expressions_internal:Crystal::ASTNode+",
            "Crystal::Parser#parse_class_def<Bool, Bool, Nil>:Crystal::ClassDef",
            "Crystal::Parser#parse_atomic_without_location:Crystal::ASTNode+",
            "Crystal::Parser#parse_prefix:Crystal::ASTNode+",
            "Crystal::Parser#parse_pow:Crystal::ASTNode+",
            "Crystal::Parser#parse_mul_or_div:Crystal::ASTNode+",
            "Crystal::Parser#parse_add_or_sub:Crystal::ASTNode+",
            "Crystal::Parser#parse_shift:Crystal::ASTNode+",
            "Crystal::Parser#parse_logical_and:Crystal::ASTNode+",
            "Crystal::Parser#parse_logical_or:Crystal::ASTNode+",
            "Crystal::Parser#parse_cmp:Crystal::ASTNode+",
            "Crystal::Parser#parse_equality:Crystal::ASTNode+",
            "Crystal::Parser#parse_and:Crystal::ASTNode+",
            "Crystal::Parser#parse_or:Crystal::ASTNode+",
            "Crystal::Parser#parse_question_colon:Crystal::ASTNode+",
            "Crystal::Parser#parse_op_assign<Bool, Bool>:Crystal::ASTNode+",
            "Crystal::Parser#parse_multi_assign:Crystal::ASTNode+",
            "Crystal::Parser#parse_expressions_internal:Crystal::ASTNode+",
            "Scry::Context#dispatch<Scry::NotificationMessage>:(Array(Array(Scry::NotificationMessage | Nil) | Scry::NotificationMessage) | Array(Scry::NotificationMessage | Nil) | Array(Scry::NotificationMessage) | Nil)",
            "Scry::start:(IO+ | Nil)",
            "__crystal_main",
            "main"
        ]
    }
}"

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


The push permission to the Git repository is required.

semantic-release cannot push the version tag to the branch master on remote Git repository.

Please refer to the authentication configuration documentation to configure the Git credentials on your CI environment.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


The apm CLI must be installed.

Unfortunatly this error doesn't have any additionnal information. Feel free to kindly ask the author of the [Function: ] plugin to add more helpful informations.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

logo design

Hi

Δ± wanted to logo designing for your project and i combined atom and crsytal icon. If you want I can send a pull-request.

atom

Failed to load the ide-crystal package

[Enter steps to reproduce:]

  1. Start Atom Editor with installed package.

Atom: 1.25.0 x64
Electron: 1.7.11
OS: linux 4.15.12-1-ARCH
Thrown From: ide-crystal package 0.3.3

Stack Trace

Failed to load the ide-crystal package

At Unexpected token import

SyntaxError: Unexpected token import
    at Module.get_Module._compile (<embedded>:11565:52)
    at Object.value [as .ts] (<embedded>:11829:29)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (/app.asar/static/index.js:47:45)
    at require (internal/module.js:20:19)
    at customRequire (<embedded>:96:26)
    at Package.requireMainModule (<embedded>:73045:33)
    at measure (<embedded>:72406:22)
    at Package.measure (<embedded>:72351:25)
    at Package.load (<embedded>:72392:16)
    at PackageManager.loadAvailablePackage (<embedded>:25658:16)
    at config.transact (<embedded>:25571:20)
    at Config.transact (<embedded>:22331:20)
    at PackageManager.loadPackages (<embedded>:25569:23)
    at loadStatePromise.loadState.then (<embedded>:1069:27)
    at <anonymous>:null:null

Commands

Non-Core Packages

advanced-open-file 0.16.8 
atom-beautify 0.32.2 
atom-material-syntax 1.0.8 
atom-material-ui 2.1.3 
atom-smart-tabs 0.1.0 
atom-tabs-in-sidebar 1.1.0 
atom-typescript 12.3.8 
auto-detect-indentation 1.3.0 
auto-update-plus 0.5.6 
autoclose-html 0.23.0 
autocomplete-html-entities 0.2.0 
autocomplete-paths 2.12.2 
autocomplete-ruby 0.2.8 
autoupdate-packages 1.3.1 
busy-signal 1.4.3 
color-picker 2.2.5 
editorconfig 2.2.2 
genesis-ui 0.5.0 
git-time-machine 1.5.9 
goto-definition 1.3.4 
highlight-selected 0.13.1 
ide-crystal 0.3.3 
intentions 1.1.5 
language-crystal-actual 0.37.2 
language-fish-shell 1.1.0 
language-haml 0.25.2 
language-vue 0.23.1 
linter 2.2.0 
linter-erb 1.1.0 
linter-eslint 8.4.1 
linter-htmlhint 1.4.0 
linter-jshint 3.1.6 
linter-markdown 5.2.0 
linter-reek 2.2.2 
linter-rubocop 2.2.3 
linter-ruby 1.2.6 
linter-spell 0.15.0 
linter-stylelint 4.2.0 
linter-ui-default 1.7.1 
merge-conflicts 1.4.5 
minimap 4.29.8 
minimap-highlight-selected 4.6.1 
monocolor-blue-syntax 2.0.0 
monokai 0.24.0 
nord-atom-syntax 0.9.1 
northem-atom-syntax 2.1.0 
northem-dark-atom-syntax 2.1.0 
nucleus-dark-ui 0.12.3 
platformio-ide-terminal 2.8.1 
remember-file-positions 0.2.3 
revert-buffer 0.6.0 
ruby-block 0.3.6 
ruby-define-method 0.2.2 
ruby-test 1.0.2 
seeing-is-believing 15.0.0 
seti-icons 1.5.4 
seti-ui 1.10.0 
single-click-open 0.2.2 
space-tab 0.4.2 
space-underscore 0.1.1 
split-diff 1.5.2 
stacked-tabs 0.1.3 
symbols-tree-view 0.14.0 
sync-settings 0.8.5 
synced-sidebar 0.4.3 
tab-control 0.6.10 
tabs-to-spaces 1.0.3 
tasks 2.10.1 
term3 0.22.1 
toggle-quotes 1.1.0 
tree-view-open-files 0.3.0 
vertabs 1.1.1 
yard 0.5.1 
zentabs 0.8.9 

0.2.1 Freezes

It seems as though 0.2.1 freezes on save. I have rolled back to 0.2.0 and everything works fine.

Atom does not exit correctly

[Enter steps to reproduce:]

  • Start Atom Editor with installed package.
  • Open some project
  • Close Atom by CTRL-Q or system exit signal

Atom: 1.25.0 x64; updated today
OS: linux 4.15.8-1-ARCH

Issue

After trying to close, Atom closes Treeview, hides the status bar and disables syntax highlighting, without beeing able to re-activate any. Another exit signal leads to exiting. After restart, Treeview is not shown unless by clicking on the arrow.

Commands

####Non-Core Packages:

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


The push permission to the Git repository is required.

semantic-release cannot push the version tag to the branch master on remote Git repository.

Please refer to the authentication configuration documentation to configure the Git credentials on your CI environment.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

Uncaught TypeError: Cannot read property '1' of null

[Enter steps to reproduce below:]

  1. Make some file (I don't know like what, it appears periodically)
  2. Save this file

Atom Version: 1.9.9
System: linux 4.7.1-1-ARCH
Thrown From: crystal package, v0.1.0

Stack Trace

Uncaught TypeError: Cannot read property '1' of null

At /home/alex/.atom/packages/crystal/lib/providers/steelbrain-linter.js:78

TypeError: Cannot read property '1' of null
    at Socket.<anonymous> (/home/alex/.atom/packages/crystal/lib/providers/steelbrain-linter.js:78:39)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at readableAddChunk (_stream_readable.js:153:18)
    at Socket.Readable.push (_stream_readable.js:111:10)
    at Pipe.onread (net.js:531:20)

Commands

  6x -2:21.8.0 editor:move-to-beginning-of-word (atom-text-editor.editor.is-focused)
     -2:20.5.0 core:move-left (atom-text-editor.editor.is-focused)
     -2:20.2.0 editor:select-to-beginning-of-word (atom-text-editor.editor.is-focused)
     -2:18.6.0 core:save (atom-text-editor.editor.is-focused)
  8x -2:16.1.0 core:move-down (atom-text-editor.editor.is-focused)
     -2:14.3.0 core:move-up (atom-text-editor.editor.is-focused)
     -2:13.5.0 editor:move-to-first-character-of-line (atom-text-editor.editor.is-focused)
     -2:10.5.0 core:save (atom-text-editor.editor.is-focused)
  3x -1:58.6.0 core:undo (atom-text-editor.editor.is-focused)
     -1:57 core:save (atom-text-editor.editor.is-focused)
     -1:56.2.0 editor:move-to-end-of-screen-line (atom-text-editor.editor.is-focused)
     -1:55.4.0 core:move-up (atom-text-editor.editor.is-focused)
     -1:54.4.0 core:move-down (atom-text-editor.editor.is-focused)
     -0:16.4.0 editor:newline (atom-text-editor.editor.is-focused)
  7x -0:15.5.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:01.7.0 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "tree-view-open-files",
      "atom-smart-tabs",
      "linter-ruby-reek",
      "linter-reek",
      "space-underscore",
      "linter-htmlhint",
      "space-tab",
      "autocomplete-html-entities",
      "synced-sidebar",
      "language-ruby-on-rails",
      "autocomplete-snippets",
      "terminal-plus",
      "term3",
      "indentation-indicator",
      "crystal-tools",
      "file-icons",
      "haxe",
      "language-haxe",
      "linter-jshint"
    ],
    "followSymlinks": false,
    "projectHome": "/home/alex/Projects",
    "themes": [
      "one-dark-ui",
      "monokai"
    ]
  }
}

Installed Packages

# User
.bin, vundefined (inactive)
advanced-open-file, v0.16.3 (inactive)
aligner, v0.22.1 (active)
aligner-ruby, v1.5.0 (active)
atom-beautify, v0.29.10 (active)
atom-material-syntax, v0.4.6 (inactive)
atom-material-ui, v1.3.3 (inactive)
atom-smart-tabs, v0.1.0 (inactive)
atom-typescript, v10.1.6 (active)
auto-detect-indentation, v1.1.0 (active)
autoclose-html, v0.23.0 (active)
autocomplete-html-entities, v0.1.0 (inactive)
autocomplete-paths, v1.0.2 (active)
autocomplete-ruby, v0.1.0 (active)
autoupdate-packages, v1.3.1 (active)
crystal, v0.1.0 (active)
crystal-tools, v0.3.0 (inactive)
editorconfig, v1.4.1 (active)
file-icons, v1.7.18 (inactive)
haxe, v0.8.14 (inactive)
highlight-selected, v0.11.2 (active)
language-crystal-actual, v0.33.0 (active)
language-haml, v0.24.0 (active)
language-haxe, v0.4.4 (inactive)
language-scala, v1.1.6 (active)
linter, v1.11.16 (active)
linter-erb, v1.0.2 (active)
linter-eslint, v7.2.4 (active)
linter-haml, v1.2.1 (active)
linter-jshint, v2.1.0 (inactive)
linter-rubocop, v0.4.7 (active)
linter-ruby, v1.2.2 (active)
linter-ruby-reek, v1.5.1 (inactive)
linter-scalac, v1.4.2 (active)
linter-tslint, v0.11.1 (active)
minimap, v4.24.7 (active)
minimap-highlight-selected, v4.4.0 (active)
monokai, v0.18.0 (active)
ruby-block, v0.3.5 (active)
ruby-define-method, v0.2.2 (active)
seti-icons, v1.3.2 (active)
sync-settings, v0.7.2 (active)
synced-sidebar, v0.4.3 (inactive)
tab-control, v0.6.9 (active)
tabs-to-spaces, v1.0.2 (active)
term3, v0.22.1 (inactive)
terminal-plus, v0.14.5 (inactive)
todo-show, v1.7.0 (inactive)
yard, v0.3.1 (inactive)
zentabs, v0.8.7 (active)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.51.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.43.0 (inactive)
base16-tomorrow-dark-theme, v1.1.0 (inactive)
base16-tomorrow-light-theme, v1.1.1 (inactive)
one-dark-ui, v1.3.2 (active)
one-light-ui, v1.3.2 (inactive)
one-dark-syntax, v1.2.0 (inactive)
one-light-syntax, v1.2.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.5.2 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.0 (active)
autocomplete-snippets, v1.11.0 (inactive)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.0 (active)
bookmarks, v0.41.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
fuzzy-finder, v1.3.0 (active)
git-diff, v1.1.0 (active)
find-and-replace, v0.198.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.1 (active)
image-view, v0.58.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.1 (active)
notifications, v0.64.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.238.2 (active)
snippets, v1.0.2 (active)
spell-check, v0.67.1 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.1 (active)
symbols-view, v0.113.0 (inactive)
tabs, v0.98.1 (active)
timecop, v0.33.1 (active)
tree-view, v0.208.0 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.34.0 (active)
whitespace, v0.32.2 (active)
wrap-guide, v0.38.1 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.0 (active)
language-csharp, v0.12.1 (active)
language-css, v0.36.2 (active)
language-gfm, v0.86.0 (active)
language-git, v0.13.0 (active)
language-go, v0.42.0 (active)
language-html, v0.44.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.22.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.0 (active)
language-less, v0.29.3 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.0 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.68.5 (active)
language-ruby-on-rails, v0.25.0 (inactive)
language-sass, v0.52.0 (active)
language-shellscript, v0.22.3 (active)
language-source, v0.9.0 (active)
language-sql, v0.21.1 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.8 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages

Uncaught TypeError: Cannot read property 'length' of null

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.11.2
Electron Version: 0.37.8
System: Debian GNU/Linux
Thrown From: crystal package, v0.2.0

Stack Trace

Uncaught TypeError: Cannot read property 'length' of null

At /home/mollusk/.atom/packages/crystal/lib/util/compiler.js:75

TypeError: Cannot read property 'length' of null
    at ChildProcess.<anonymous> (/home/mollusk/.atom/packages/crystal/lib/util/compiler.js:75:13)
    at emitTwo (events.js:100:13)
    at ChildProcess.emit (events.js:185:7)
    at maybeClose (internal/child_process.js:850:16)
    at Socket.<anonymous> (internal/child_process.js:323:11)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at Pipe._onclose (net.js:477:12)

Commands

     -1:20.4.0 core:backspace (atom-text-editor.editor.is-focused)
  6x -1:19.4.0 core:move-left (atom-text-editor.editor.is-focused)
     -1:17.9.0 core:backspace (atom-text-editor.editor.is-focused)
     -1:16.7.0 core:move-down (atom-text-editor.editor.is-focused)
     -1:16.1.0 core:move-right (atom-text-editor.editor.is-focused)
     -1:15.8.0 core:move-left (atom-text-editor.editor.is-focused)
     -1:15.5.0 core:backspace (atom-text-editor.editor.is-focused)
  8x -1:14.4.0 core:move-right (atom-text-editor.editor.is-focused)
     -1:12.8.0 core:backspace (atom-text-editor.editor.is-focused)
  2x -1:11.9.0 core:save (atom-text-editor.editor.is-focused)
     -0:51.1.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:48.2.0 core:save (atom-text-editor.editor.is-focused)
  2x -0:29.3.0 core:backspace (atom-text-editor.editor.is-focused)
  2x -0:24.9.0 core:save (atom-text-editor.editor.is-focused)
  2x -0:06.3.0 core:backspace (atom-text-editor.editor.is-focused)
  2x -0:03.4.0 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "telemetryConsent": "limited"
  }
}

Installed Packages

# User
crystal, v0.2.0 (active)
language-crystal-actual, v0.33.0 (active)
language-rust, v0.4.8 (active)
linter, v1.11.18 (active)
linter-rust, v0.7.0 (active)
minimap, v4.25.6 (active)
northem-dark-atom-syntax, v0.21.0 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.44.0 (inactive)
base16-tomorrow-dark-theme, v1.2.0 (inactive)
base16-tomorrow-light-theme, v1.2.0 (inactive)
one-dark-ui, v1.6.0 (active)
one-light-ui, v1.6.0 (inactive)
one-dark-syntax, v1.3.0 (active)
one-light-syntax, v1.3.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.7.0 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.2 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.42.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.201.1 (inactive)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.59.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v1.0.0 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.242.2-hotfix1 (active)
snippets, v1.0.2 (active)
spell-check, v0.68.2 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.0 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.101.0 (active)
timecop, v0.33.2 (active)
tree-view, v0.209.3 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.33.0 (active)
wrap-guide, v0.38.2 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.2 (active)
language-csharp, v0.12.1 (active)
language-css, v0.37.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.42.1 (active)
language-html, v0.45.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.23.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.2 (active)
language-less, v0.29.5 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.2 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.69.0 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.56.0 (active)
language-shellscript, v0.22.4 (active)
language-source, v0.9.0 (active)
language-sql, v0.23.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.9 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Preset name not found within published preset config (monorepo:angularmaterial). Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

currently used version of scry is out of date

There doesn't appear to be an easy way to update the scry version short of editing the code and manually updating the download url, deleting the original version and then restarting.

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.