Giter Site home page Giter Site logo

Comments (2)

davidgranstrom avatar davidgranstrom commented on August 21, 2024 1

@jordanwhitede Thanks for the report and the example! I'm aware of the issue and find it annoying as well :)

@salkin-mada Yes, its indeed an issue with the parsing and extraction of the object to get the signature for (the implementation is here)

In a previous version of scnvim the SCNvim.methodArgs function was using a try block to suppress the error, however this had strange side effects of (sometimes) handling other unrelated errors down the line, possibly some kind of stack corruption was happening inside the sclang VM, but I never found a good way to reproduce the issue so I left this at the state it is now.

I'll take a look and see if there is an easy fix for this on the lua side, but otherwise I would rather spend time trying to bring the supercollider LSP integration to nvim/scnvim which will solve this issue and provide a lot more and better features.

from scnvim.

salkin-mada avatar salkin-mada commented on August 21, 2024

Yes! I have been having this issue for a long long time. Have been super puzzled by it.
Though I cant reproduce while typing the following:

(
SynthDef('huuuh', {
	env = Env.asr(10, 1, 10).ar(Done.freeSelf, \gate.kr(1));
})
)

I have def experienced this with other input in insertmode. Will try and find my notes.. hmm
hope is that @davidgranstrom have an idea about whats going on here. I guess its a bug in the line parser?

from scnvim.

Related Issues (20)

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.