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
2018-04-10 21:27:20 jamesmunns (sorry, I meant if we wanted to close #42 once we have the stable mvp)
69
+
2018-04-10 21:27:37 thejpster Can I ask, is there a process for getting `extern crate compiler_builtins;` removed from everything on crates.io?
70
+
2018-04-10 21:28:19 ~japaric jamesmunns: we could close it, or re-use the issue and remove the milestone
71
+
2018-04-10 21:28:22 thejpster Oh, no, ignore me.
72
+
2018-04-10 21:28:30 jamesmunns :+1:
73
+
2018-04-10 21:28:33 ~japaric probably closing is better for tracking progress though
74
+
2018-04-10 21:29:21 ~japaric thejpster: I'd say the process is let authors fix their stuff once they realize it broke
75
+
2018-04-10 21:29:56 thejpster japaric, it's be being an idiot. Let me rephrase the question. Can we produce better errors if you try and use a target that you haven't installed with rustup?
76
+
2018-04-10 21:29:57 ~japaric or do you think we should proactively send PRs to fix stuff, or similar?
2018-04-10 21:36:22 ~japaric it's a custom subcommand
108
+
2018-04-10 21:36:27 ~japaric so you need to install it first
109
+
2018-04-10 21:36:34 pftbest_ thanks
110
+
2018-04-10 21:36:45 ~japaric but it's just sugar for: cargo rustc -- -Z pretty=expanded or something
111
+
2018-04-10 21:37:07 pftbest_ i thought it is just for macros
112
+
2018-04-10 21:38:07 ~japaric ok, after that detour
113
+
2018-04-10 21:38:13 ~japaric I was saying something about lld
114
+
2018-04-10 21:38:59 ~japaric I had to work around some issue by patching the linker script in cortex-m-rt but after that it seems to work
115
+
2018-04-10 21:39:35 ~japaric and you can use the lld shipped with the Rust toolchain, instead of having to install arm-non-eabi-ld
116
+
2018-04-10 21:39:42 adamgreig i've been having some weird issues today that only appeared with lld and not with ld, but can't say for sure they were lld and haven't really narrowed down yet
117
+
2018-04-10 21:39:51 adamgreig being able to use rust lld is really nice though
118
+
2018-04-10 21:40:16 ~japaric adamgreig: please open a ticket in cortex-m-rt if you can repro the issues with lld
119
+
2018-04-10 21:40:20 adamgreig yea will do
120
+
2018-04-10 21:40:24 ~japaric adamgreig: +1
121
+
2018-04-10 21:42:30 ~japaric the other bullet under issue #43 are the llvm-tools
122
+
2018-04-10 21:42:37 ~japaric there's a discussion on the rust-lang/rust repo
2018-04-10 21:42:51 ~japaric it has quite a few thumbs up
125
+
2018-04-10 21:43:14 ~japaric but still need an official OK from whichever team is supposed to OK it
126
+
2018-04-10 21:43:55 ~japaric making a PoC PR may speed up things
127
+
2018-04-10 21:44:27 ~japaric I have no bandwidth for that this week though
128
+
2018-04-10 21:45:03 ~japaric the other issue that made some progress in the book / documentation one
129
+
2018-04-10 21:45:34 ~japaric the embedonomicon landed in the WG repo
130
+
2018-04-10 21:45:40 ~japaric and jamesmunns added some stuff for CI
131
+
2018-04-10 21:46:04 ~japaric but I think there's no hosting yet
132
+
2018-04-10 21:46:15 jamesmunns (working on it :) )
133
+
2018-04-10 21:46:26 ~japaric jamesmunns: +1
134
+
2018-04-10 21:46:34 jamesmunns one important question, where do we want to host it (domain wise)
135
+
2018-04-10 21:47:02 jamesmunns I can pretty easily spin it on to one of my existing domains (jamesmunns.com, onevariable.com), or I can buy a new domain that is relevant
136
+
2018-04-10 21:47:34 ~japaric I think some domain with the words rust and embedded on it would make it feel more right
137
+
2018-04-10 21:48:01 ~japaric and there's already rustembedded.org (?) and areweembedded.com (?)
138
+
2018-04-10 21:48:02 jamesmunns but tbh, it would be nice to have at something like `http://www.rust-embedded.org/`
139
+
2018-04-10 21:48:57 jamesmunns (which is owned by the community, they've offered to share, but I would need to set up the domain correctly, I'll follow up with them, or register something in the next week or so
140
+
2018-04-10 21:49:10 ~japaric jamesmunns: we can ask posborne / nastevens
141
+
2018-04-10 21:49:47 jamesmunns https://gitlab.onevariable.com/james/embedded-wg-ci/ already builds the books as artifacts, so I just need to shove that into an nginx container and deploy it somewhere
142
+
2018-04-10 21:50:37 wyvern (not to derail the conversation, but hosting on s3 is near-free, ultra reliable, and you get a Let's Encrypt cert too)
143
+
2018-04-10 21:51:11 jamesmunns wyvern good point. Right now I have a digitalocean droplet that sits at about 0.1% load, so I never mind shoving more into that. S3 is a good option too
144
+
2018-04-10 21:51:35 wyvern less to worry about when the next heartbleed hits :)
145
+
2018-04-10 21:51:50 thejpster I would generally promote a community resource. I'm sure @jamesmunns isn't going anywhere, but I've seen examples where someone ran a website and then left the group.
146
+
2018-04-10 21:51:57 jamesmunns For static sites its about the same
147
+
2018-04-10 21:52:22 adamgreig is github pages + custom domain an option?
148
+
2018-04-10 21:52:29 jamesmunns Yeah, if we could get one of the official official websites to provide hosting (like next to the current books), I would be happy with that. this is only until that happens
149
+
2018-04-10 21:52:48 jamesmunns so this is hosting for the book until the 1.0 release (of the book), then we expect it will live somewhere else
150
+
2018-04-10 21:52:59 thejpster If expenditure is required, maybe we need to set up a community group and get a bank account? This feels like the kind of thing Rust needs to solve once and copy-paste.
151
+
2018-04-10 21:53:46 jamesmunns re: expenditure, I'm fine with the $xx/year for now, if it makes life easier
152
+
2018-04-10 21:54:18 jamesmunns But, agreed, long term, I shouldn't be a single point of failure
153
+
2018-04-10 21:54:46 jamesmunns I'm happy to make it happen now, and hand it off to somewhere more official (once that exists)
154
+
2018-04-10 21:56:51 thejpster +1
155
+
2018-04-10 21:57:20 thejpster If it helps, I have a Raspberry Pi 3 on Mythic Beasts I can point arbitrary stuff at. If we want to round-robin the DNS or something.
156
+
2018-04-10 21:58:05 jamesmunns lets follow up with this and let japaric cover anything else that still needs to be discussed :)
157
+
2018-04-10 21:58:10 jamesmunns (follow up after)
158
+
2018-04-10 21:58:28 ~japaric I have nothing more to cover
159
+
2018-04-10 21:58:32 jamesmunns oh
160
+
2018-04-10 21:58:37 ~japaric if someone wants to bring anything else they have 2 mins
161
+
2018-04-10 21:59:19 adamgreig i'm back at trying to make a unified stm32 device support and/or hal implementation thing, if anyone else is interested in chatting about it sometime
162
+
2018-04-10 21:59:38 adamgreig i have quite a good foothold on what is shared with what and how and what differs and where etc, but obviously a ton of work ahead
163
+
2018-04-10 21:59:55 jcsoo @adamgreig - I am working on this too, would love to compare notes
164
+
2018-04-10 22:00:08 adamgreig cool, let's
165
+
2018-04-10 22:00:14 myeisha heh. we can make a club.
166
+
2018-04-10 22:00:14 pftbest_ japaric: how would one go about adding msp430-none-elf targets in rustup?
167
+
2018-04-10 22:00:28 jamesmunns adamgreig: if any changes would be necessary/nice to have in svd2rust, feel free to ping me :)
168
+
2018-04-10 22:00:38 jcsoo @adamgreig - email me at [email protected] and we can set up a time to talk!
169
+
2018-04-10 22:00:59 ryankurte @japaric is there a problem with the current gh pages hosting? Supports custom domains, free and zero hassle, easy to front with cloudflare or the like if we need anything tricky.
170
+
2018-04-10 22:01:00 ~japaric I'm going to officially end this meeting. Thanks everyone for attending!
0 commit comments