Commit Graph

2789 Commits

Author SHA1 Message Date
howardwu
4eac040178 chore(leo): bump version for new release 2021-04-15 13:49:42 -07:00
Collin Chin
7ae56f5c7c
Merge pull request #864 from AleoHQ/remove-space-in-error
[Feature] Removes whitespace in error message
2021-04-15 12:38:16 -07:00
collin
c728fb4b19 fix error spacing 2021-04-15 12:37:22 -07:00
Collin Chin
efa3f78362
Merge pull request #857 from AleoHQ/feature/cli-dpii-updates
[CLI, Feature] Adds username substitution to manifest, improves login and error messages
2021-04-15 12:31:47 -07:00
collin
1fee0d3101 fix parser tests 2021-04-15 12:11:22 -07:00
Collin Chin
08d37da2ef
Merge pull request #866 from AleoHQ/dependabot/cargo/abnf-0.11.3
Bump abnf from 0.10.2 to 0.11.3
2021-04-15 12:01:27 -07:00
collin
e98079fecf rename abnf enum 2021-04-15 11:57:52 -07:00
Collin Chin
575950b0c4
Merge pull request #867 from AleoHQ/dependabot/cargo/notify-4.0.16
Bump notify from 4.0.15 to 4.0.16
2021-04-15 11:52:14 -07:00
Collin Chin
5f46ccc026
Merge pull request #869 from AleoHQ/bug/calling-mut-method-from-immutable-context
bug-fix-852
2021-04-15 11:51:11 -07:00
Collin Chin
84ccbdbad9
Merge pull request #865 from AleoHQ/abnf-bug-fixes
Abnf bug fixes
2021-04-15 11:49:42 -07:00
gluax
59f86c4b34 fix call for immutable context, add it to test 2021-04-15 14:34:22 -04:00
collin
ad5572f3ce comment out leo-clone ci check yaml main workflow 2021-04-15 11:33:22 -07:00
collin
540219e106 comment out leo-clone ci check yaml 2021-04-15 11:29:27 -07:00
collin
d8e021107c comment out leo-clone ci check 2021-04-15 11:20:58 -07:00
dependabot-preview[bot]
820dc7d02b
Bump notify from 4.0.15 to 4.0.16
Bumps [notify](https://github.com/notify-rs/notify) from 4.0.15 to 4.0.16.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/v4.0.16/CHANGELOG.md)
- [Commits](https://github.com/notify-rs/notify/compare/v4.0.15...v4.0.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-15 10:30:05 +00:00
dependabot-preview[bot]
3bc90da57c
Bump abnf from 0.10.2 to 0.11.3
Bumps [abnf](https://github.com/duesee/abnf) from 0.10.2 to 0.11.3.
- [Release notes](https://github.com/duesee/abnf/releases)
- [Commits](https://github.com/duesee/abnf/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-15 10:29:26 +00:00
gluax
2f7ed99f76 pull max's required semi-colon branch to ensure sameness, MD file renamed to readme 2021-04-14 18:38:49 -04:00
gluax
a666ef2a05 regen parser tests 2021-04-14 18:31:27 -04:00
Protryon
df60874da9 fix tests 2021-04-14 15:27:57 -07:00
Protryon
23c7c98b4a fix many_foos test 2021-04-14 15:27:57 -07:00
Protryon
51920b5df7 require semicolons on return 2021-04-14 15:27:57 -07:00
gluax
de8106f8e6 fix hard-coded leo new file 2021-04-14 18:02:46 -04:00
gluax
6e595bd845 remove escaped double quote for now, address(...) removed 2021-04-14 17:43:02 -04:00
Collin Chin
023ae6c73d
Merge pull request #862 from AleoHQ/force-u32-in-loops
[Compiler] Forcing u32 in iterators
2021-04-14 14:15:07 -07:00
gluax
cf36a6bfe7 non-ambigious format strings, escaped double quotes allowed 2021-04-14 17:11:02 -04:00
gluax
1803925b08 semi-colon after return statements are required 2021-04-14 16:59:07 -04:00
gluax
bd9297499e trailing comma in circuit construction expression 2021-04-14 16:19:55 -04:00
gluax
124235c15d remove cast-expression from abnf for now 2021-04-14 16:17:57 -04:00
gluax
11c78da916 formatted string -> renamed format string 2021-04-14 16:15:27 -04:00
gluax
1231c5bc36 clippy fix 2021-04-14 16:03:53 -04:00
gluax
91634d6479 implicit input, removed from function input 2021-04-14 16:00:19 -04:00
damirka
717fa49dbf removes whitespace in error message 2021-04-14 20:53:43 +03:00
damirka
fbe10b3aaf adds empty line to leo example 2021-04-14 20:06:14 +03:00
gluax
eaa07934ed resolve merge conflicts 2021-04-14 12:51:20 -04:00
damirka
794e0f1095 adds test for that scenario 2021-04-14 18:09:52 +03:00
damirka
ccd7a197ca changed context-specific to specific in loops 2021-04-14 18:01:14 +03:00
Collin Chin
b6c5f4d60f
Merge pull request #861 from AleoHQ/windows-zip-fix
[CLI] Fixes issue with `leo publish` on Windows
2021-04-13 17:32:19 -07:00
Collin Chin
93493a467b
Merge pull request #860 from AleoHQ/windows-colors-cli
[CLI] Adds colors to Windows cmd
2021-04-13 17:31:43 -07:00
Collin Chin
817b7e0157
Merge pull request #853 from AleoHQ/bug/nested-access-fix
Reversed-Accesses
2021-04-13 17:30:38 -07:00
Collin Chin
cc828e7f2c
Add clippy flag 2021-04-13 15:34:58 -07:00
Collin Chin
fe4721e1dc
Add clippy flag 2021-04-13 15:23:09 -07:00
Collin Chin
4ae6de4978
Add clippy flag 2021-04-13 15:22:31 -07:00
Collin Chin
e9988e9713
Add clippy flag 2021-04-13 15:22:01 -07:00
Collin Chin
3d10a0ef05
Add clippy flag 2021-04-13 15:21:11 -07:00
Collin Chin
f9e6c9d86a
Merge pull request #859 from AleoHQ/dependabot/cargo/reqwest-0.11.3
Bump reqwest from 0.11.2 to 0.11.3
2021-04-13 15:19:57 -07:00
Collin Chin
ef99406743
Merge pull request #856 from AleoHQ/dependabot/cargo/bincode-1.3.3
Bump bincode from 1.3.2 to 1.3.3
2021-04-13 15:19:02 -07:00
Collin Chin
5b989db49d
Merge pull request #849 from AleoHQ/feature/exponentiation-associativity
[ABNF] Make ** right-associative.
2021-04-13 15:18:25 -07:00
Collin Chin
d1847747c0
Merge pull request #831 from AleoHQ/test-framework
Test Framework for Parser
2021-04-13 15:16:40 -07:00
gluax
dc5d75da85 some clean up 2021-04-13 15:33:00 -04:00
damirka
7213273f5f used deprecated methods instead 2021-04-13 21:16:54 +03:00