У нас вы можете посмотреть бесплатно Renovating Automated Dependency Management in Julia | Joris Kraak, Anant Thazhemadam | JCon 2024 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Renovating Automated Dependency Management in Julia by Joris Kraak, Anant Thazhemadam PreTalx: https://pretalx.com/juliacon2024/talk... For the longest time, dependency management in Julia, for all its pros and cons, has had a single answer - CompatHelper. However, there is a much larger ecosystem built around dependency management tooling in general, which doesn’t support Julia. This talk is primarily about dependency management processes, the current state of dependency management in Julia, and how we added Julia support to Renovate, a very popular dependency management tool. We will be giving an overview of the landscape of dependency management tools, highlighting standardised dependency management processes, while emphasising the need for a standardised and popular system that has a wider scope. We will evaluate the merits (and demerits) of the popular options available, keeping in mind their scope of dependency management. In particular, we will talk about Renovate, and the efforts to add Julia support to it. We will discuss what “adding Julia support to Renovate'' entails. This covers the underlying structure of how Renovate works giving insight into the processes and workflows it would support, and more importantly, how we integrated it to work with Julia (specifically, with Julia's package management system). Of course, any such endeavour to add tooling support is not without challenges, and as such, we will discuss the challenges we’ve faced and what it would take to overcome them.