Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Buggy rendering for parameterized dependencies #52

Closed
tracker1 opened this issue Aug 25, 2019 · 1 comment
Closed

Buggy rendering for parameterized dependencies #52

tracker1 opened this issue Aug 25, 2019 · 1 comment
Assignees
Milestone

Comments

@tracker1
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
I started with the yew dashboard example's cargo file.

[package]
name = "dashboard"
version = "0.1.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"

[dependencies]
failure = "0.1"
serde = "1"
serde_derive = "1"
yew = { path = "../..", features = ["toml"] }

I wanted to replace it with version="1" to try and get a list instead of the path= parameter, and the rendering got a bit borked, to say the least.

Expected behavior
I'd expected the rendering to not bork... Also, while editing the format for the file may have been invalid, which may have effected things.

Screenshots

Screen Shot 2019-08-25 at 15 35 58

Desktop (please complete the following information):

  • OS: macOS High Sierra
  • Version 10.13.3
RensAlthuis added a commit to RensAlthuis/crates that referenced this issue Sep 18, 2019
serayuzgur pushed a commit that referenced this issue Oct 3, 2019
@serayuzgur serayuzgur added this to the 0.4.4 milestone Oct 14, 2019
@serayuzgur serayuzgur self-assigned this Oct 15, 2019
serayuzgur added a commit that referenced this issue Oct 15, 2019
@serayuzgur
Copy link
Owner

@tracker1 thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants