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

allow optional types for string and map #601

Merged
merged 4 commits into from May 7, 2020
Merged

allow optional types for string and map #601

merged 4 commits into from May 7, 2020

Conversation

jreidinger
Copy link
Member

trello: https://trello.com/c/HkFkUQHj/1791-3-continue-with-new-xml-parser-xml-validation

depends on yast/yast-autoinstallation#598

Agreed to postpone for now that trang and jing travis validation to not delay even more new xml parser.

@coveralls
Copy link

coveralls commented May 5, 2020

Coverage Status

Coverage remained the same at 83.82% when pulling 7cd1ce4 on schema_change into 409db09 on master.

Copy link
Member

@mvidner mvidner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good, thanks!

Now the bookkeeping questions:

  • will we add a RPM dependency because of the new defines?
  • will we need a bsc/jsc for the changelog?

@@ -2,28 +2,36 @@ default namespace = "http://www.suse.com/1.0/yast2ns"
namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
namespace config = "http://www.suse.com/1.0/configns"

STRING_BOOL = STRING_ATTR, ("true" | "false")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should still

include "common.rnc"

even if we don't run the validation yet

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how it will behave in final build which include everything? will be common.rng included many times?

@jreidinger
Copy link
Member Author

@mvidner - to your question, no dependency, as modules should not depend on autoyast ( you do not want it on running system ). Also new references is not needed for trang, so only in yast2-schema it is good to have it together.

for BSC I created https://bugzilla.suse.com/show_bug.cgi?id=1170886

@jreidinger jreidinger marked this pull request as ready for review May 7, 2020 12:53
jreidinger and others added 3 commits May 7, 2020 14:53
* master:
  Bump version
  Update changes file
  Set AutoInstClonable in the desktop file
@imobachgs imobachgs merged commit 414d9d0 into master May 7, 2020
@imobachgs imobachgs deleted the schema_change branch May 7, 2020 15:51
@yast-bot
Copy link
Contributor

yast-bot commented May 7, 2020

✔️ Public Jenkins job #54 successfully finished
✔️ Created OBS submit request #801307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants