68 Commits

Author SHA1 Message Date
dependabot[bot]
f1721072ad
Bump unsafe-libyaml from 0.2.5 to 0.2.10
Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.5 to 0.2.10.
- [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases)
- [Commits](https://github.com/dtolnay/unsafe-libyaml/compare/0.2.5...0.2.10)

---
updated-dependencies:
- dependency-name: unsafe-libyaml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 18:24:21 +00:00
dependabot[bot]
22660762df
Bump rustix from 0.36.6 to 0.36.16
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.6 to 0.36.16.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.6...v0.36.16)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 18:46:43 +00:00
383addf48e MAINT: Bump version to v0.7.3 2023-01-16 20:26:14 -05:00
c59d25974a Update serde_yaml crate 2023-01-16 15:04:37 -05:00
e1600b0ebe update base64 crate 2023-01-16 15:04:37 -05:00
2c679759dc Update rustyline dependency 2023-01-16 15:04:36 -05:00
229a1e379b Update dirs to 4.0 2023-01-16 15:04:36 -05:00
b31ba760ce
Merge pull request #59 from zaphar/dependabot/cargo/regex-1.5.5
Bump regex from 1.4.5 to 1.5.5
2022-06-09 15:24:49 -04:00
113eddb04c
Merge pull request #58 from zaphar/dependabot/cargo/crossbeam-utils-0.8.8
Bump crossbeam-utils from 0.8.3 to 0.8.8
2022-06-09 15:23:41 -04:00
dependabot[bot]
b0a1e80574
Bump regex from 1.4.5 to 1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.5 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.4.5...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 21:12:25 +00:00
dependabot[bot]
4044861d83
Bump crossbeam-utils from 0.8.3 to 0.8.8
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.3 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.3...crossbeam-utils-0.8.8)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 19:02:30 +00:00
dependabot[bot]
a5ce0b3e0e
Bump nix from 0.20.0 to 0.20.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.20.0 to 0.20.2.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.20.2/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.20.0...v0.20.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 18:55:56 +00:00
b9ebffa6a3 Update crate dependencies to latest versions 2021-03-21 15:46:35 -04:00
b50f72c182 MAINT: Bump version to v0.7.2 2021-03-17 21:11:45 -04:00
15819cdc16 Update version of serde_yaml 2021-03-10 19:53:16 -05:00
1623c540bc MAINT: Bump to v0.7.1 and add osx to ci list 2020-01-04 09:11:27 -06:00
cca249de2b MAINT: Bump version to v0.7.0 2019-11-11 20:10:44 -06:00
Jeremy Wall
392050d9f4 DEV: Don't output the welcome message if we aren't interactive. 2019-11-11 18:15:27 -06:00
Jeremy Wall
eb764b048a MAINT: tag a v0.6.4 bug release 2019-08-12 11:41:35 -05:00
Jeremy Wall
cd4fdfb9be DEV: Fix bug in eval command when you don't specify an input file. 2019-08-12 11:40:51 -05:00
368c153c9e MAINT: Bump version to v0.6.3 2019-06-21 17:10:18 -05:00
1d08a84eab MAINT: cargo update. 2019-06-03 16:33:25 -05:00
4bca898eda MAINT: Bump version to v0.6.2 2019-05-30 18:23:08 -05:00
745b4cc8d9 MAINT: Bump version to v0.6.1 2019-05-26 16:21:40 -05:00
9382563dfc DEV: Adds a Repl for ucg.
Uses a StatementAccumulator to handle the accumulation of lines
until a line terminated with a statement is encountered.

Fixes #41
2019-05-26 16:20:19 -05:00
fcf2b8ae22 MAINT: bump version to v0.6.0 2019-04-26 19:28:36 -05:00
9990c14692 MAINT: bump to v0.5.8 2019-04-04 20:28:53 -05:00
fa24e4e930 MAINT: Bump version to v0.5.7 2019-03-01 17:19:22 -06:00
04d7e06170 MAINT: Bump version to v0.5.6 2019-02-27 19:57:47 -06:00
0ef3097b75 MAINT: bump version to v0.5.5 2019-02-24 08:54:08 -06:00
0e5751c2b0 REFACTOR: Use our new handy dandy to_boxed method on BuildError. 2019-02-20 21:21:48 -06:00
d2bd18b647 MAINT: bump version v0.5.4 2019-02-20 19:59:16 -06:00
bcf1850f73 MAINT: Bump version to v0.5.3 2019-02-18 21:11:13 -06:00
545ab62403 MAINT: Bump version v0.5.2 2019-02-04 19:03:01 -06:00
2068063a5b FIX: Better error reporting.
Also adds some testing functions to check build failures.

Begins to address Issue #34
2019-02-01 19:17:31 -06:00
68759dadd3 MAINT: Bump version to v0.5.1 2019-01-31 16:51:41 -06:00
e3190b724b Bump version to v0.5.0 2019-01-30 21:06:24 -06:00
ff57c229dc MAINT: Bump version to v0.4.2 2019-01-24 16:59:29 -06:00
7959391b90 MAINT: Remove cpuprofiler.
I wasn't using it.
2019-01-19 13:30:06 -06:00
883f7792e6 MAINT: Bump version v0.4.1 2019-01-19 13:18:06 -06:00
1dba5f66ce FEATURE: map, filter, and reduce over lists. 2019-01-18 20:01:08 -06:00
5777797580 MAINT: Bump version v0.4.0 2019-01-14 18:40:36 -06:00
50a3d33208 FEATURE: Generate a hashmap of path to String for std libraries.
prework for #27
2019-01-13 20:34:50 -06:00
92d2857f83 FEATURE: Add a default import_path search location.
We'll always search "~/.ucg".
2019-01-13 15:00:26 -06:00
21c4237e22 MAINT: Bump version in Cargo.toml 2019-01-10 17:15:56 -06:00
83a641e740 FEATURE: Add regular expression comparison operators. 2019-01-07 19:38:25 -06:00
292a4a810e MAINT: Bump version to v0.2.10 2019-01-06 16:36:00 -06:00
2c3f9c7b8f Add base64 as an importer type aside from string. 2019-01-05 14:33:12 -06:00
c4b765bd69 Bump ucg version to v0.2.9 2019-01-04 10:17:35 -06:00
52fe7c3944 MAINT: Bump the version to 0.2.8; 2019-01-02 17:01:07 -06:00