Robert Scott

Results 109 comments of Robert Scott

Certainly builds for me, nixos x86_64.

That doesn't give you the source. It tells you a version number (_if_ you're using pip, and not everyone is). If you then need to see the exact source corresponding...

The most useful thing having tags-for-versions does is make github show at a glance, for any commit, which versions that commit made it into - or if it's only in...

Does it not fail for you with those versions?

Interesting datapoint: attempting to build `2.0.1` with nixpkgs 20.03 through bundix gives me `invalid option: --disable-lto` ``` current directory: /nix/store/5m94jgir8n6dyfany3fd2za0ivrlqnz2-ruby2.6.6-sassc-2.0.1/lib/ruby/gems/2.6.0/gems/sassc-2.0.1/ext /nix/store/1r5m6mlqdkqnyqsx3pcqscj9l7jmrgxa-ruby-2.6.6/bin/ruby -I/nix/store/1r5m6mlqdkqnyqsx3pcqscj9l7jmrgxa-ruby-2.6.6/lib/ruby/2.6.0/rubygems -rrubygems /nix/store/cdl7n07gcfpzfm0j38ycrdqzajqncmsa-ruby2.6.6-rake-13.0.1/lib/ruby/gems/2.6.0/gems/rake-13.0.1/exe/rake RUBYARCHDIR\=/nix/store/5m94jgir8n6dyfany3fd2za0ivrlqnz2-ruby2.6.6-sassc-2.0.1/lib/ruby/gems/2.6.0/extensions/x86_64-darwin-17/2.6.0/sassc-2.0.1 RUBYLIBDIR\=/nix/store/5m94jgir8n6dyfany3fd2za0ivrlqnz2-ruby2.6.6-sassc-2.0.1/lib/ruby/gems/2.6.0/extensions/x86_64-darwin-17/2.6.0/sassc-2.0.1 --disable-lto invalid option: --disable-lto...

I also get the above building 1.1.1 with gcc 11.3 on linux.

The key to WPF on linux is Wine: https://ccifra.github.io/PortingWPFAppsToLinux/Overview.html

Yes, that's where I discovered it's not valid to pass a unicode-string to lxml to decode. It's possible this is sensitive to the locale environment variables. This is python 3.8...

Restricting to joblib 1.1.0 is not a great solution due to https://nvd.nist.gov/vuln/detail/CVE-2022-21797

Though note the existence of #563 means a proper fix should just require a new release.