damirka
|
85059a682d
|
Merge branch 'master' into leo-wasm
|
2021-09-25 12:14:46 +03:00 |
|
damirka
|
0aa6eabb0c
|
adds README, extends error object
|
2021-09-25 12:13:59 +03:00 |
|
Pranav Gaddamadugu
|
0cd77ca89c
|
Tested unknown error, cleanup, formatting, and ran clippy
|
2021-09-15 16:13:30 -07:00 |
|
Pranav Gaddamadugu
|
dc98e94d7f
|
errcov collects all error codes for errors generated by create_errors! macro
|
2021-09-15 15:23:26 -07:00 |
|
Alessandro Coglio
|
a5f74195cf
|
Merge pull request #1333 from AleoHQ/array-len-function
[Feature] Adds .len() postfix to arrays
|
2021-09-15 10:10:32 -07:00 |
|
damirka
|
4f41f09ef2
|
Merge branch 'master' into array-len-function
|
2021-09-13 14:26:38 +03:00 |
|
damirka
|
158576f8f5
|
changed length() to len()
|
2021-09-10 16:55:32 +03:00 |
|
gluaxspeed
|
e1f6b16ea7
|
added new errors
|
2021-09-10 06:42:01 -07:00 |
|
damirka
|
093517109b
|
renaming, now .length()
|
2021-09-10 16:11:55 +03:00 |
|
Damir S
|
d1dd42a70a
|
[Bug] Fix ordering in unexpected_type error (#1329)
fixes ordering in ASG::unexpected_type error
|
2021-09-07 13:11:44 +03:00 |
|
gluaxspeed
|
dac71a8001
|
Merge branch 'master' of github.com:AleoHQ/leo into bug/shadowing-fixes
|
2021-09-07 01:57:39 -07:00 |
|
gluaxspeed
|
cfb8720af7
|
fix scope shadowing, and importing global consts
|
2021-09-06 03:53:02 -07:00 |
|
dependabot[bot]
|
4e33780c12
|
Bump thiserror from 1.0.28 to 1.0.29 (#1325)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.28...1.0.29)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-09-06 13:48:16 +03:00 |
|
gluaxspeed
|
a1f3108512
|
Merge branch 'master' of github.com:AleoHQ/leo into bug/shadowing-fixes
|
2021-09-06 00:07:44 -07:00 |
|
damirka
|
e03d5c23b8
|
includes ast and asg changes
|
2021-08-31 20:18:21 +03:00 |
|
dependabot[bot]
|
87cc6edfc9
|
Bump serde from 1.0.128 to 1.0.130
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.128 to 1.0.130.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.128...v1.0.130)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-30 20:46:33 +00:00 |
|
dependabot[bot]
|
09d60932eb
|
Bump thiserror from 1.0.26 to 1.0.28
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.26 to 1.0.28.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.26...1.0.28)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-30 10:17:53 +00:00 |
|
gluaxspeed
|
3b26e61050
|
refactor global consts should no longer allow shadowing
|
2021-08-27 11:42:20 -07:00 |
|
gluaxspeed
|
d100db7396
|
aliases tests, and some bug fixes, errors
|
2021-08-25 07:30:17 -07:00 |
|
gluaxspeed
|
1628e19658
|
alias resolution done during type inference
|
2021-08-24 22:58:59 -07:00 |
|
gluaxspeed
|
1576f776f3
|
resolve master conflicts
|
2021-08-24 03:00:08 -07:00 |
|
dependabot[bot]
|
695a949cff
|
Bump serde from 1.0.127 to 1.0.128 (#1288)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.127 to 1.0.128.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.127...v1.0.128)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-08-23 17:25:19 +03:00 |
|
Alessandro Coglio
|
92351d0fb3
|
Merge pull request #1119 from AleoHQ/leo-manifest-dependencies
[Feature] Imports Stabilization
|
2021-08-20 09:30:36 -07:00 |
|
gluaxspeed
|
93509bf5c1
|
alias node type
|
2021-08-19 09:16:50 -07:00 |
|
damirka
|
a04249976e
|
Merge branch 'master' into leo-manifest-dependencies
|
2021-08-19 18:04:05 +03:00 |
|
gluaxspeed
|
e90228b295
|
type aliases
|
2021-08-19 06:04:44 -07:00 |
|
damirka
|
df0d129947
|
Merge branch 'master' into feature-clean-ast-snapshots
|
2021-08-19 13:37:20 +03:00 |
|
gluaxspeed
|
9382cdbb34
|
update error_index
|
2021-08-17 00:10:24 -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 |
|
gluaxspeed
|
12fe626485
|
update readme, fix compiler error range
|
2021-08-13 20:02:43 -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 |
|
gluaxspeed
|
f65fff602f
|
clippy fix, tyring to debug cli upadte on osx
|
2021-08-13 11:35:48 -07:00 |
|
gluaxspeed
|
8ca3ab465e
|
circleci updated rust version
|
2021-08-13 10:48:38 -07:00 |
|
gluaxspeed
|
a09f6f0c83
|
serilization for span that's test dependent
|
2021-08-12 03:27:18 -07:00 |
|
gluaxspeed
|
faa9054e88
|
add Error: word to start of formatted
|
2021-08-12 00:34:21 -07:00 |
|
gluaxspeed
|
ad5591d6fe
|
disable including readmes in crates documetnation while circleci doesn't support 1.54
|
2021-08-11 00:18:27 -07:00 |
|
gluaxspeed
|
62b26ad705
|
fix clippy warning on not windows
|
2021-08-10 23:37:00 -07:00 |
|
gluaxspeed
|
478bb83f70
|
regen tests after removing dead errors, docs
|
2021-08-10 22:56:46 -07:00 |
|
gluaxspeed
|
622ff5a9c3
|
finish docs, setup ci to publish docs pages, test docs generation
|
2021-08-10 19:59:27 -07:00 |
|
gluaxspeed
|
402ad7aabb
|
finish in code documentation, deny no doc comments
|
2021-08-10 14:10:27 -07:00 |
|
gluaxspeed
|
c9345bbcc7
|
cleaning up duplicate errors by removing canonicalization from asg
|
2021-08-09 12:18:51 -07:00 |
|
gluaxspeed
|
003faed13a
|
merge master, fix tests
|
2021-08-04 17:30:54 -07:00 |
|
gluaxspeed
|
b35375908b
|
state errors migrated
|
2021-08-04 15:22:40 -07:00 |
|
gluaxspeed
|
2a99a87da7
|
colored backtrace reports, full and 1 for leo backtrace
|
2021-08-04 14:19:19 -07:00 |
|
gluaxspeed
|
b1f93e95b3
|
dep clean up, clippy, leo result
|
2021-08-04 05:52:08 -07:00 |
|
gluaxspeed
|
6302bda18e
|
cli errors, leo result type
|
2021-08-04 03:36:33 -07:00 |
|
gluaxspeed
|
162949185f
|
code cleanup
|
2021-08-04 00:42:48 -07:00 |
|
gluaxspeed
|
88e0e32317
|
formatting fixes, regen outs, still have a few things to do
|
2021-08-03 04:49:07 -07:00 |
|