Skip to content

Commit

Permalink
und - Figured out the root cause
Browse files Browse the repository at this point in the history
---

Somehow, when we directly write the "smart quotes" that happen to be in the emoji database, the build fails in Unix systems, although it works in Windows. To avoid failure, we had to replace them with unicode escapes.

---

Type: und
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 13, 2024
1 parent b908055 commit a967d92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ jobs:
run: make dbg
- name: Testing
run: dotnet test --no-build --configuration Debug
- name: Debug (EmojiManager.g.cs)
if: always()
run: cat "/home/runner/work/Textify/Textify/Textify.Data/Generated/Textify.EmojiArrayGen/Textify.EmojiArrayGen.ArrayGenerator/EmojiManager.g.cs"

0 comments on commit a967d92

Please sign in to comment.