Commit Graph

17 Commits

Author SHA1 Message Date
Marcella Hastings
0413716e45 fix paths and logging in the setup script #1673 2024-05-31 12:19:02 -04:00
Marcella Hastings
969dc1bc49 add dev_setup script for macOS 14 #1673 2024-05-30 15:01:49 -04:00
Henry Blanchette
d58d1cdd53 gitignore src/Cryptol/Parser.hs 2022-08-09 17:56:15 -07:00
Henry Blanchette
6b59c65afd organize 2022-07-07 16:25:58 -07:00
Henry Blanchette
6078a3f097 ignore .vscode 2022-07-07 16:25:41 -07:00
Ryan Scott
1597d72254 Add WiX-generated files to .gitignore 2022-05-22 19:41:28 -04:00
Ben Selfridge
fdd7aab01a Adds regression test for dumptests.
This only checks that a function with signature [32] -> [32] -> [32] will
succeed with the :dumptests command. More tests could/should be added.

Since this test creates a file called add32.out, I added tests/regression/*.out
to the .gitignore. I'm not sure if this is the right approach or if we should
make an attempt to clean up this subdirectory after the tests finish.
2020-11-02 13:59:22 -08:00
Jared Weakly
1c38465ca8
Implement GitHub actions (#722)
* Builds nightly binary tarballs on Linux, macOS, and Windows
* Runs tests on every PR and merge to master
* Includes GitHub Actions status in README instead of Travis
* Makes the GitRev recompile hack less fragile
* Makes the Makefile Cabal v3 compatible
* Builds the manual as part of the CI process
2020-05-14 10:50:22 -07:00
Eric Mertens
5e75f834e7 Update test for new utf-8 error message 2019-02-28 10:04:17 -08:00
Iavor Diatchki
349bb6b355 Ignore all .ghc.envi* stuff 2018-12-11 16:16:39 -08:00
Diatchki
10b7f891e2 Ignore environment cabal thing 2018-04-03 09:56:48 -07:00
Robert Dockins
24d542c5c2 Ignore stack and cabal new-build build artifacts 2017-05-10 16:57:52 -07:00
Adam C. Foltzer
2f64119440 split benchmark XML into separate files
This will hopefully yield better scale in the graphs on the Jenkins job
2016-08-09 14:05:30 -04:00
Adam C. Foltzer
9923b6f11a split out notebook into separate package
This involved:

- Moving a couple REPL modules into the Cryptol library hierarchy (those
  that don't depend on console libraries)
- Splitting up the Makefile, which unfortunately resulted in a lot of
  not-quite-duplication between the two Makefiles. Let's look into
  better abstraction...
2015-03-02 15:46:21 -08:00
Adam C. Foltzer
4a2da5686a temporarily check docs into the repo
Getting the right TeX Live and pandoc environments on the build slaves
is turning out to be a Big Headache. For now, build docs locally and
keep the repo copies up to date.
2014-04-23 19:16:57 -07:00
Adam C. Foltzer
72cd17c11b change name of book pdf 2014-04-23 18:52:26 -07:00
Adam C. Foltzer
ba0a0e8576 Initial import from internal repo 2014-04-17 15:34:25 -07:00