You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basically the moment I start writing idris code, I'm using Idris2 0.2.0 as idris executable
create a new file, write code, compile (Ctrl+r) and after that, with every character I write, this error box appears
Atom: 1.47.0 x64 Electron: 5.0.13 OS: Mac OS X 10.14.6 Thrown From: language-idris package 0.6.0
Stack Trace
Uncaught At 0 expected: ( found: h
At /Users/frinken/.atom/packages/language-idris/node_modules/bennu/dist_node/parse.js:756
At undefined undefined
at /packages/language-idris/node_modules/bennu/dist_node/parse.js:141:25)
at /packages/language-idris/node_modules/bennu/dist_node/parse.js:858:3)
at Module.get_Module._compile (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:147450)
at Object.value [as .js] (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:150998)
at Module.load (internal/modules/cjs/loader.js:701:32)
at tryModuleLoad (internal/modules/cjs/loader.js:633:12)
at Function.Module._load (internal/modules/cjs/loader.js:625:3)
at Module.require (/app.asar/static/index.js:72:46)
at require (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:146766)
at /packages/language-idris/node_modules/bennu/index.js:2:14)
at /packages/language-idris/node_modules/bennu/index.js:7:3)
at Module.get_Module._compile (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:147450)
at Object.value [as .js] (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:150998)
at Module.load (internal/modules/cjs/loader.js:701:32)
at tryModuleLoad (internal/modules/cjs/loader.js:633:12)
at Function.Module._load (internal/modules/cjs/loader.js:625:3)
at Module.require (/app.asar/static/index.js:72:46)
at require (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:146766)
at /packages/language-idris/lib/utils/parse.coffee:1:25)
at /packages/language-idris/lib/utils/parse.coffee:1:1)
at /packages/language-idris/lib/utils/parse.coffee:1:1)
at Module.get_Module._compile (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:147450)
at Object.value [as .coffee] (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:150998)
at Module.load (internal/modules/cjs/loader.js:701:32)
at tryModuleLoad (internal/modules/cjs/loader.js:633:12)
at Function.Module._load (internal/modules/cjs/loader.js:625:3)
at Module.require (/app.asar/static/index.js:72:46)
at require (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:146766)
at /packages/language-idris/lib/idris-ide-mode.coffee:3:9)
at /packages/language-idris/lib/idris-ide-mode.coffee:1:1)
idris 2 is currently not supported.
see #219 which also does not track the latest developments. I particularily never tested whether the IDE protocol changed a lot with 0.2.0 which would explain the error stack trace.
probably similar to #193
[Enter steps to reproduce:]
basically the moment I start writing idris code, I'm using Idris2 0.2.0 as idris executable
Atom: 1.47.0 x64
Electron: 5.0.13
OS: Mac OS X 10.14.6
Thrown From: language-idris package 0.6.0
Stack Trace
Uncaught At 0 expected: ( found: h
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: