Commit Graph

633 Commits

Author SHA1 Message Date
Jan Jurzitza ad00b113a9 use test_with_package for libdparse test
test both minimum and maximum allowed libdparse versions with dub
2020-06-08 14:21:33 +02:00
The Dlang Bot 83f8a4c65d
Merge pull request #488 from WebFreak001/fix-482
switch statement alignment is implemented fix #482
merged-on-behalf-of: Petar Kirov <PetarKirov@users.noreply.github.com>
2020-05-06 06:42:34 +02:00
Jan Jurzitza f59f25bb09 switch statement alignment is implemented fix #482 2020-05-05 14:06:55 +02:00
The Dlang Bot 09caf255e5
Merge pull request #475 from WebFreak001/fix-474
Fix #474
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2020-04-03 09:51:49 +02:00
Jan Jurzitza 34810aa928 Fix stuck-while TODO (this is a do-while loop) 2020-04-03 09:19:24 +02:00
Jan Jurzitza cb1dfe091f Check for token before access, fix #474 2020-04-02 13:39:29 +02:00
Jan Jurzitza 7b955c18d1 Add hasCurrent to check if a token is available 2020-04-02 13:38:02 +02:00
Jan Jurzitza 1964f807cf
Merge pull request #473 from belka-ew/break-on-this
keep_line_breaks: multi-line tokens and argument list break
2020-03-24 14:42:25 +01:00
Eugen Wissner ef83514541 keep_line_breaks: Compare with the token end line 2020-03-24 14:39:31 +01:00
Eugen Wissner 394da5d02a Fix break after comma, before this 2020-03-22 17:54:59 +01:00
The Dlang Bot 66faac49f1
Merge pull request #470 from dlang-community/issue-469
Fix Issue #469
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2020-03-09 10:03:20 +01:00
Hackerpilot e9034f4fec Fix return value when reading from stdin 2020-03-08 13:23:42 -07:00
Brian Schott b17304accd
Update tests/test.sh
Co-Authored-By: Jan Jurzitza <gh@webfreak.org>
2020-03-08 13:17:48 -07:00
The Dlang Bot c41c0349a2
Merge pull request #471 from belka-ew/feature/keep-line-breaks
Support disabling automatic line breaks
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2020-03-07 21:47:03 +01:00
Eugen Wissner 5f0d2843e6 Support disabling automatic line breaks
Support disabling automatic line breaks With --keep_line_breaks.
2020-03-07 21:14:10 +01:00
Hackerpilot 63a29ab757 Update dependency 2020-03-06 13:28:45 -08:00
Hackerpilot 2dc19b6577 Update submodule 2020-03-06 13:11:20 -08:00
Hackerpilot fbd8559ceb Test case for issue 469 2020-03-06 13:10:21 -08:00
Hackerpilot 977318214d Add check for tests that are supposed to error out, and clean up code based on shellcheck suggestions 2020-03-06 13:10:04 -08:00
Hackerpilot 4db5ba44b2 Error out on lexer failure 2020-03-06 13:09:14 -08:00
The Dlang Bot 399041c84f
Merge pull request #467 from Geod24/fix-deps
Replace 'body' with 'do'
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2020-02-04 03:36:42 +01:00
Geod24 d38c3d96bf Replace 'body' with 'do'
The former is set to be deprecated in the next (2.091.0) DMD release.
2020-02-04 11:28:21 +09:00
Geod24 da51958770 Remove trailing whitespace 2020-02-04 11:27:58 +09:00
Eugen Wissner 27929e4cc5 Wrap the argument list of a template function
Fixes #454.
2020-01-12 22:49:16 +01:00
Eugen Wissner 0795a477f1 Put space between a comment and an identifier
Fixes #452.
2020-01-05 23:11:18 +01:00
Eugen Wissner 8f779b33bf Put a space in contract expressions
Fixes #448.
2020-01-05 20:28:56 +01:00
Sebastian Wilzbach 024c6e6a63
Merge pull request #460 from WebFreak001/fix-trivials
Fix trivial issues
2019-12-03 02:13:34 +01:00
WebFreak001 8c2076d4f2 better gen_expected script 2019-11-25 17:10:20 +01:00
WebFreak001 70bae7487e add dub build to readme fix #234 2019-11-25 17:09:51 +01:00
WebFreak001 79ae2c09d0 trivially fix #195
probably fixed in previous libdparse
2019-11-25 17:09:51 +01:00
WebFreak001 28b32d9d77 trivially fix #134
was fixed in the past
2019-11-25 17:09:51 +01:00
WebFreak001 d33b878965 fix #430 already working
resolved with previous libdparse update
2019-11-25 17:09:51 +01:00
The Dlang Bot a4d4d94a50
Merge pull request #459 from WebFreak001/libdparse-0-13-z
upgrade libdparse to 0.13.z
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2019-11-25 16:41:20 +01:00
WebFreak001 30ab6e103d upgrade libdparse to 0.13.z 2019-11-25 16:22:13 +01:00
The Dlang Bot 3f141b272d
Merge pull request #446 from Sobaya007/fix-issue256
Fix: Issue 256 "named member struct initialisers"
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
2019-08-06 23:22:24 +02:00
sobaya 06881d8654 Fix: assertion message in indent manipulation of struct initializer 2019-08-04 13:05:39 +09:00
sobaya ac8e34815f Fix: Use more readable expression 2019-08-04 13:04:39 +09:00
sobaya b3946b7525 Add: Test for nested struct formatting 2019-08-03 08:55:32 +09:00
sobaya 05db8ae8fa Fix: indentation for wrapping in struct initializer 2019-08-01 17:43:45 +09:00
sobaya 81c607a115 Fix: extrace space after first field 2019-08-01 16:58:41 +09:00
sobaya 1024f16715 Add: struct fields to the test of issue 256 2019-07-30 23:04:02 +09:00
sobaya ac61efe767 Fix: Issue 256 "named member struct initialisers" 2019-07-30 13:02:48 +09:00
The Dlang Bot 4fea171d2f
Merge pull request #442 from kotet/issue-361
Fix #361
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-05-14 10:41:32 +02:00
Kotet 3af8edc57f Fix #361 - Unexpected empty new line if function header ends with a comment 2019-05-14 09:00:56 +09:00
The Dlang Bot 6d2a56e15e
Merge pull request #441 from kotet/issue-426
Fix #426
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-05-13 11:06:56 +02:00
Kotet f8f34ff097 Fix #426 2019-05-13 17:49:12 +09:00
The Dlang Bot 999c044020
Merge pull request #440 from kotet/issue-0433
Fix #433
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-05-13 08:57:58 +02:00
Kotet 2cc1f59235 Fix #433 2019-05-13 12:13:32 +09:00
The Dlang Bot 436d157b4f
Merge pull request #439 from dayllenger/readme
make readme look nicer
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
2019-04-14 05:15:26 +02:00
Viktor 0878430125 sort options and make links to "below" 2019-04-13 15:49:31 +03:00