issues
search
datawire
/
quark
Quark is a specialized language for defining and implementing communication protocols in multiple languages.
http://datawire.github.io/quark/
Apache License 2.0
98
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Enable casting in a few spots; add preliminary testing
#273
ark3
closed
7 years ago
0
Add insert, add, slice for Lists, plus some Quark 1 List tests
#272
ark3
closed
7 years ago
0
Support naked return in void functions et al
#271
ark3
closed
7 years ago
0
String methods
#270
itamarst
opened
7 years ago
2
Inline list in assertEqual blows up
#269
itamarst
opened
7 years ago
0
Add modulo, add more tests for division, fix division implementations
#268
ark3
closed
7 years ago
0
Add --package-name option so we can have packages other than pkg.
#267
itamarst
closed
7 years ago
0
Reuseable qtest, now know as `quark-test`
#266
itamarst
closed
7 years ago
0
Quark 2 division
#265
itamarst
closed
7 years ago
0
Add floats to quark 2
#264
itamarst
closed
7 years ago
0
Utterly baffling error message
#263
itamarst
closed
7 years ago
0
Minor fixes and such
#262
ark3
closed
8 years ago
0
Minor fixes and such
#261
ark3
closed
8 years ago
0
Fix json roundtripping of numbers when the type is not known
#260
itamarst
closed
8 years ago
0
_Lock._fail creates a broken traceback in the Python runtime
#259
kflynn
opened
8 years ago
0
Lazily import reflection metadata
#258
bozzzzo
closed
8 years ago
2
Python 3 support
#257
itamarst
closed
8 years ago
0
Python 3 support
#256
itamarst
closed
8 years ago
0
Option to include (rather than simply depend on) the standard library in generated distribution units
#255
itamarst
closed
8 years ago
3
Make it much faster to run all the lib tests (needs discussion)
#254
ark3
closed
8 years ago
0
Better native inclusion
#253
ark3
closed
8 years ago
0
Ensure the correct main function is called in the presence of includes
#252
ark3
closed
8 years ago
0
In Java, shade the `quark` stdlib package.
#251
itamarst
closed
8 years ago
0
Quark standard library now has a version number that is not 0.0.1
#250
itamarst
closed
8 years ago
0
Add string repetition ("asdf" * 3 ==> "asdfasdfadsf")
#249
ark3
closed
8 years ago
0
callSafely utility
#248
itamarst
closed
8 years ago
0
Make sure callable test is run and succeeds
#247
ark3
closed
8 years ago
0
Parsing bad JSON should result in error Quark can handle
#246
itamarst
opened
8 years ago
0
Field names on classes somehow interfere with return types
#245
itamarst
opened
8 years ago
0
`bind()` should panic if the specified method doesn't exist
#244
itamarst
opened
8 years ago
0
What's this "timers" class?
#243
kflynn
opened
8 years ago
1
Edge seems to not support capturing error stack traces?
#242
kflynn
opened
8 years ago
1
WebSocket support broken for Safari
#241
kflynn
opened
8 years ago
2
target language toplevel namespaces should be robust
#240
bozzzzo
opened
8 years ago
0
Compiler should error if a class does not implement all methods from the interface
#239
itamarst
opened
8 years ago
0
Catch method implementations that violate the interface definition
#238
itamarst
closed
8 years ago
0
Test runner uses correct exit code
#237
itamarst
closed
8 years ago
0
Test suite doesn't exit with non-0 exit code if test suite failed
#236
itamarst
closed
8 years ago
1
more idiomatic package->module mapping for Ruby
#235
bozzzzo
opened
8 years ago
0
main function with wrong signature should warn
#234
bozzzzo
opened
8 years ago
0
quark list iteration
#233
bozzzzo
opened
8 years ago
0
Quark compiler-generated private fields follow a specified naming convention
#232
bozzzzo
opened
8 years ago
0
circular `use` should generate a compilation error
#231
bozzzzo
opened
8 years ago
0
Quark Maps have convenience methods
#230
bozzzzo
opened
8 years ago
0
Quark Lists have convenience methods
#229
bozzzzo
opened
8 years ago
0
Add Supplier interface
#228
bozzzzo
opened
8 years ago
1
Quark has a reasonable story for List<>.sort()
#227
bozzzzo
opened
8 years ago
0
String is not Unicode on Python
#226
bozzzzo
opened
8 years ago
0
Scoping rules are probably inconsistent
#225
bozzzzo
opened
8 years ago
0
No checks for target language reserved identifiers
#224
bozzzzo
opened
8 years ago
0
Next