this post was submitted on 26 Mar 2025
373 points (100.0% liked)

Technology

68066 readers
3748 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 92 points 5 days ago (2 children)

ITT: People making assumptions based off the tagline without reading the article

Basically not much changes, they're just gonna wait to post their code until it's done instead of letting it be viewed in progress

[–] [email protected] 39 points 4 days ago* (last edited 3 days ago) (1 children)

~~That’s a huge change. Reviewing one years’ worth of code at once is practically impossible, this significantly reduces the chances of a third party spotting malicious changes in the code.~~

[–] [email protected] 4 points 4 days ago (1 children)

That's already how it functionally worked for each major release

Here's their previous strategy: https://web.archive.org/web/20220917195332/source.android.com/docs/setup/about/codelines

Google works internally on the next version of the Android platform and framework according to the product's needs and goals

When the n+1th version is ready, it's published to the public source tree

The source management strategy above includes a codeline that Google keeps private to focus attention on the current public version of Android.

We recognize that many contributors disagree with this approach and we respect their points of view. However, this is the approach we feel is best and the one we've chosen to implement for Android.

As far as I can tell, this would really only affect QPRs, since the public experimental branches that get made after they throw the next release over the wall is going away

[–] [email protected] 2 points 3 days ago

oh, got it, thanks. feel so bad about people having read my incorrect comment haha

[–] [email protected] 9 points 4 days ago

Meh, reasonable. Thanks for posting the clarification.