GithubHelp home page GithubHelp logo

Comments (3)

alice-i-cecile avatar alice-i-cecile commented on June 16, 2024 2

I've gathered feedback from the community in this Discord thread, if you're interested in a sneak peek.

from lang-team.

Jules-Bertholet avatar Jules-Bertholet commented on June 16, 2024 1

Highlights of Discord thread:

  • no variadic generics (ugly macros, terrible error messages, cluttered docs…)
  • having to install MSVC on Windows (though maybe things are better now that rustup handles it?)
  • orphan rules, deriving traits on 3rd-party types
  • object safety, needing to go back and redesign traits
  • learning macros
  • derive + PhantomData footgun (lack of perfect derive)
  • cargo features aren't clearly listed in rustdoc
  • lifetimes (where/when do they need to be annotated)
  • async
  • functional update syntax (...default() })
  • missing const floats, const traits
  • examples in rustdoc
  • showing the value of Default::default() in rustdoc
  • dynamic linking (inscrutable error messages)
  • closure capture rules
  • field init shorthand
  • target folder not cleaned up after compiler updates
  • rust-analyzer and cargo competing for locks on the target folder, grows without bound
  • src links don't appear for bevy on docs.rs (due to dynamic linking stuff?)
  • browsing all implementors of a trait (rustdoc list is cluttered, hard to skim)
  • people don't know about cargo doc --open
  • hard to get list of all methods available on a type (including from important traits)
  • reborrowing (and lack of it with custom smart pointers)
  • newtype/delegation is cumbersome, .0 spam

from lang-team.

Lokathor avatar Lokathor commented on June 16, 2024

Made a Zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Design.20meeting.3A.20Rust.20issues.20with.20new.20Bevy.20users

from lang-team.

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.