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

Update windowtags module #110

Closed
PuercoPop opened this issue May 17, 2018 · 1 comment
Closed

Update windowtags module #110

PuercoPop opened this issue May 17, 2018 · 1 comment

Comments

@PuercoPop
Copy link
Member

It references functions that have have been removed in favor the SBCL specific version

  • string-to-utf8 -> sb-ext:octets-to-string
  • utf8-to-string -> sb-ext:string-to-octets

An Additional complication is that the removed functions weren't as strict as the SBCL version about the type of the arguments received. SBCL insists in received a VECTOR of (UNSIGNED-BYTE 8)s.

Also it needs to import STUMPWM:FIND-GROUP

@PuercoPop PuercoPop self-assigned this May 17, 2018
@PuercoPop PuercoPop removed their assignment Aug 31, 2023
@PuercoPop
Copy link
Member Author

Done in #119

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

1 participant