You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any attribute which could be beyond Latin-1 has to be handled in a portable way. Currently, there are problems with elements like pkg_deb.description. When passed on a command line in Posix environments, the encoding/decoding is fine. On Windows, I am seeing a conflict.
In pkg_deb, the solution is to write the description to a file, and have make_deb pull from that file.
But that is only one example. There are many other cases.
The text was updated successfully, but these errors were encountered:
* Replace build_deb_test.sh with pkg_deb_test.py
* enable deb test on macos and windows
* remove third_party bashunit
* test needs hack on windows for #213 and #214
aiuto
added
P3
An issue that we are not working on but will review quarterly
and removed
P2
An issue that should be worked on when time is available
labels
Sep 24, 2020
aiuto
added a commit
to aiuto/rules_pkg
that referenced
this issue
Nov 10, 2021
Fixesbazelbuild#214. More accurately, it moves the intent of bazelbuild#214 into
this guide. This feels appropriate because it is not a single problem,
but rather a general principal.
* Buff the developer guide a bit.
Fixes#214. More accurately, it moves the intent of #214 into
this guide. This feels appropriate because it is not a single problem,
but rather a general principal.
Any attribute which could be beyond Latin-1 has to be handled in a portable way. Currently, there are problems with elements like pkg_deb.description. When passed on a command line in Posix environments, the encoding/decoding is fine. On Windows, I am seeing a conflict.
In pkg_deb, the solution is to write the description to a file, and have make_deb pull from that file.
But that is only one example. There are many other cases.
The text was updated successfully, but these errors were encountered: