Code Monkey home page Code Monkey logo

Comments (5)

oxalica avatar oxalica commented on June 14, 2024 1

UriLiteral

This fix could be implemented together with string rewriting under the name rewrite_string,

  • URI -> "-string
  • "-string <-> ''-string
  • Identifier <-> "-string (Attr position)

from nil.

oxalica avatar oxalica commented on June 14, 2024

Note that we can get back diagnostics from Code Actions requests. This would make it easier to implement without duplicate checking codes.

  • DuplicatedParam
  • MergePlainRecAttrset
  • MergeRecAttrset

These should be left as-is and let user check what is happening.

  • Unused*

These could occur as false-positives during editing. Delete actions would hurt by accidental application. As a reference, rust-analyzer provides an action for if this is intentional, prefix it with an underscore: `_a`, and no actions to delete the binding. But we currently have no similar notations to suppress the warnings.

from nil.

figsoda avatar figsoda commented on June 14, 2024

These should be left as-is and let user check what is happening.

I crossed these out now

Unused*

I think it makes sense for rust to do that due to the impurities, but for nix there shouldn't be a reason to have dead code
I also think that code actions should be less conservative than diagnostics by default since you have to manually trigger them, and there are no convert_to_inherit diagnostics for that reason

from nil.

asymmetric avatar asymmetric commented on June 14, 2024

@oxalica I'm interested in trying to implement the UrlLiteral code action. Do you have any more guidance than the post above?

Also happy to chat on Matrix, if that's your thing.

from nil.

oxalica avatar oxalica commented on June 14, 2024

@asymmetric

@oxalica I'm interested in trying to implement the UrlLiteral code action. Do you have any more guidance than the post above?

You can follow other PRs like #41. For string content, there are some helper functions for unescaping in syntax::semantic.

pub fn unescape_string<E>(

Also happy to chat on Matrix, if that's your thing.

I attached my Matrix address in my profile page. But I might not be quite responsive recently.

from nil.

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.