Skip to content

Commit 39955b8

Browse files
committed
copilot-bluespec: Include in mainline copilot repo. Refs #623.
The `copilot-bluespec` package was originally developed in an external repo (https://github.com/Copilot-Language/copilot-bluespec), but there is interest in having all Copilot projects and libraries merged into the main https://github.com/Copilot-Language/copilot repo for ease of management. This commit includes the last state of the old `copilot-bluespec` repo into the main Copilot repo as a new subdirectory, disregarding the commit history.
1 parent 1b03ab5 commit 39955b8

File tree

22 files changed

+4536
-0
lines changed

22 files changed

+4536
-0
lines changed

copilot-bluespec/.dockerignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
dist
2+
dist-*
3+
cabal-dev
4+
*.o
5+
*.hi
6+
*.chi
7+
*.chs.h
8+
*.dyn_o
9+
*.dyn_hi
10+
.hpc
11+
.hsenv
12+
.cabal-sandbox/
13+
cabal.sandbox.config
14+
*.prof
15+
*.aux
16+
*.hp
17+
*.eventlog
18+
.stack-work/
19+
cabal.project.local
20+
cabal.project.local~
21+
.HTF/
22+
.ghc.environment.*
23+
copilot-profiling
24+
.DS_Store
25+
.log
26+
27+
Dockerfile
28+
.git
29+
.gitignore

copilot-bluespec/CHANGELOG

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2025-05-08
2+
* Version bump (4.4). (#43)
3+
4+
2025-05-05
5+
* Version bump (4.3.1). (#41)
6+
* Move Copilot.Compile.Bluespec.External out of shared directory. (#36)
7+
* Allow building with filepath-1.5.*. (#39)
8+
9+
2025-03-10
10+
* Version bump (4.3). (#34)
11+
12+
2025-01-20
13+
* Version bump (4.2). (#31)
14+
* Implement missing floating-point operations. (#28)
15+
* Allow using same trigger name in multiple declarations. (#30)
16+
17+
2024-11-08
18+
* Version bump (4.1). (#25)
19+
20+
2024-09-09
21+
* Version bump (4.0). (#23)
22+
* Support translating Copilot array updates to Bluespec. (#19)
23+
24+
2024-08-03
25+
* Test GHC 9.4 through 9.8. (#20)
26+
27+
2024-07-11
28+
* Version bump (3.20). (#11)
29+
* Support translating Copilot struct updates to Bluespec (#10).
30+
* Fix a bug in the translation of the signum function. (#14)
31+
* Fix a bug in the translation of floating-point comparisons. (#15)
32+
33+
2024-03-08
34+
* Version bump (3.19). (#5)
35+
* Create new library for Bluespec backend.

0 commit comments

Comments
 (0)