Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pike pike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pikelang
  • pikepike
  • Issues
  • #10017
Closed
Open
Issue created Mar 12, 2020 by Henrik (Grubba) Grubbström@grubbaMaintainer

Compiler: The multi assign treeopt fix was broken.

The fix for #10006 (closed) causes warnings in Nettle:

Pike v8.1 release 13 running Hilfe v3.5 (Incremental Pike Frontend)
> Nettle.Hash;
/home/grubba/src/Pike/8.1/lib/modules/__builtin.pmod/Nettle.pmod/Hash.pike:1280: Warning: An expression of type array(int | string) cannot be assigned to a variable of type array(int | string(8bit)).
/home/grubba/src/Pike/8.1/lib/modules/__builtin.pmod/Nettle.pmod/Hash.pike:1281: Warning: Expected: array(int | string(8bit)).
/home/grubba/src/Pike/8.1/lib/modules/__builtin.pmod/Nettle.pmod/Hash.pike:1281: Warning: Got     : array(int | string).

The code that is warned about:

    if (!catch([r, salt, iters] = [array(string(8bit)|int)]
                                   array_sscanf(line, format))
Assignee
Assign to
Time tracking