这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: samurai-no-shogun/smithy

Tags

1.35.0

Toggle 1.35.0's commit message
Update 1.35.0 CHANGELOG entry

1.34.0

Toggle 1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.34.0 (smithy-lang#1848)

1.33.0

Toggle 1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.33.0 (smithy-lang#1833)

1.32.0

Toggle 1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.32.0 (smithy-lang#1809)

1.31.0

Toggle 1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix inline io parsing with mixins (smithy-lang#1756)

When there was no space between the `:=` and `with` tokens when
parsing an inline io statement, for example:
```
operation Foo {
  input :=with [Bar] {}
}
```
the parser would skip the `with` and so not realize its parsing a
mixin, failing when it sees a `[` instead of a `{`. This was due
to an extra call to `tokenizer.next()`, which skipped the `with`.
Usually the `next()` would just skip the space before the `with`,
but when the space wasn't present it skipped the `with`.

The inline-io test was updated to include this case.

1.30.0

Toggle 1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.30.0 (smithy-lang#1730)

1.29.0

Toggle 1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.29.0 (smithy-lang#1713)

1.28.1

Toggle 1.28.1's commit message
Bump version to 1.28.1

1.28.0

Toggle 1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.28.0 (smithy-lang#1632)

1.27.2

Toggle 1.27.2's commit message
Bump version to 1.27.2