File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,14 @@ To be released.
126
126
import types (country);
127
127
~~~~~~~~
128
128
129
+ - Added support for integer type annotation argument. [[#178], [#267]]
130
+
131
+ ~~~~~~~~ nirum
132
+ service foo-service (
133
+ @bar(baz=1)
134
+ int32 qux (int32 quux),
135
+ );
136
+ ~~~~~~~~
129
137
130
138
### Docs target
131
139
@@ -187,6 +195,7 @@ To be released.
187
195
188
196
[#13]: https://github.com/spoqa/nirum/issues/13
189
197
[#100]: https://github.com/spoqa/nirum/issues/100
198
+ [#178]: https://github.com/spoqa/nirum/issues/178
190
199
[#217]: https://github.com/spoqa/nirum/issues/217
191
200
[#220]: https://github.com/spoqa/nirum/issues/220
192
201
[#227]: https://github.com/spoqa/nirum/pull/227
@@ -196,6 +205,7 @@ To be released.
196
205
[#257]: https://github.com/spoqa/nirum/pull/257
197
206
[#258]: https://github.com/spoqa/nirum/pull/258
198
207
[#259]: https://github.com/spoqa/nirum/pull/259
208
+ [#267]: https://github.com/spoqa/nirum/pull/267
199
209
[#269]: https://github.com/spoqa/nirum/pull/269
200
210
[entry points]: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
201
211
[python2-numbers-integral]: https://docs.python.org/2/library/numbers.html#numbers.Integral
You can’t perform that action at this time.
0 commit comments