Commit Graph

60 Commits

Author SHA1 Message Date
Arya Irani
bc46711c6b syncToDirectory 2021-03-11 13:02:08 -05:00
Arya Irani
e73811326c move ... stuff 2021-02-24 17:53:27 -05:00
Arya Irani
c775fad2be added dependents/type/type-mention indexes
but still not working
2021-02-08 11:14:08 -05:00
Arya Irani
fa100de7c9 move TermUtil/TypeUtil from Convert project to util-term 2021-02-05 12:09:56 -05:00
Arya Irani
29359b18a8 change hashing for refs, and add loadTermByHash 2020-10-20 13:27:43 -04:00
Arya Irani
279b6e876d Merge remote-tracking branch 'origin/trunk' into wip/codebase2
# Conflicts:
#	.travis.yml
#	parser-typechecker/src/Unison/Builtin.hs
#	parser-typechecker/src/Unison/Runtime/ANF.hs
#	parser-typechecker/src/Unison/Runtime/Builtin.hs
#	parser-typechecker/src/Unison/Runtime/Decompile.hs
#	parser-typechecker/src/Unison/Runtime/Foreign.hs
#	parser-typechecker/src/Unison/Runtime/Foreign/Function.hs
#	parser-typechecker/src/Unison/Runtime/MCode.hs
#	parser-typechecker/src/Unison/Runtime/Machine.hs
#	parser-typechecker/src/Unison/Runtime/Stack.hs
#	parser-typechecker/tests/Unison/Test/MCode.hs
#	unison-core/src/Unison/Type.hs
#	unison-src/new-runtime-transcripts/hashing.md
#	unison-src/new-runtime-transcripts/hashing.output.md
#	unison-src/transcripts/alias-many.output.md
#	unison-src/transcripts/emptyCodebase.output.md
#	unison-src/transcripts/merges.output.md
#	unison-src/transcripts/reflog.output.md
#	unison-src/transcripts/squash.output.md
2020-10-19 13:43:16 -04:00
Arya Irani
22f07828d0 wip 2020-10-19 10:17:25 -04:00
Arya Irani
51772f6d5b create syncv1v2 package 2020-09-25 10:55:14 -04:00
Arya Irani
49328bb25e codebase2 wip; temporarily deleted old packages to improve hls startup 2020-09-15 12:28:28 -04:00
Ian Grant Jeffries
2b8e95a9e7 Add hie.yaml
This gets ghcide working.

```
$ ghcide
...
Completed (183 files worked, 1 file failed)
```

The 1 file failed is because of ./unison-src/parser-tests/GenerateErrors.hs, and shouldn't affect anything.

ghcide details:
+ compiled from ghcide `master`
+ using commit 6a72d99bfb0b4c407ada9f36f9367f1523063a84
+ using the `./stack88.yaml` config file, with the resolver changed to `lts-16.6`
2020-07-25 20:08:33 -04:00