-
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
Next release snap #3635
Next release snap #3635
Conversation
* docs: node: point at telnet module now See 8d091c4 * Fix links Co-authored-by: Marcel Stör <[email protected]>
Do not change the URL to artifacts that reside inside the `/docs` folder as they are correctly managed by MkDocs. Fixes #3495
This change prevents the shell from erroring out with `$PATH` values that contain e.g. parentheses, as is likely for WSL users.
This is intended to be a more portable abstraction: rather than hard-coding offsets in the macro invocations, it relies on the existence of __builtin_offset and its availability even within inline asm blocks. While here, rename some of the functions involved to hopefully improve clarity
The header files were moved into `include` in the commit https://review.coreboot.org/plugins/gitiles/flashrom/+/87d7b110d6ed6d4ef0b61e777f2fee3c10808f0b
* Allow configuration of debugOutput to be performed * don't send to own IP or update own data * Use same socket to send and receive. Avoid problems in many opened and closed sockets to send * Add callback for REMOVEed hosts * Send broascast messages if seedList is empty * Adapt yeelink to new luacheck rules * Fix building of luac.cross for win to win2019 and VS 2019
Adapt https://www.lua.org/work/diffs-lua-5.3.5-lua-5.3.6.html to NodeMCU. Mostly a straight application, but some small tweaks were required and, in lundump.c, some changes were elided and some additional diff reduction applied, as we have heavily diverged from upstream.
Updates old link to ESP8266 product page which referred to a 404 page.
Would like to add 1 or 2 pull reques first. |
@HHHartmann which ones did you have in mind? |
I would suggest these at least:
and maybe this one, but it would need a little bit of love first And of course I'd still like to get this integrated: |
The first four seemed like no-brainers. Hence, I felt confident to merge them 😄 As for the last one, I'm completely lost, not my world. |
When merging this PR a github workflow should start creating the release note together with attached luac.cross binaries for windows. So give it some time.
|
found some more changes that hepled me: |
This was triggered by Gregor's comment at #3633 (comment).
It's been ages since we last snapped something back to the
release
branch. What we documented at https://github.com/nodemcu/nodemcu-firmware/blob/release/CONTRIBUTING.md#handling-releases is mostly still correct 😄