Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement: Bump using directives to 1.0.0 #2076

Merged
merged 8 commits into from May 9, 2023

Conversation

tgodzik
Copy link
Member

@tgodzik tgodzik commented May 4, 2023

This includes the changes to simplify using directives:

  • remove the possibility of nesting from API
  • allow to omit commas in lists of values
  • don't allow multiline comments
  • remove multiline strings
  • remove require and @require syntax support
  • allow values without quotes
  • remove @using
  • remove multiline directives

Fixes #2049
Fixes #1954

@tgodzik tgodzik force-pushed the bump-using-directives branch 2 times, most recently from c925574 to 22b5c99 Compare May 5, 2023 10:41
@tgodzik
Copy link
Member Author

tgodzik commented May 5, 2023

I updated some of the tests to use the new syntax, not sure if there is a new to do it for everything, but I would write new tests with the new syntax.

@tgodzik tgodzik force-pushed the bump-using-directives branch 2 times, most recently from a69b99c to 72e7a5c Compare May 5, 2023 15:09
This includes the changes to simplify using directives:
- remove the possibility of nesting from API
- allow to omit commas in lists of values
- don't allow multiline comments
- remove multiline strings
- remove require and @require syntax support
- allow values without quotes
- remove @using
- remove multiline directives
@tgodzik tgodzik marked this pull request as ready for review May 8, 2023 11:50
@tgodzik tgodzik requested review from Gedochao and lwronski May 8, 2023 11:50
@tgodzik tgodzik requested a review from lwronski May 8, 2023 16:43
@Gedochao Gedochao merged commit 7524d59 into VirtusLab:main May 9, 2023
38 checks passed
@Gedochao Gedochao added the dependencies Pull requests that update a dependency file label May 10, 2023
@tgodzik tgodzik deleted the bump-using-directives branch May 12, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
3 participants