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

ignore informative changes #442

Closed
potan opened this issue Dec 12, 2022 · 2 comments
Closed

ignore informative changes #442

potan opened this issue Dec 12, 2022 · 2 comments

Comments

@potan
Copy link

potan commented Dec 12, 2022

Difftastic 0.24.0
Language: Scala

% git diff                            
src/main/scala/ru/tcsbank/api/RbacModule.scala --- Scala
No syntactic changes.

% (unset GIT_EXTERNAL_DIFF; git diff )
diff --git a/....Module.scala b/....Module.scala
index 157244fdc83..007b1f9367d 100644
--- a/....Module.scala
+++ b/....Module.scala
@@ -169,7 +169,7 @@ 
-  def appCfg(config: Config)(app: String) = config.get[String](s"rbac.require_for_app.$app")
+  def appCfg(config: Config)(app: String) = config.get[String](s"rbac.permission.required_for_app.$app")
@Wilfred
Copy link
Owner

Wilfred commented Dec 12, 2022

I don't understand. What do you mean by informative?

@Wilfred
Copy link
Owner

Wilfred commented Feb 4, 2023

Syntactically these are different, I don't think difftastic can be smarter here I'm afraid.

@Wilfred Wilfred closed this as completed Feb 4, 2023
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

No branches or pull requests

2 participants