gluaxspeed
a75dbe38eb
imports functioning, next is core imports
2021-08-18 06:23:23 -07:00
damirka
bc6ad13930
adds exit code and error printing
2021-08-18 14:53:18 +03:00
damirka
6f8443fdaf
removes ast snapshots on leo clean
2021-08-18 14:41:27 +03:00
damirka
135ad2d167
Merge branch 'fix-recursive-imports' into leo-manifest-dependencies
2021-08-18 14:13:21 +03:00
dependabot[bot]
f258c5bde5
Bump serde_yaml from 0.8.17 to 0.8.18
...
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml ) from 0.8.17 to 0.8.18.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases )
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.17...0.8.18 )
---
updated-dependencies:
- dependency-name: serde_yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-18 10:17:46 +00:00
gluaxspeed
14a1125d33
formatting
2021-08-18 02:46:40 -07:00
gluaxspeed
a66c123d17
merge better errors
2021-08-18 02:45:59 -07:00
gluaxspeed
e6948da23f
merge master
2021-08-18 02:10:59 -07:00
gluaxspeed
cf5a23b38f
type on call expression
2021-08-18 02:04:41 -07:00
gluaxspeed
56996f989e
fix ternary bug
2021-08-18 01:09:45 -07:00
Alessandro Coglio
8ac669f71d
Merge pull request #1266 from AleoHQ/fix-recursive-imports
...
[Fix] Recursive imports
2021-08-17 10:26:46 -07:00
Alessandro Coglio
a15aba3c2d
Merge pull request #1231 from AleoHQ/rfc-bit-byte-conv
...
[RFC] Add an RFC for bit and byte conversions.
2021-08-17 10:07:17 -07:00
Alessandro Coglio
eb74e85e60
Merge pull request #1264 from AleoHQ/dependabot/cargo/snarkvm-dpc-0.7.9
...
Bump snarkvm-dpc from 0.7.8 to 0.7.9
2021-08-17 09:33:28 -07:00
yangvenli
b6d9db20be
fixes recursive imports issue
2021-08-17 15:47:16 +03:00
damirka
a511638021
try to run it all together
2021-08-17 13:27:23 +03:00
dependabot[bot]
d2a4a14cf4
Bump snarkvm-dpc from 0.7.8 to 0.7.9
...
Bumps [snarkvm-dpc](https://github.com/AleoHQ/snarkVM ) from 0.7.8 to 0.7.9.
- [Release notes](https://github.com/AleoHQ/snarkVM/releases )
- [Commits](https://github.com/AleoHQ/snarkVM/compare/v0.7.8...v0.7.9 )
---
updated-dependencies:
- dependency-name: snarkvm-dpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-17 10:18:37 +00:00
damirka
2ec1065c18
fix pipes, make oneliner
2021-08-17 13:16:05 +03:00
damirka
5a1bf7e26e
adds mkdir tmp
2021-08-17 13:15:00 +03:00
damirka
a1cc026c58
use curl to fetch
2021-08-17 13:14:00 +03:00
damirka
7e8da8cc80
add echo outputs
2021-08-17 13:10:02 +03:00
damirka
775109f40c
yet another change of version
2021-08-17 13:07:23 +03:00
damirka
b1cf6024d7
add v2 to action
2021-08-17 13:06:07 +03:00
damirka
e05cca47ff
remove version from fetch-latest-release
2021-08-17 13:04:38 +03:00
damirka
56ce8558df
change action to a different one
2021-08-17 13:03:10 +03:00
damirka
031cc98077
test release fetcher
2021-08-17 10:44:44 +03:00
gluaxspeed
9382cdbb34
update error_index
2021-08-17 00:10:24 -07:00
gluaxspeed
8a73acaa33
skip leo-lang update test on macos for now
2021-08-16 23:51:25 -07:00
Alessandro Coglio
30da9d6e1c
[ABNF] Re-generate the markdown file.
2021-08-16 18:07:26 -07:00
Alessandro Coglio
80e2b14c8c
[ABNF] Fix rule for conditional expressions.
...
The test of the expression should have been a disjunctive expression. This was
an oversight when the rules were written.
2021-08-16 18:06:27 -07:00
gluaxspeed
c3aa1ce773
fix error message formatting in some instances
2021-08-16 17:46:50 -07:00
gluaxspeed
20b0f4f2f8
fix canonicalization function type return bugs
2021-08-16 15:12:36 -07:00
damirka
7d074f368d
fix import-related issues with tgc
2021-08-16 23:26:24 +03:00
gluaxspeed
c140e666a5
make suggested changes, also renumber as it would conflict with 009 bits/bytes
2021-08-16 11:38:01 -07:00
Alessandro Coglio
6047886446
[RFC] Extend bit/byte conversion RFC.
...
Add a paragraph clarifying what an adequate implementation strategy could be.
In any case, we are likely to go with methods on scalar types directly.
2021-08-16 10:48:24 -07:00
Alessandro Coglio
6e264b86ef
[RFC] Extend bit/byte conversion RFC.
...
Add an alternative in which we go to methods directly. This seems more likely at
this point, given that we seem to have a fairly simple and quick way to support
methods on scalar types that does not involve turning scalar types into circuit
types.
2021-08-16 10:44:10 -07:00
Alessandro Coglio
8f7485977a
Merge pull request #1256 from AleoHQ/dependabot/cargo/snarkvm-curves-0.7.9
...
Bump snarkvm-curves from 0.7.8 to 0.7.9
2021-08-16 10:35:49 -07:00
Alessandro Coglio
1bc19d8b1c
[RFC] Extend the native functions RFC a bit more.
...
Explicate how the initially proposed design is consistent with Java, and how the
native implementations live in separate files in that design. This better paves
the way to the more recent variant of this proposal, currently discussed under
alternatives but that may be eventually "swapped" if that's also the rest of the
team's consensus.
2021-08-16 10:22:04 -07:00
Alessandro Coglio
16daa63dea
[RFC] Extend native functions RFC based on discussion with Jon.
2021-08-16 10:19:16 -07:00
Alessandro Coglio
110b05bfc2
[RFC] Improve title as suggested by Jon.
2021-08-16 10:11:52 -07:00
Alessandro Coglio
3fd9e90fce
Merge pull request #1257 from AleoHQ/dependabot/cargo/anyhow-1.0.43
...
Bump anyhow from 1.0.42 to 1.0.43
2021-08-16 10:08:53 -07:00
damirka
e78975ba21
Merge branch 'master' into leo-manifest-dependencies
2021-08-16 18:32:30 +03:00
dependabot[bot]
957d2ef62d
Bump anyhow from 1.0.42 to 1.0.43
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.42 to 1.0.43.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.42...1.0.43 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 10:19:17 +00:00
dependabot[bot]
1b34fa0538
Bump snarkvm-curves from 0.7.8 to 0.7.9
...
Bumps [snarkvm-curves](https://github.com/AleoHQ/snarkVM ) from 0.7.8 to 0.7.9.
- [Release notes](https://github.com/AleoHQ/snarkVM/releases )
- [Commits](https://github.com/AleoHQ/snarkVM/compare/v0.7.8...v0.7.9 )
---
updated-dependencies:
- dependency-name: snarkvm-curves
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 10:18:57 +00:00
gluaxspeed
12fe626485
update readme, fix compiler error range
2021-08-13 20:02:43 -07:00
gluaxspeed
54eb95c62d
Change RFC based on discussion
2021-08-13 18:21:39 -07:00
gluaxspeed
0702be2a18
regen error tests
2021-08-13 16:12:54 -07:00
gluaxspeed
a3ef6a0342
more error message cleanup, and remove debug statement
2021-08-13 15:57:17 -07:00
gluaxspeed
04e8ccc9e6
error code fixes
2021-08-13 15:06:04 -07:00
Alessandro Coglio
f1384787ee
[RFC] Initial proposal for native functions.
2021-08-13 12:00:19 -07:00
gluaxspeed
f65fff602f
clippy fix, tyring to debug cli upadte on osx
2021-08-13 11:35:48 -07:00