actonlang / acton

The Acton Programming Language
https://www.acton-lang.org/
BSD 3-Clause "New" or "Revised" License
80 stars 7 forks source link

`acton build` should not fail when there is no Internet connectivity #1952

Closed plajjan closed 1 week ago

plajjan commented 1 month ago
kll@Kristians-MacBook-Air orchestron % acton build
Error fetching error: unable to connect to server: UnknownHostName

Error fetching dependencies error: unable to connect to server: UnknownHostName

kll@Kristians-MacBook-Air orchestron % 

I don't think we should actually reach out over the network at all for this. Not sure why we do?