wibling
wibling
It would be great to be able to use the args package in contexts where the naming convetion for negated flags are different which requires overriding the default negated flag...
We have disabled the test negative_empty_commit_xg as it seems we are able to do 20 concurrent cross entity group lookups and commits without failing. Check with Fuller whether the previous...
Makes it slightly simpler to instantiate a class and set its fields (compared to using cascades).
In order to get rid of the int getters in e.g. SystemPosix we need to have a Constants object that independently can define the correct constants for a given platform.
We should have fletch cmdline tool smoke tests that test rudimentary commands for the tool. E.g. fletch run foo.dart fletch show log ... Also add running the same command a...
Instead of checking for IF_MODIFIED_SINCE at the end of method invocation we should make it simple for a method to do the check itself to avoid the method computing a...
It would be nice to get a string describing the API methods available in the API with user provided comment describing them. There is already a description annotation for the...
Currently we always try to convert string values to e.g. double, bool, etc. if passed in a request. We should disallow this. It requires re-making the way we store and...
Currently etags for discovery docs are computed by completed encoded the RestDescription instance. This means using the schema to generate the JSON instance and the encode the JSON to a...
Rather than using the generated names of the Lists/Maps or SchemaClasses it should be possible to annotate a method with a specific request/response schema name.