Remove references to gtk-blueprint-tool

It's blueprint-compiler now
This commit is contained in:
James Westman 2022-05-27 12:25:56 -05:00
parent 0b7b604371
commit cebd9ecadc
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View file

@ -8,7 +8,6 @@ blueprint-compiler.pc
/htmlcov /htmlcov
coverage.xml coverage.xml
.mypy_cache .mypy_cache
/subprojects/gtk-blueprint-tool
/blueprint-regression-tests /blueprint-regression-tests
/corpus /corpus

View file

@ -292,5 +292,5 @@ class UnsupportedError(Exception):
print(f"in {Colors.UNDERLINE}{filename}{Colors.NO_UNDERLINE}") print(f"in {Colors.UNDERLINE}{filename}{Colors.NO_UNDERLINE}")
if self.tag: if self.tag:
print(f"in tag {Colors.BLUE}{self.tag}{Colors.CLEAR}") print(f"in tag {Colors.BLUE}{self.tag}{Colors.CLEAR}")
print(f"""{Colors.FAINT}The gtk-blueprint-tool compiler might support this feature, but the print(f"""{Colors.FAINT}The compiler might support this feature, but the porting tool does not. You
porting tool does not. You probably need to port this file manually.{Colors.CLEAR}\n""") probably need to port this file manually.{Colors.CLEAR}\n""")