Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shard.yml #14365

Merged
merged 4 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions lib/.shards.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
version: 1.0
shards:
markd:
git: https://github.com/icyleaf/markd.git
version: 0.4.2+git.commit.5e5a75d13bfdc615f04cc7ab166ee279b3b996d3
reply:
git: https://github.com/i3oris/reply.git
version: 0.3.1+git.commit.90a7eb5a76048884d5d56bf6b9369f1e67fdbcd7
5 changes: 5 additions & 0 deletions lib/markd/.github/trafico.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
addWipLabel: true
reviewers:
icyleaf:
name: "icyleaf"
color: "#000000"
1 change: 1 addition & 0 deletions lib/markd/lib
11 changes: 10 additions & 1 deletion lib/reply/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## RELPy v0.3.1

### Bug fixs
* Fix `REPLy` on Mac, caused by a wrong implementation of `ioctl`. Remake entirely the implementation of `Reply::Term::Size` in a more portable way. Inspired by (https://github.com/crystal-term/screen/blob/master/src/term-screen.cr.)

### Internals
* Compute the term-size only once for each input. Fix slow performance when the size is taken from `tput` (if `ioctl` fails).
* Fix spec on windows due to '\n\r'.
* Fix typo ('p' was duplicate in 'dupplicate').

## RELPy v0.3.0

### New features
Expand Down Expand Up @@ -47,7 +57,6 @@ that becomes 'ctrl-enter' on windows.
* Refactor: move word functions (`delete_word`, `move_word_forward`, etc.) from `Reader` to the `ExpressionEditor`.
* Add this CHANGELOG.


## RELPy v0.1.0
First version extracted from IC.

Expand Down
1 change: 1 addition & 0 deletions lib/reply/lib
2 changes: 1 addition & 1 deletion lib/reply/shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: reply
version: 0.3.0
version: 0.3.1
description: "Shard to create a REPL interface"

authors:
Expand Down
2 changes: 1 addition & 1 deletion lib/reply/spec/history_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Reply
history.verify(ENTRIES, index: 3)
end

it "submit dupplicate entry" do
it "submit duplicate entry" do
history = SpecHelper.history(with: ENTRIES)

history.verify(ENTRIES, index: 3)
Expand Down
2 changes: 1 addition & 1 deletion lib/reply/src/reply.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "./reader"

module Reply
VERSION = "0.3.0"
VERSION = "0.3.1"
end
10 changes: 10 additions & 0 deletions shard.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2.0
shards:
markd:
git: https://github.com/icyleaf/markd.git
version: 0.4.2+git.commit.5e5a75d13bfdc615f04cc7ab166ee279b3b996d3

reply:
git: https://github.com/i3oris/reply.git
version: 0.3.1+git.commit.90a7eb5a76048884d5d56bf6b9369f1e67fdbcd7

24 changes: 24 additions & 0 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: crystal
version: 1.12.0-dev

authors:
- Crystal Core Team <crystal@manas.tech>

descriptin: |
straight-shoota marked this conversation as resolved.
Show resolved Hide resolved
The Crystal standard library and compiler.

crystal: ">= 1.0"

dependencies:
markd:
github: icyleaf/markd
commit: 5e5a75d13bfdc615f04cc7ab166ee279b3b996d3
reply:
github: I3oris/reply
commit: 90a7eb5a76048884d5d56bf6b9369f1e67fdbcd7

license: Apache-2.0

repository: "https://github.com/crystal-lang/crystal"
straight-shoota marked this conversation as resolved.
Show resolved Hide resolved
homepage: https://crystal-lang.org/
documentation: https://crystal-lang.org/docs