-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub releases #1272
Comments
agree |
You may both be interested in reading through #788. With #1127 we established at least a common understanding among us committers what the default configuration should be. That means we would be in a good position to provide pre-built binaries again. However, the statistics of my custom build service tell me that less than 10% of the users who build from
Then please report that in separate isolated issues. Since |
I would be happy with having four firmware images:
This recognizes that many people have 2MB systems but there may be an advantage to keeping the firmware to fit within 1M. What happens if we turn on essentially all the modules and a couple of extra fonts? |
@marcelstoer Thank you for pointing me to those two issues, definitively a good background on the subject. If the preferred way is for users to do a custom build rather than using the available releases, then it should be stated clearly. I would suggest adding a small notice regarding builds in the README. Still, I have tow concerns:
People using the outdated builds
Are there stats on the downloads from the releases page? It might be that people first download the release and then find out about the custom build and only do a custom build when they need something not included in that build. That was definitively my case. My concern is about people new to the project who are testing the waters and they just want to see something working, so they grab the latest release available. Also, existing examples, tutorials, etc. Stable buildsCurrently there is no way to target an specific build or release, since tags are not being used either. Some people [might] make a build and check that build with their source code in github because they have no easy way to go back to that specific build, so you find plenty of outdated builds out there.
I mentioned master not working for me right now not to report it as an issue, just making a point to stress my need to be able to access stables builds. |
For more background info definitely check out the mighty #719 as well 😉
Well, it's kinda there but the README.md is as well eagerly waiting for the next dev-to-master snap: https://github.com/nodemcu/nodemcu-firmware/blob/dev/README.md. Of course nobody reads the README.md on the As for pre-built binaries I totally feel the pain of this community and I do hope we find a model that works for both our users and for us committers.
The GitHub API has them (
|
First hello, excuse my english, and thanks for the work on this. I begin "playing" last week with NodeMCU/ESP8266 when my first unit arrive i download the flasher for install the latest stable firmware and begin learning, since i am newbie i never want learning with a dev release and fight against learning&bugs at same time I getting problems with docs and example code, using functions/methods give me nil errors and other things, i search that functions and i found was implement more than six months ago, i don't known what up, finally i realized the firmware install by the flasher it more than one year old! i never expect that lol. I then go to master branch, but of course same problem, its outdated, finally a install a firmware from the dev release and was fine, despite lots of errors in my code and the need of rewrite again things like my http server code for the send "problem" and other things. In a nutshell, the stable release are very outdated and for learning using the docs its problematic, and if you guys release another stable firmware next century upgrade/change the code will not be fun. |
The way I see it, currently the project is in between different models of managing releases and builds, as in moving away from releases and encouraging the use of custom builds. There are two things that could improve the current situation:
If the online build tool let's me build sources from a known point in time, I can rest assured that having a fast moving master will not leave me stuck with old firmware if, for whatever reason, something makes it into master and makes it temporarily unusable. |
I think we more or less agreed that we'll keep tagging master drops from now on. Also, sooner or later I'll most likely start providing current master pre-builts on nodemcu-build.com. |
The latest release available on GitHub is 0.9.6-dev_20150704, which is pretty outdated.
There are different issues with this, one is that I know people who will download the latest release and run into problems- worst is possible mismatch between documentation and observed behavior- or run into issues that have been fixed in more recent releases.
Also, currently master is broken or partially broken for me and this happens more often than not, so having a stable release sounds like a good idea.
I'm wondering why there are no more recent releases, is keeping releases not a thing anymore?
The text was updated successfully, but these errors were encountered: