#LF some help understanding one change in 13.5

1 messages · Page 1 of 1 (latest)

boreal forge
#

Import timers, process, and Buffer from node: (#7157) (3c62bd2)

iirc timers are stuff like setTimeout, setInterval ect

what does "importing" mean in this case?

tulip sleet
#

see the pr?

boreal forge
#

?

#

what do you mean?

#

this?

ionic wharf
urban hedgeBOT
boreal forge
#

aah, the number with a tag

#

hmm, so it's not something i have to actively pay attention to, just some background inner workings change?

ionic wharf
#

patch level features do not require any action from you, they're often bugfixes or non-user (you) -facing changes

#

in this case a refactor, based on the linked tweet

boreal forge
#

yeah, sorry for troubling you

it was in the same category as the embed setAuthor and setFooter changes wich needed me to change stuff on my bot so i got worried it'd break stuff

ionic wharf
#

it uh, shouldn't shibaThinking

#

there should not be any breaking changes in any 13.x update

boreal forge
#

yeah, didn't break my bot, just got some deprecation warning about them but never hurts to keep stuff up to date to prevent future troubles

boreal forge
#

maybe i recall wrong, tho i do remember on the guide page it had a different version pre-rest method

#

anyway, thanks for the help

ionic wharf
#

semantic versioning is only respected on stable releases

#

if you install @dev or commits from GH directly everything can break

#

if you make stable release updates on 13.x (ex. 13.1 to 13.2) no breaking change should occurr
breakign changes will be 13 -> 14