Lucas_Werkmeister_WMDE added a comment.

  Rough process to produce this:
  
    git checkout master
    node_modules/.bin/vue-cli-service build --mode development && for module in 
init app; do grep -F '!*** ' dist/data-bridge."$module".js >| 
includes-"$module"-before; done
    git reset --hard
    git checkout services
    node_modules/.bin/vue-cli-service build --mode development && for module in 
init app; do grep -F '!*** ' dist/data-bridge."$module".js >| 
includes-"$module"-after; done
    git reset --hard
    for file in includes-*; do sort < "$file" > "sorted-$file"; done
    comm -23 sorted-includes-init-{before,after} > removed-includes-init
    comm -13 sorted-includes-app-{before,after} > extra-includes-app
    git diff -U1000 --no-index removed-includes-init extra-includes-app | xclip

PASTE DETAIL
  https://phabricator.wikimedia.org/P9637

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: darthmon_wmde, Michael, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to