*) Bugfix: mutex leak in the C API. Changes with Unit 1.27.0 02 Jun 2022 *) Feature: ability to specify a custom index file name when serving static files. *) Feature: variables support in the "location" option of the "return" action. *) Feature: support empty strings in...
On Python 2 the asciification of ASCII strings can now be disabled with the compiler.ascii_str policy. Tests now no longer accept an arbitrary expression as first argument but a restricted one. This means that you can now properly use multiple tests in one expression without extra parentheses....
View functions can return generators directly instead of wrapping them in a Response. #4629 Add stream_template and stream_template_string functions to render a template as a stream of pieces. #4629 A new implementation of context preservation during debugging and testing. #4666 request, g, and...
} function* g3(): Generator<number, void, string> { const value = yield 1; // result is contextually typed by return-type annotation of `g3`, no error. } See more details in the corresponding changes. Type Arguments in JavaScript Are Not Parsed as Type Arguments Type arguments were a...
1>CSC : error CS5001: Program does not contain a static 'Main' method suitable for an entry point 2 Methods same signature but different return types 255 character limit OleDB C# - Inconsistent results 2D Array read from Text file 2D array to CSV C# steamwriter 3 dimensional list in C# ...
For example, a method can return a cached task to represent an already completed operation instead of allocating a new task. This was impossible in previous .NET Framework versions, because any consumer of the task could dispose of it, which rendered it unusable....
Changes in version 1.6 (2015-12-29) Added Django 1.9 support Added support to generatePARLER_LANGUAGESfrom Django CMS'CMS_LANGUAGES. Improve language variant support, e.g.fr-cacan fallback tofr, andde-chcan fallback tode. Dropped support for Django 1.4 ...
During resolution of REPLACE(str, from_str, to_str) we assumed that the entire length of from_str would be replaced for each match in str, but since from_str may be only 1 character long, it is possible for str to be replaced with multiple copies of to_str. COMPRESS() computed the...
GSTR 3B (20-21) 100 2A. Taxpayers will report the financial year related values in the table against numbers 4, 5, 6, and 7. value related to the preceding financial year will not be recorded here. Issue in ITC Annual Return GSTR 9 & 9C Year Particulars Amount (Rs.) Year...
optimization). * Unused return values marked with `PROTOBUF_MUST_USE_RESULT` are now correctly attributed. * Demotes PrintPath log for maps in MessageDifferencer down from WARNING to INFO. * Make sure FullMessageName() is always private. * Fix race condition in EnumDescriptor. ...