Edwin Brady
3ec8631480
More coverage checking fixes
...
Still a couple of things to resolve in coverage and totality checking
before we can switch on %default, so don't expect quite the right
behaviour just yet. More progress though!
Also working on this has caught a few totality errors in the Idris 2
code base that Idris 1 missed... so these are fixed on the way.
2020-05-24 18:33:43 +01:00
Matúš Tejiščák
8f3e8b865b
Merge pull request #131 from clayrat/cong-erase
...
Erase function argument of cong
2020-05-24 17:09:20 +02:00
Niklas Larsson
c95e1b5b86
Merge pull request #139 from melted/bootstrap_refactor
...
Do platform-dependent part a bit better in bootstrap.sh
2020-05-24 16:50:15 +02:00
Niklas Larsson
a8be9206fc
Do platform-dependent part a bit better in bootstrap.sh
2020-05-24 16:24:41 +02:00
Niklas Larsson
595184bee7
Merge pull request #138 from melted/mac-builder
...
Add macOS CI
2020-05-24 15:40:25 +02:00
Niklas Larsson
a6c7d30593
Add macOS badge
2020-05-24 15:30:15 +02:00
Niklas Larsson
3e62241c04
Add a macOS CI workflow
2020-05-24 15:23:50 +02:00
Niklas Larsson
4c50970007
Merge pull request #137 from idris-lang/ci-names
...
Shorten names on CI icons
2020-05-24 15:11:30 +02:00
Niklas Larsson
06ff156e29
Shorten names on CI icons
...
Link them to the respective workflow page.
Rename to be more consistent.
2020-05-24 14:44:28 +02:00
Edwin Brady
dc85166982
Use correct coverage information
...
Previously when building run time case trees for case blocks we were
using the parent's coverage information, which would mean it wouldn't
insert the error case so crash at run time instead of printing a more
helpful message
2020-05-24 12:49:30 +01:00
wchresta
f6564ce069
Add CI for bootstrapping via racket
...
* Remove Travis as described in #127
2020-05-24 10:09:14 +01:00
Alex Gryzlov
723f690f7e
erase function argument of cong
2020-05-24 05:16:52 +02:00
Kamil Shakirov
80344b5435
Merge branch 'master' into better-names
2020-05-24 07:59:25 +06:00
Alex Gryzlov
4aede51098
fix typos
2020-05-24 03:18:15 +02:00
Alex Gryzlov
a312409e19
add Data.List.Quantifiers
2020-05-24 03:15:38 +02:00
Edwin Brady
cf7de2201f
Add a script for making releases
...
I might use this in the next couple of days
2020-05-23 23:56:39 +01:00
Edwin Brady
7c531840ad
Merge pull request #127 from wchresta/ci
...
Add GitHub CI action that bootstraps on Ubuntu
2020-05-23 23:46:11 +01:00
Edwin Brady
b93b51a0e1
Remove racket ipkg, update scheme
...
Needed to get the bootstrap version working with the tests in racket
2020-05-23 23:30:49 +01:00
Edwin Brady
ad9a2a187f
Fix Char casting
...
For the same behaviour as Idris 1, the primitive cast should return 0 if
the integer is out of bounds. (We should probably drop the Cast
implementation though, since ideally they won't be lossy in general, but
that's an issue for another time...)
All the tests pass in racket now, for me.
2020-05-23 22:19:10 +01:00
wchresta
262f5bb213
Add GitHub CI action that bootstraps on Ubuntu
2020-05-23 16:38:32 -04:00
Edwin Brady
cff5fc2625
Workaround for byte vectors in Racket
...
Racket appears to have a different notion of current directory than the
system does, so we need to tell it which directory we think we're in
when reading and writing bytevectors using the scheme file functions.
2020-05-23 21:37:31 +01:00
Jan de Muijnck-Hughes
3e810b1de7
Add venv for rtd docs to .gitignore.
2020-05-23 20:03:36 +01:00
Jan de Muijnck-Hughes
43c5075f6e
Use reST directives to make warnings and TODOs explicit in the documentation.
2020-05-23 19:57:50 +01:00
Kamil Shakirov
307265aaab
Update C support header files
2020-05-24 00:41:53 +06:00
Kamil Shakirov
278dc1ca29
Merge branch 'master' into better-names
2020-05-24 00:37:05 +06:00
Kamil Shakirov
f02722bed9
Update .gitignore
2020-05-24 00:32:00 +06:00
Edwin Brady
08e4955c0b
Update scheme/racket again
...
Bootstrapping needs IDRIS2_CG set up properly
2020-05-23 19:30:53 +01:00
Kamil Shakirov
e61e44205b
Merge branch 'master' into better-names
2020-05-24 00:26:52 +06:00
Niklas Larsson
2d93b18b01
Merge pull request #124 from melted/fix_win_bootstrap
...
Fix win bootstrap
2020-05-23 20:17:37 +02:00
Edwin Brady
0d5c709fc6
Add IDRIS2_CG environment variable
...
This allows setting code generators globally, which makes building with
alternative back ends smoother.
2020-05-23 19:03:56 +01:00
Niklas Larsson
709ca9d152
Unbreak Windows bootstrap
2020-05-23 20:00:15 +02:00
Niklas Larsson
a92fb3a3b0
Merge pull request #120 from idris-lang/fix_build
...
Fix Windows build
2020-05-23 19:12:19 +02:00
Niklas Larsson
6054e86b55
Always load the socket lib on windows
2020-05-23 18:48:17 +02:00
Tim Süberkrüb
5dde7063f8
Add popen and pclose from Idris 1
2020-05-23 18:42:05 +02:00
Edwin Brady
ae81e9140a
Fix Racket buffer loading code
...
Should return #f on failure, not an empty buffer, for consistency with
Chez
2020-05-23 17:39:07 +01:00
Edwin Brady
e7d27bc46a
Fix IDRIS2_BOOT_PATH
...
I don't know why I removed network, it's still needed...
2020-05-23 17:32:52 +01:00
Niklas Larsson
81c59fd5d1
Fix Windows build
2020-05-23 18:05:55 +02:00
Edwin Brady
1857e4b3fe
Add flag for windows in support Makefile
2020-05-23 16:47:10 +01:00
Edwin Brady
006236fde8
Add racket bootstrap script
2020-05-23 16:08:43 +01:00
Edwin Brady
c8896290a6
Update scheme given network code move
2020-05-23 15:57:20 +01:00
Edwin Brady
e17f66244a
Move network support to libidris2_support
...
This makes the support stuff much simpler, and also makes the racket
bootstrap process easier
2020-05-23 15:52:33 +01:00
Edwin Brady
561123d49d
Update generated Scheme
...
Mostly because of the racket, which needs to put the libraries in the
right place to bootstrap properly.
2020-05-23 15:21:59 +01:00
Edwin Brady
e3df2d59b0
Tidy up Racket CG
...
Instead of dumping the required dynamic libraries in the working
directly, where the executable won't necessarily find them, take the
same approach as the Chez backend and create a subdirectory for the
required runtime files and use a shell script to start up with the right
library paths.
2020-05-23 15:18:18 +01:00
Niklas Larsson
14831bfd0a
Merge pull request #118 from melted/chez017
...
Fix comparison in gen_expected.sh
2020-05-23 16:06:39 +02:00
Guillaume ALLAIS
53a7cf36a1
[ fix ] preserve spacing during update
2020-05-23 14:41:44 +01:00
Guillaume ALLAIS
3869233ce0
[ doc ] Type aliases for documentation
...
Use this opportunity to move definitions around and do some small
refactoring.
2020-05-23 14:41:44 +01:00
Guillaume ALLAIS
60855adddf
[ refactor ] get rid of ad-hoc function getLine
2020-05-23 14:41:44 +01:00
Niklas Larsson
4f97e0822b
Fix comparison in gen_expected.sh
2020-05-23 15:34:41 +02:00
Niklas Larsson
971104a358
Merge pull request #117 from melted/merge_bootstrap_scripts
...
Merge bootstrap for unix and windows
2020-05-23 15:11:18 +02:00
Niklas Larsson
dbffcce112
Merge bootstrap for unix and windows
2020-05-23 14:51:00 +02:00