Commit Graph

4 Commits

Author SHA1 Message Date
Brent Yorgey
f67e476f09
Update copyright (#1973)
Closes #1945.
2024-06-23 03:59:08 +00:00
Ondřej Šebek
5f541fff91
Update editors (#581)
- update the highlighting for `require` in editors
- bump VSCode plugin version to 0.0.5
- update VSCode plugin changelog
- update the VSCode plugin image link
- copy LICENSE to the VSCode folder (`vsce` was complaining about it)
- rename the team in LICENSE file to Swarm
- closes #548
2022-07-25 00:16:23 +02:00
Brent Yorgey
a78369d7e6
Track whether robots have an ID number or not at the type level (#311)
See the discussion at
https://github.com/byorgey/swarm/pull/303#discussion_r817471340 .
This seems like an unqualified success: no more hacky (-1)'s, and
doing the refactoring actually uncovered a bug!  Previously, we were
not actually assigning ID's to the robots that were read as part of a
challenge.  This means that in a challenge with multiple robots, all
but one of them would instantly disappear since they all shared the
same ID number.
2022-03-06 16:06:51 -06:00
Brent Yorgey
77f4ed1f28 clean up .cabal file and add LICENSE 2021-08-26 21:05:46 -05:00